Evita
0.16
|
#include <evGUIInstructionBox.h>
Public Member Functions | |
evGUIInstructionBox (const int x, const int y, const int width, const int height, const char *title, const char *instructions) | |
virtual | ~evGUIInstructionBox (void) |
virtual const evString | GetClassName (void) const |
Public Member Functions inherited from evGUIObject | |
evGUIObject (void) | |
virtual | ~evGUIObject (void) |
Public Member Functions inherited from evObject | |
evObject (void) | |
virtual | ~evObject (void) |
void | Print (const int tabbing) const |
void | Print (void) const |
virtual void | PrintSelf (const int tabbing) const |
Private Attributes | |
Fl_Box * | Title |
Fl_Box * | Instructions |
Additional Inherited Members | |
Protected Member Functions inherited from evObject | |
evObject (const evObject &object) | |
evGUIInstructionBox::evGUIInstructionBox | ( | const int | x, |
const int | y, | ||
const int | width, | ||
const int | height, | ||
const char * | title, | ||
const char * | instructions | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from evGUIObject.
|
private |
|
private |