_console | Engines::GUI | protected |
_currentMenu | Engines::KotOR::Menu | private |
_currentWidget | Engines::GUI | protected |
_menu | Engines::KotOR::Menu | private |
_menuLoad | Engines::KotOR::Menu | private |
_menuSave | Engines::KotOR::Menu | private |
_module | Engines::KotOR::Menu | private |
_returnCode | Engines::GUI | protected |
_startCode | Engines::GUI | protected |
_sub | Engines::GUI | protected |
abort() | Engines::GUI | virtual |
addBackground(const Common::UString &background, bool front=false) | Engines::KotOR::GUI | protected |
addChild(GUI *gui) | Engines::GUI | protected |
addEvent(const Events::Event &event) | Engines::GUI | |
addWidget(Widget *widget) | Engines::GUI | protected |
callbackActive(Widget &widget) | Engines::KotOR::Menu | privatevirtual |
callbackKeyInput(const Events::Key &key, const Events::EventType &type) | Engines::GUI | protectedvirtual |
callbackRun() | Engines::KotOR::Menu | privatevirtual |
callbackTextInput(const Common::UString &text) | Engines::GUI | protectedvirtual |
clearWidgets() | Engines::GUI | protected |
convertToGUI(float &x, float &y, const float widgetHeight) const | Engines::KotOR::GUI | |
convertToXoreos(float &x, float &y, const float widgetHeight) const | Engines::KotOR::GUI | |
declareGroup(const std::list< Widget *> &group) | Engines::GUI | protected |
empty() | Engines::GUI | protected |
getButton(const Common::UString &tag, bool vital=false) | Engines::KotOR::GUI | protected |
getCheckBox(const Common::UString &tag, bool vital=false) | Engines::KotOR::GUI | protected |
getCheckBoxState(const Common::UString &tag) | Engines::KotOR::GUI | protected |
getLabel(const Common::UString &tag, bool vital=false) | Engines::KotOR::GUI | protected |
getListBox(const Common::UString &tag, bool vital=false) | Engines::KotOR::GUI | protected |
getName() const | Engines::KotOR::GUI | virtual |
getPanel(const Common::UString &tag, bool vital=false) | Engines::KotOR::GUI | protected |
getPosition(float &x, float &y, float &z) const | Engines::GUI | protected |
getProgressbar(const Common::UString &tag, bool vital=false) | Engines::KotOR::GUI | protected |
getProtoItem(const Common::UString &tag, bool vital=false) | Engines::KotOR::GUI | protected |
getScrollbar(const Common::UString &tag, bool vital=false) | Engines::KotOR::GUI | protected |
getSlider(const Common::UString &tag, bool vital=false) | Engines::KotOR::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 |
GUI(::Engines::Console *console=0) | Engines::KotOR::GUI | |
Engines::GUI::GUI(Console *console=0) | Engines::GUI | |
hasWidget(const Common::UString &tag) const | Engines::GUI | protected |
hide() | Engines::KotOR::GUI | virtual |
initWidget(Widget &widget) | Engines::KotOR::GUI | protectedvirtual |
kMenuTypeAbilities enum value | Engines::KotOR::Menu | private |
kMenuTypeCharacter enum value | Engines::KotOR::Menu | private |
kMenuTypeEquipment enum value | Engines::KotOR::Menu | private |
kMenuTypeInventory enum value | Engines::KotOR::Menu | private |
kMenuTypeJournal enum value | Engines::KotOR::Menu | private |
kMenuTypeMap enum value | Engines::KotOR::Menu | private |
kMenuTypeMAX enum value | Engines::KotOR::Menu | private |
kMenuTypeMessages enum value | Engines::KotOR::Menu | private |
kMenuTypeOptions enum value | Engines::KotOR::Menu | private |
kReturnCodeAbort | Engines::GUI | static |
kReturnCodeNone | Engines::GUI | static |
kStartCodeNone | Engines::GUI | static |
kWidgetTypeButton enum value | Engines::KotOR::GUI | protected |
kWidgetTypeCheckBox enum value | Engines::KotOR::GUI | protected |
kWidgetTypeInvalid enum value | Engines::KotOR::GUI | protected |
kWidgetTypeLabel enum value | Engines::KotOR::GUI | protected |
kWidgetTypeListBox enum value | Engines::KotOR::GUI | protected |
kWidgetTypePanel enum value | Engines::KotOR::GUI | protected |
kWidgetTypeProgressbar enum value | Engines::KotOR::GUI | protected |
kWidgetTypeProtoItem enum value | Engines::KotOR::GUI | protected |
kWidgetTypeScrollbar enum value | Engines::KotOR::GUI | protected |
kWidgetTypeSlider enum value | Engines::KotOR::GUI | protected |
load(const Common::UString &resref) | Engines::KotOR::GUI | protected |
Menu(Module &module, ::Engines::Console *console=0) | Engines::KotOR::Menu | |
MenuType enum name | Engines::KotOR::Menu | private |
mouseDown() | Engines::KotOR::GUI | protectedvirtual |
mouseUp() | Engines::KotOR::GUI | protectedvirtual |
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 | |
setCheckBoxState(const Common::UString &tag, bool state) | Engines::KotOR::GUI | protected |
setPosition(float x, float y, float z) | Engines::GUI | protected |
setReturnEnabled(bool) | Engines::KotOR::Menu | |
setReturnQueryStrref(uint32) | Engines::KotOR::Menu | |
setReturnStrref(uint32) | Engines::KotOR::Menu | |
show() | Engines::KotOR::GUI | virtual |
showMenu(const Common::UString &tag) | Engines::KotOR::Menu | |
showMenu(MenuType type) | Engines::KotOR::Menu | private |
sub(GUI &gui, uint32 startCode=kStartCodeNone, bool showSelf=true, bool hideSelf=true) | Engines::GUI | protected |
updateMouse() | Engines::GUI | protected |
WidgetType enum name | Engines::KotOR::GUI | protected |
~GUI() | Engines::KotOR::GUI | virtual |