xoreos
0.0.5
|
This is the complete list of members for Engines::GUI, including all inherited members.
_childGUIs | Engines::GUI | private |
_console | Engines::GUI | protected |
_currentWidget | Engines::GUI | protected |
_eventQueue | Engines::GUI | private |
_returnCode | Engines::GUI | protected |
_startCode | Engines::GUI | protected |
_sub | Engines::GUI | protected |
_widgetMap | Engines::GUI | private |
_widgets | Engines::GUI | private |
_x | Engines::GUI | private |
_y | Engines::GUI | private |
_z | Engines::GUI | private |
abort() | Engines::GUI | virtual |
addChild(GUI *gui) | Engines::GUI | protected |
addEvent(const Events::Event &event) | Engines::GUI | |
addWidget(Widget *widget) | Engines::GUI | protected |
callbackActive(Widget &widget) | Engines::GUI | protectedvirtual |
callbackKeyInput(const Events::Key &key, const Events::EventType &type) | Engines::GUI | protectedvirtual |
callbackRun() | Engines::GUI | protectedvirtual |
callbackTextInput(const Common::UString &text) | Engines::GUI | protectedvirtual |
changedWidget(Widget *widget) | Engines::GUI | private |
checkWidgetActive(Widget *widget) | Engines::GUI | private |
clearWidgets() | Engines::GUI | protected |
declareGroup(const std::list< Widget *> &group) | Engines::GUI | protected |
empty() | Engines::GUI | protected |
getName() const | Engines::GUI | virtual |
getPosition(float &x, float &y, float &z) const | Engines::GUI | protected |
getWidget(const Common::UString &tag, bool vital=false) | Engines::GUI | protected |
getWidget(const Common::UString &tag, bool vital=false) const | Engines::GUI | protected |
getWidgetAt(float x, float y) | Engines::GUI | private |
GUI(Console *console=0) | Engines::GUI | |
hasWidget(const Common::UString &tag) const | Engines::GUI | protected |
hide() | Engines::GUI | virtual |
keyDown(const Events::Event &event) | Engines::GUI | private |
keyUp(const Events::Event &event) | Engines::GUI | private |
kReturnCodeAbort | Engines::GUI | static |
kReturnCodeNone | Engines::GUI | static |
kStartCodeNone | Engines::GUI | static |
mouseDown() | Engines::GUI | protectedvirtual |
mouseDown(const Events::Event &event) | Engines::GUI | private |
mouseDown(Widget *widget, const Events::Event &event) | Engines::GUI | private |
mouseMove(const Events::Event &event) | Engines::GUI | private |
mouseMove(Widget *widget, const Events::Event &event) | Engines::GUI | private |
mouseUp() | Engines::GUI | protectedvirtual |
mouseUp(const Events::Event &event) | Engines::GUI | private |
mouseUp(Widget *widget, const Events::Event &event) | Engines::GUI | private |
mouseWheel(const Events::Event &event) | Engines::GUI | private |
mouseWheel(Widget *widget, const Events::Event &event) | Engines::GUI | private |
processEventQueue() | Engines::GUI | |
removeChild(GUI *gui) | Engines::GUI | protected |
removeFocus() | Engines::GUI | protected |
removeWidget(Widget *widget) | Engines::GUI | protected |
run(uint32 startCode=kStartCodeNone) | Engines::GUI | |
setPosition(float x, float y, float z) | Engines::GUI | protected |
show() | Engines::GUI | virtual |
sub(GUI &gui, uint32 startCode=kStartCodeNone, bool showSelf=true, bool hideSelf=true) | Engines::GUI | protected |
textInput(const Events::Event &event) | Engines::GUI | private |
toGUIX(int x) | Engines::GUI | private |
toGUIY(int y) | Engines::GUI | private |
updateMouse() | Engines::GUI | protected |
Widget class | Engines::GUI | friend |
WidgetList typedef | Engines::GUI | private |
WidgetMap typedef | Engines::GUI | private |
~GUI() | Engines::GUI | virtual |