#include <cascreen.h>
Inheritance diagram for CAScreen:

Public Member Functions | |
| CAScreen () | |
| Constructor. | |
| virtual | ~CAScreen () |
| Destructor. | |
| virtual int | run ()=0 |
| virtual void | buildScreen ()=0 |
| bool | chanceled () |
| void | displayTitle () |
| Displays a typical title for the screen. | |
| void | displayHelp () |
| Displays the bottom-help for dummies. | |
Protected Attributes | |
| bool | done |
| Done -> go to next screen. | |
| bool | cancel |
| Screen canceled. | |
| CL_String | title |
| Screen title. | |
| CL_String | help |
| Help text (shown at bottom). | |
1.5.0