Overture  Version 25
Classes | Enumerations | Variables
DialogData.h File Reference
#include "OvertureTypes.h"
#include "GUITypes.h"
Include dependency graph for DialogData.h:
This graph shows which files directly or indirectly include this file:

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
 

Enumeration Type Documentation

Enumerator
GI_PUSHBUTTON 
GI_TOGGLEBUTTON 
Enumerator
errorDialog 
warningDialog 
informationDialog 
messageDialog 

Variable Documentation

const int MAX_INFO_LABELS =10
const int MAX_OP_MENU =10
const int MAX_PD_MENU =6
const int MAX_RADIO_BOXES =15

Referenced by DialogData::addRadioBox().