#include <dialogmenu.h>
Public Member Functions | |
| DialogTitleWidget (DialogScreen *screen, Gfx::Driver *gfx, uint logIndex) | |
| void | setPosition (const Common::Point &pos) |
| uint | getHeight () |
| uint | getChapter () |
| void | render () override |
| bool | isMouseInside (const Common::Point &mousePos) const override |
| void | onClick () override |
| void | onMouseMove (const Common::Point &mousePos) override |
| void | onScreenChanged () override |
Public Member Functions inherited from Stark::StaticLocationWidget | |
| StaticLocationWidget (const char *renderEntryName, WidgetOnClickCallback *onClickCallback, WidgetOnMouseMoveCallback *onMouseMoveCallback) | |
| virtual void | onMouseUp () |
| void | setupSounds (int16 enterSound, int16 clickSound) |
| void | setTextColor (const Gfx::Color &textColor) |
| bool | isVisible () const |
| void | setVisible (bool visible) |
| void | onGameLoop () |
| void | onMouseEnter () |
| void | onMouseLeave () |
Additional Inherited Members | |
Protected Member Functions inherited from Stark::StaticLocationWidget | |
| Common::Point | getPosition () const |
Protected Attributes inherited from Stark::StaticLocationWidget | |
| Gfx::RenderEntry * | _renderEntry |
The dialog widget
|
inlineoverridevirtual |
Draw the widget
Reimplemented from Stark::StaticLocationWidget.
|
overridevirtual |
Is the specified point inside the widget?
Reimplemented from Stark::StaticLocationWidget.
|
overridevirtual |
Called when the widget is clicked
Reimplemented from Stark::StaticLocationWidget.
|
inlineoverridevirtual |
Called when the mouse hovers the widget
Reimplemented from Stark::StaticLocationWidget.
|
overridevirtual |
Called when the screen's resolution is changed
Reimplemented from Stark::StaticLocationWidget.