addButton(bool *target, const String &key, const String &title, bool *dirtyNotify=NULL) | FW::CommonControls | inline |
addButton(S32 *target, S32 value, const String &key, const String &title, bool *dirtyNotify=NULL) | FW::CommonControls | inline |
addSeparator(void) | FW::CommonControls | inline |
addSlider(F32 *target, F32 minValue, F32 maxValue, bool isExponential, const String &increaseKey, const String &decreaseKey, const String &format, F32 speed=0.25f, bool *dirtyNotify=NULL) | FW::CommonControls | inline |
addSlider(S32 *target, S32 minValue, S32 maxValue, bool isExponential, const String &increaseKey, const String &decreaseKey, const String &format, F32 speed=0.0f, bool *dirtyNotify=NULL) | FW::CommonControls | inline |
addStateObject(StateObject *obj) | FW::CommonControls | inline |
addToggle(bool *target, const String &key, const String &title, bool *dirtyNotify=NULL) | FW::CommonControls | inline |
addToggle(S32 *target, S32 value, const String &key, const String &title, bool *dirtyNotify=NULL) | FW::CommonControls | inline |
beginSliderStack(void) | FW::CommonControls | inline |
CommonControls(U32 features=Feature_Default) | FW::CommonControls | |
endSliderStack(void) | FW::CommonControls | inline |
Feature enum name | FW::CommonControls | |
Feature_All enum value | FW::CommonControls | |
Feature_CloseOnAltF4 enum value | FW::CommonControls | |
Feature_CloseOnEsc enum value | FW::CommonControls | |
Feature_Default enum value | FW::CommonControls | |
Feature_FullScreenOnF11 enum value | FW::CommonControls | |
Feature_HideControlsOnF10 enum value | FW::CommonControls | |
Feature_LoadStateOnNum enum value | FW::CommonControls | |
Feature_None enum value | FW::CommonControls | |
Feature_RepaintOnF5 enum value | FW::CommonControls | |
Feature_SaveStateOnAltNum enum value | FW::CommonControls | |
Feature_ScreenshotOnPrtScn enum value | FW::CommonControls | |
Feature_ShowFPSOnF9 enum value | FW::CommonControls | |
flashButtonTitles(void) | FW::CommonControls | |
getKeyBoost(void) const | FW::CommonControls | |
getScreenshotFileName(void) const | FW::CommonControls | |
getShowControls(void) const | FW::CommonControls | inline |
getShowFPS(void) const | FW::CommonControls | inline |
getStateFileName(int idx) const | FW::CommonControls | inline |
handleEvent(const Window::Event &ev) | FW::CommonControls | virtual |
Listener(void) | FW::Window::Listener | inline |
loadState(const String &fileName) | FW::CommonControls | |
loadStateDialog(void) | FW::CommonControls | |
message(const String &str, const String &volatileID="", U32 abgr=0xffffffffu) | FW::CommonControls | |
removeControl(const void *target) | FW::CommonControls | |
removeStateObject(StateObject *obj) | FW::CommonControls | inline |
resetControls(void) | FW::CommonControls | |
saveState(const String &fileName) | FW::CommonControls | |
saveStateDialog(void) | FW::CommonControls | |
setControlVisibility(bool visible) | FW::CommonControls | inline |
setScreenshotFilePrefix(const String &prefix) | FW::CommonControls | inline |
setStateFilePrefix(const String &prefix) | FW::CommonControls | inline |
showControls(bool show) | FW::CommonControls | inline |
showFPS(bool show) | FW::CommonControls | inline |
~CommonControls(void) | FW::CommonControls | virtual |
~Listener(void) | FW::Window::Listener | inlinevirtual |