This is the complete list of members for MainMenuDialog, including all inherited members.
_aboutDialog (defined in MainMenuDialog) | MainMenuDialog | protected |
_backgroundType (defined in GUI::Dialog) | GUI::Dialog | protected |
_dragWidget (defined in GUI::Dialog) | GUI::Dialog | protected |
_engine (defined in MainMenuDialog) | MainMenuDialog | protected |
_firstWidget (defined in GUI::GuiObject) | GUI::GuiObject | protected |
_focusedWidget (defined in GUI::Dialog) | GUI::Dialog | protected |
_h (defined in GUI::GuiObject) | GUI::GuiObject | protected |
_helpButton (defined in MainMenuDialog) | MainMenuDialog | protected |
_loadDialog (defined in MainMenuDialog) | MainMenuDialog | protected |
_logo (defined in MainMenuDialog) | MainMenuDialog | protected |
_mouseUpdatedOnFocus (defined in GUI::Dialog) | GUI::Dialog | protected |
_mouseWidget (defined in GUI::Dialog) | GUI::Dialog | protected |
_name (defined in GUI::GuiObject) | GUI::GuiObject | protected |
_returnToLauncherButton (defined in MainMenuDialog) | MainMenuDialog | protected |
_saveDialog (defined in MainMenuDialog) | MainMenuDialog | protected |
_textDrawableArea (defined in GUI::GuiObject) | GUI::GuiObject | protected |
_tickleWidget (defined in GUI::Dialog) | GUI::Dialog | protected |
_useRTL (defined in GUI::GuiObject) | GUI::GuiObject | protected |
_visible (defined in GUI::Dialog) | GUI::Dialog | protected |
_w (defined in GUI::GuiObject) | GUI::GuiObject | protected |
_x (defined in GUI::GuiObject) | GUI::GuiObject | protected |
_y (defined in GUI::GuiObject) | GUI::GuiObject | protected |
addChild(Widget *newChild) (defined in GUI::GuiObject) | GUI::GuiObject | virtual |
close() (defined in GUI::Dialog) | GUI::Dialog | virtual |
Dialog(int x, int y, int w, int h, bool scale=false) (defined in GUI::Dialog) | GUI::Dialog | |
Dialog(const Common::String &name) (defined in GUI::Dialog) | GUI::Dialog | |
drawDialog(DrawLayer layerToDraw) | GUI::Dialog | protectedvirtual |
drawWidgets() | GUI::Dialog | protected |
findWidget(int x, int y) (defined in GUI::Dialog) | GUI::Dialog | protected |
findWidget(const char *name) (defined in GUI::Dialog) | GUI::Dialog | protected |
getAbsX() const (defined in GUI::GuiObject) | GUI::GuiObject | inlinevirtual |
getAbsY() const (defined in GUI::GuiObject) | GUI::GuiObject | inlinevirtual |
getChildX() const (defined in GUI::GuiObject) | GUI::GuiObject | inlinevirtual |
getChildY() const (defined in GUI::GuiObject) | GUI::GuiObject | inlinevirtual |
getClipRect() const | GUI::GuiObject | virtual |
getFocusWidget() (defined in GUI::Dialog) | GUI::Dialog | inline |
getHeight() const (defined in GUI::GuiObject) | GUI::GuiObject | inlinevirtual |
getRelX() const (defined in GUI::GuiObject) | GUI::GuiObject | inlinevirtual |
getRelY() const (defined in GUI::GuiObject) | GUI::GuiObject | inlinevirtual |
getResult() const (defined in GUI::Dialog) | GUI::Dialog | inlineprotected |
getTickleWidget() (defined in GUI::Dialog) | GUI::Dialog | inline |
getWidth() const (defined in GUI::GuiObject) | GUI::GuiObject | inlinevirtual |
GuiObject(int x, int y, int w, int h, bool scale=false) (defined in GUI::GuiObject) | GUI::GuiObject | |
GuiObject(const Common::String &name) (defined in GUI::GuiObject) | GUI::GuiObject | |
handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data) override (defined in MainMenuDialog) | MainMenuDialog | virtual |
handleKeyDown(Common::KeyState state) (defined in GUI::Dialog) | GUI::Dialog | protectedvirtual |
handleKeyUp(Common::KeyState state) (defined in GUI::Dialog) | GUI::Dialog | protectedvirtual |
handleMouseDown(int x, int y, int button, int clickCount) (defined in GUI::Dialog) | GUI::Dialog | protectedvirtual |
handleMouseLeft(int button) (defined in GUI::Dialog) | GUI::Dialog | inlineprotectedvirtual |
handleMouseMoved(int x, int y, int button) (defined in GUI::Dialog) | GUI::Dialog | protectedvirtual |
handleMouseUp(int x, int y, int button, int clickCount) (defined in GUI::Dialog) | GUI::Dialog | protectedvirtual |
handleMouseWheel(int x, int y, int direction) override (defined in GUI::Dialog) | GUI::Dialog | protectedvirtual |
handleOtherEvent(const Common::Event &evt) (defined in GUI::Dialog) | GUI::Dialog | protectedvirtual |
handleTickle() (defined in GUI::Dialog) | GUI::Dialog | protectedvirtual |
handleTooltipUpdate(int x, int y) (defined in GUI::GuiObject) | GUI::GuiObject | inlinevirtual |
isDragging() const (defined in GUI::Dialog) | GUI::Dialog | inline |
isMouseUpdatedOnFocus() const (defined in GUI::Dialog) | GUI::Dialog | inline |
isPointIn(int x, int y) (defined in GUI::GuiObject) | GUI::GuiObject | inlinevirtual |
isVisible() const override (defined in GUI::Dialog) | GUI::Dialog | inlinevirtual |
kAboutCmd enum value (defined in MainMenuDialog) | MainMenuDialog | |
kChooseCmd enum value (defined in MainMenuDialog) | MainMenuDialog | |
kHelpCmd enum value (defined in MainMenuDialog) | MainMenuDialog | |
kLauncherCmd enum value (defined in MainMenuDialog) | MainMenuDialog | |
kLoadCmd enum value (defined in MainMenuDialog) | MainMenuDialog | |
kOptionsCmd enum value (defined in MainMenuDialog) | MainMenuDialog | |
kPlayCmd enum value (defined in MainMenuDialog) | MainMenuDialog | |
kQuitCmd enum value (defined in MainMenuDialog) | MainMenuDialog | |
kSaveCmd enum value (defined in MainMenuDialog) | MainMenuDialog | |
load() (defined in MainMenuDialog) | MainMenuDialog | protected |
lostFocus() (defined in GUI::Dialog) | GUI::Dialog | virtual |
MainMenuDialog(Engine *engine) (defined in MainMenuDialog) | MainMenuDialog | |
markWidgetsAsDirty() | GUI::Dialog | protected |
open() (defined in GUI::Dialog) | GUI::Dialog | virtual |
receivedFocus(int x=-1, int y=-1) (defined in GUI::Dialog) | GUI::Dialog | inlinevirtual |
reflowLayout() override (defined in MainMenuDialog) | MainMenuDialog | virtual |
releaseFocus() override (defined in GUI::Dialog) | GUI::Dialog | virtual |
removeWidget(Widget *widget) override (defined in GUI::Dialog) | GUI::Dialog | protectedvirtual |
resize(int x, int y, int w, int h, bool scale=true) (defined in GUI::GuiObject) | GUI::GuiObject | virtual |
runModal() (defined in GUI::Dialog) | GUI::Dialog | virtual |
save() (defined in MainMenuDialog) | MainMenuDialog | protected |
setDefaultFocusedWidget() (defined in GUI::Dialog) | GUI::Dialog | protected |
setFocusWidget(Widget *widget) (defined in GUI::Dialog) | GUI::Dialog | |
setMouseUpdatedOnFocus(bool mouseUpdatedOnFocus) (defined in GUI::Dialog) | GUI::Dialog | inlineprotected |
setResult(int result) (defined in GUI::Dialog) | GUI::Dialog | inlineprotected |
setTextDrawableArea(const Common::Rect &r) (defined in GUI::GuiObject) | GUI::GuiObject | inlinevirtual |
setTickleWidget(Widget *widget) (defined in GUI::Dialog) | GUI::Dialog | inline |
unSetTickleWidget() (defined in GUI::Dialog) | GUI::Dialog | inline |
~CommandReceiver() (defined in GUI::CommandReceiver) | GUI::CommandReceiver | inlineprotectedvirtual |
~GuiObject() override (defined in GUI::GuiObject) | GUI::GuiObject | |
~MainMenuDialog() (defined in MainMenuDialog) | MainMenuDialog |