|
|
| TextViewerDialog (const Common::Path &fname) |
| |
|
void | destroy () |
| |
|
void | open () |
| |
| void | drawDialog (DrawLayer layerToDraw) |
| |
|
void | handleMouseWheel (int x, int y, int direction) |
| |
|
void | handleKeyDown (Common::KeyState state) |
| |
|
void | handleCommand (CommandSender *sender, uint32 cmd, uint32 data) |
| |
|
| 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 () |
| |
|
virtual void | lostFocus () |
| |
|
virtual void | receivedFocus (int x=-1, int y=-1) |
| |
|
virtual void | close () |
| |
|
Widget * | findWidget (uint32 type) |
| |
|
| 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 | markWidgetsAsDirty () |
| |
| void | drawWidgets () |
| |
|
virtual void | handleTickle () |
| |
|
virtual void | handleMouseDown (int x, int y, int button, int clickCount) |
| |
|
virtual void | handleMouseUp (int x, int y, int button, int clickCount) |
| |
|
virtual void | handleKeyUp (Common::KeyState state) |
| |
|
virtual void | handleMouseMoved (int x, int y, int button) |
| |
|
virtual void | handleMouseLeft (int button) |
| |
|
virtual void | handleOtherEvent (const Common::Event &evt) |
| |
|
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 |
| |
|
Widget * | _mouseWidget |
| |
|
Widget * | _focusedWidget |
| |
|
Widget * | _dragWidget |
| |
|
Widget * | _tickleWidget |
| |
|
bool | _visible |
| |
|
bool | _mouseUpdatedOnFocus |
| |
|
ThemeEngine::DialogBackground | _backgroundType |
| |
|
Common::Rect | _textDrawableArea |
| |
|
int16 | _x |
| |
|
int16 | _y |
| |
|
uint16 | _w |
| |
|
uint16 | _h |
| |
|
bool | _useRTL |
| |
|
const Common::String | _name |
| |
|
Widget * | _firstWidget |
| |
◆ drawDialog()
| void GUI::TextViewerDialog::drawDialog |
( |
DrawLayer |
layerToDraw | ) |
|
|
virtual |
Draw the dialog in its entirety (background and widgets)
Reimplemented from GUI::Dialog.
The documentation for this class was generated from the following file: