Overture
Version 25
|
Go to the source code of this file.
Classes | |
struct | PushButton |
struct | ToggleButton |
struct | TextLabel |
struct | OptionMenu |
class | RadioBox |
class | PullDownMenu |
class | InfoLabel |
class | DialogData |
class | PickInfo |
Enumerations | |
enum | button_type { GI_PUSHBUTTON, GI_TOGGLEBUTTON } |
enum | MessageTypeEnum { errorDialog =0, warningDialog, informationDialog, messageDialog } |
Variables | |
const int | MAX_OP_MENU =10 |
const int | MAX_PD_MENU =6 |
const int | MAX_RADIO_BOXES =15 |
const int | MAX_INFO_LABELS =10 |
enum button_type |
enum MessageTypeEnum |
const int MAX_INFO_LABELS =10 |
Referenced by DialogData::addInfoLabel().
const int MAX_OP_MENU =10 |
Referenced by DialogData::addOptionMenu().
const int MAX_PD_MENU =6 |
Referenced by DialogData::addPulldownMenu().
const int MAX_RADIO_BOXES =15 |
Referenced by DialogData::addRadioBox().