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

#include <DialogData.h>

Collaboration diagram for PullDownMenu:
Collaboration graph
[legend]

Public Member Functions

 PullDownMenu ()
 
 ~PullDownMenu ()
 
bool setPullDownMenu (const aString &pdMainLabel, const aString commands[], const aString labels[], button_type bt, int *initState)
 
int setToggleState (int n, bool trueOrFalse)
 
void setSensitive (bool trueOrFalse)
 

Public Attributes

aString menuTitle
 
int n_button
 
button_type type
 
PushButtonpbList
 
ToggleButtontbList
 
bool sensitive
 
void * menupane
 

Constructor & Destructor Documentation

PullDownMenu::PullDownMenu ( )

References menupane, n_button, NULL, pbList, sensitive, and tbList.

PullDownMenu::~PullDownMenu ( )

References pbList, and tbList.

Member Function Documentation

bool PullDownMenu::setPullDownMenu ( const aString pdMainLabel,
const aString  commands[],
const aString  labels[],
button_type  bt,
int *  initState 
)
void PullDownMenu::setSensitive ( bool  trueOrFalse)

References menupane, and sensitive.

int PullDownMenu::setToggleState ( int  n,
bool  trueOrFalse 
)

Member Data Documentation

void* PullDownMenu::menupane
aString PullDownMenu::menuTitle
int PullDownMenu::n_button
PushButton* PullDownMenu::pbList
bool PullDownMenu::sensitive
ToggleButton* PullDownMenu::tbList
button_type PullDownMenu::type

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