|
| Dialog (Gui *gui, Common::MacResManager *resourceManager, uint16 resID) |
|
| Dialog (Gui *gui, Common::Point pos, uint width, uint height) |
|
| Dialog (Gui *gui, PrebuiltDialogs prebuilt, const Common::String &title) |
|
bool | processEvent (Common::Event event) |
|
void | draw () |
|
void | localize (Common::Point &point) |
|
void | handleDialogAction (DialogElement *trigger, DialogAction action) |
|
Graphics::MacWindowManager * | getMacWindowManager () const |
|
const Graphics::Font & | getFont () |
|
void | addButton (Common::String title, DialogAction action, Common::Point position, uint width=0, uint height=0) |
|
void | addText (Common::String content, Common::Point position, int width=0, int height=0, Graphics::TextAlign alignment=Graphics::kTextAlignLeft) |
|
void | addTextInput (Common::Point position, int width, int height, Graphics::TextAlign alignment=Graphics::kTextAlignLeft) |
|
void | setUserInput (Common::String content) |
|
DialogElement * | getElement (Common::String elementID) |
|
The documentation for this class was generated from the following file: