#include <cadialog.h>
Inheritance diagram for CADialog:

Public Member Functions | |
| CADialog (bool modal=false, CAScreen *screen=0) | |
| Constructor. | |
| ~CADialog () | |
| Destructor. | |
| virtual int | run () |
| Runs the dialog. | |
| virtual void | buildScreen () |
| Builds the dialog screen. | |
| virtual void | on_button_release (CL_InputDevice *device, const CL_Key &key)=0 |
| virtual void | resize (int w, int h) |
| Resizes the dialog. | |
Public Attributes | |
| CL_Slot | slot |
Protected Attributes | |
| int | left |
| Left position of the dialog. | |
| int | right |
| Right position of the dialog. | |
| int | top |
| Top position of the dialog. | |
| int | bottom |
| Bottom position of the dialog. | |
| int | width |
| Width of the dialog. | |
| int | height |
| Height of the dialog. | |
| bool | modal |
| Dialog modal? Modal means it's shown transparently over the current screen. | |
| CAScreen * | screen |
| Pointer to screen (if dialog is modal) or NULL if it's not modal. | |
|
||||||||||||
|
Constructor.
|
|
|
Dialog modal? Modal means it's shown transparently over the current screen. A pointer to the current screen must be given in constructor if the dialog is modal. |
1.4.4