|
void | setup (Dialog *parent, Widget *widget, int x, int y) |
|
void | drawDialog (DrawLayer layerToDraw) override |
|
void | receivedFocus (int x=-1, int y=-1) override |
|
| Dialog (int x, int y, int w, int h, bool scale=false) |
|
| Dialog (const Common::String &name) |
|
virtual int | runModal () |
|
bool | isVisible () const override |
|
bool | isMouseUpdatedOnFocus () const |
|
void | releaseFocus () override |
|
void | setFocusWidget (Widget *widget) |
|
Widget * | getFocusWidget () |
|
bool | isDragging () const |
|
void | setTickleWidget (Widget *widget) |
|
void | unSetTickleWidget () |
|
Widget * | getTickleWidget () |
|
void | reflowLayout () override |
|
virtual void | lostFocus () |
|
virtual void | open () |
|
virtual void | close () |
|
| GuiObject (int x, int y, int w, int h, bool scale=false) |
|
| GuiObject (const Common::String &name) |
|
virtual void | setTextDrawableArea (const Common::Rect &r) |
|
virtual void | resize (int x, int y, int w, int h, bool scale=true) |
|
virtual Widget * | addChild (Widget *newChild) |
|
virtual int16 | getRelX () const |
|
virtual int16 | getRelY () const |
|
virtual int16 | getAbsX () const |
|
virtual int16 | getAbsY () const |
|
virtual int16 | getChildX () const |
|
virtual int16 | getChildY () const |
|
virtual uint16 | getWidth () const |
|
virtual uint16 | getHeight () const |
|
virtual bool | isPointIn (int x, int y) |
|
virtual Common::Rect | getClipRect () const |
|
virtual void | handleTooltipUpdate (int x, int y) |
|
|
void | handleMouseDown (int x, int y, int button, int clickCount) override |
|
void | handleMouseUp (int x, int y, int button, int clickCount) override |
|
void | handleMouseWheel (int x, int y, int direction) override |
|
void | handleKeyDown (Common::KeyState state) override |
|
void | handleKeyUp (Common::KeyState state) override |
|
void | handleMouseMoved (int x, int y, int button) override |
|
void | markWidgetsAsDirty () |
|
void | drawWidgets () |
|
virtual void | handleTickle () |
|
virtual void | handleMouseLeft (int button) |
|
virtual void | handleOtherEvent (const Common::Event &evt) |
|
void | handleCommand (CommandSender *sender, uint32 cmd, uint32 data) override |
|
Widget * | findWidget (int x, int y) |
|
Widget * | findWidget (const char *name) |
|
void | removeWidget (Widget *widget) override |
|
void | setMouseUpdatedOnFocus (bool mouseUpdatedOnFocus) |
|
void | setDefaultFocusedWidget () |
|
void | setResult (int result) |
|
int | getResult () const |
|
◆ drawDialog()
void GUI::Tooltip::drawDialog |
( |
DrawLayer |
layerToDraw | ) |
|
|
overridevirtual |
Draw the dialog in its entirety (background and widgets)
Reimplemented from GUI::Dialog.
The documentation for this class was generated from the following file: