xoreos  0.0.5
Engines::GUI Member List

This is the complete list of members for Engines::GUI, including all inherited members.

_childGUIsEngines::GUIprivate
_consoleEngines::GUIprotected
_currentWidgetEngines::GUIprotected
_eventQueueEngines::GUIprivate
_returnCodeEngines::GUIprotected
_startCodeEngines::GUIprotected
_subEngines::GUIprotected
_widgetMapEngines::GUIprivate
_widgetsEngines::GUIprivate
_xEngines::GUIprivate
_yEngines::GUIprivate
_zEngines::GUIprivate
abort()Engines::GUIvirtual
addChild(GUI *gui)Engines::GUIprotected
addEvent(const Events::Event &event)Engines::GUI
addWidget(Widget *widget)Engines::GUIprotected
callbackActive(Widget &widget)Engines::GUIprotectedvirtual
callbackKeyInput(const Events::Key &key, const Events::EventType &type)Engines::GUIprotectedvirtual
callbackRun()Engines::GUIprotectedvirtual
callbackTextInput(const Common::UString &text)Engines::GUIprotectedvirtual
changedWidget(Widget *widget)Engines::GUIprivate
checkWidgetActive(Widget *widget)Engines::GUIprivate
clearWidgets()Engines::GUIprotected
declareGroup(const std::list< Widget *> &group)Engines::GUIprotected
empty()Engines::GUIprotected
getName() constEngines::GUIvirtual
getPosition(float &x, float &y, float &z) constEngines::GUIprotected
getWidget(const Common::UString &tag, bool vital=false)Engines::GUIprotected
getWidget(const Common::UString &tag, bool vital=false) constEngines::GUIprotected
getWidgetAt(float x, float y)Engines::GUIprivate
GUI(Console *console=0)Engines::GUI
hasWidget(const Common::UString &tag) constEngines::GUIprotected
hide()Engines::GUIvirtual
keyDown(const Events::Event &event)Engines::GUIprivate
keyUp(const Events::Event &event)Engines::GUIprivate
kReturnCodeAbortEngines::GUIstatic
kReturnCodeNoneEngines::GUIstatic
kStartCodeNoneEngines::GUIstatic
mouseDown()Engines::GUIprotectedvirtual
mouseDown(const Events::Event &event)Engines::GUIprivate
mouseDown(Widget *widget, const Events::Event &event)Engines::GUIprivate
mouseMove(const Events::Event &event)Engines::GUIprivate
mouseMove(Widget *widget, const Events::Event &event)Engines::GUIprivate
mouseUp()Engines::GUIprotectedvirtual
mouseUp(const Events::Event &event)Engines::GUIprivate
mouseUp(Widget *widget, const Events::Event &event)Engines::GUIprivate
mouseWheel(const Events::Event &event)Engines::GUIprivate
mouseWheel(Widget *widget, const Events::Event &event)Engines::GUIprivate
processEventQueue()Engines::GUI
removeChild(GUI *gui)Engines::GUIprotected
removeFocus()Engines::GUIprotected
removeWidget(Widget *widget)Engines::GUIprotected
run(uint32 startCode=kStartCodeNone)Engines::GUI
setPosition(float x, float y, float z)Engines::GUIprotected
show()Engines::GUIvirtual
sub(GUI &gui, uint32 startCode=kStartCodeNone, bool showSelf=true, bool hideSelf=true)Engines::GUIprotected
textInput(const Events::Event &event)Engines::GUIprivate
toGUIX(int x)Engines::GUIprivate
toGUIY(int y)Engines::GUIprivate
updateMouse()Engines::GUIprotected
Widget classEngines::GUIfriend
WidgetList typedefEngines::GUIprivate
WidgetMap typedefEngines::GUIprivate
~GUI()Engines::GUIvirtual