#include <cainfodialog.h>
Inheritance diagram for CAInfoDialog:

Public Types | |
| enum | InfoType { Info, Warning } |
Public Member Functions | |
| CAInfoDialog (const char *title, const char *text, InfoType type=Info, bool modal=false, CAScreen *screen=0) | |
| Constructor. | |
| ~CAInfoDialog () | |
| Destructor. | |
| virtual void | buildScreen () |
| Builds the info dialog screen. | |
| virtual void | on_button_release (CL_InputDevice *device, const CL_Key &key) |
| Called on key release. | |
Shows a title and a text.
|
||||||||||||||||||||||||
|
Constructor.
|
1.4.4