ScummVM API documentation
TsAGE::MessageDialog Class Reference
Inheritance diagram for TsAGE::MessageDialog:
TsAGE::GfxDialog TsAGE::GfxElement

Public Member Functions

 MessageDialog (const Common::String &message, const Common::String &btn1Message, const Common::String &btn2Message=Common::String())
 
- Public Member Functions inherited from TsAGE::GfxDialog
void add (GfxElement *element)
 
void addElements (GfxElement *ge,...)
 
void setTopLeft (int xp, int yp)
 
void setCenter (int xp, int yp)
 
void frame ()
 
GfxButtonexecute (GfxButton *defaultButton=NULL)
 
void setDefaults () override
 
void remove () override
 
void draw () override
 
virtual bool handleKeypress (Event &evt, GfxButton *&btn)
 
- Public Member Functions inherited from TsAGE::GfxElement
void drawFrame ()
 
virtual void highlight ()
 
virtual bool process (Event &event)
 
virtual bool focusedEvent (Event &event)
 

Static Public Member Functions

static int show (const Common::String &message, const Common::String &btn1Message, const Common::String &btn2Message=Common::String())
 
static int show2 (const Common::String &message, const Common::String &btn1Message, const Common::String &btn2Message=Common::String())
 
- Static Public Member Functions inherited from TsAGE::GfxDialog
static void setPalette ()
 

Public Attributes

GfxButton _btn1
 
GfxButton _btn2
 
GfxDialog _dialog
 
GfxMessage _msg
 
- Public Attributes inherited from TsAGE::GfxDialog
GfxManager _gfxManager
 
GfxElementList _elements
 
GfxButton_defaultButton
 
GfxSurface_savedArea
 
- Public Attributes inherited from TsAGE::GfxElement
GfxElement_owner
 
Rect _bounds
 
uint16 _flags
 
uint16 _fontNumber
 
GfxColors _colors
 
GfxColors _fontColors
 
byte _color1
 
byte _color2
 
byte _color3
 
uint16 _keycode
 

The documentation for this class was generated from the following file: