Overture  Version 25
Public Member Functions | Public Attributes | List of all members
RadioBox Class Reference

#include <DialogData.h>

Collaboration diagram for RadioBox:
Collaboration graph
[legend]

Public Member Functions

 RadioBox ()
 
bool setCurrentChoice (int command)
 
void setSensitive (bool trueOrFalse)
 
void setSensitive (int btn, bool trueOrFalse)
 

Public Attributes

aString radioLabel
 
int n_options
 
ToggleButtonoptionList
 
aString currentChoice
 
int currentIndex
 
bool sensitive
 
int columns
 
void * radioBox
 

Constructor & Destructor Documentation

RadioBox::RadioBox ( )
inline

References columns, NULL, radioBox, and sensitive.

Member Function Documentation

bool RadioBox::setCurrentChoice ( int  command)
void RadioBox::setSensitive ( bool  trueOrFalse)
void RadioBox::setSensitive ( int  btn,
bool  trueOrFalse 
)

Member Data Documentation

int RadioBox::columns
aString RadioBox::currentChoice
int RadioBox::currentIndex
int RadioBox::n_options
ToggleButton* RadioBox::optionList
void* RadioBox::radioBox
aString RadioBox::radioLabel
bool RadioBox::sensitive

The documentation for this class was generated from the following files: