Overture
Version 25
|
#include <DialogData.h>
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 |
PushButton * | pbList |
ToggleButton * | tbList |
bool | sensitive |
void * | menupane |
bool PullDownMenu::setPullDownMenu | ( | const aString & | pdMainLabel, |
const aString | commands[], | ||
const aString | labels[], | ||
button_type | bt, | ||
int * | initState | ||
) |
References PushButton::buttonCommand, ToggleButton::buttonCommand, PushButton::buttonLabel, ToggleButton::buttonLabel, GI_PUSHBUTTON, GI_TOGGLEBUTTON, menupane, menuTitle, n_button, NULL, pbList, printF(), sensitive, ToggleButton::state, tbList, and type.
Referenced by GL_GraphicsInterface::constructor().
int PullDownMenu::setToggleState | ( | int | n, |
bool | trueOrFalse | ||
) |
References GI_PUSHBUTTON, n_button, ToggleButton::setState(), and tbList.
Referenced by PlotIt::plotGrid(), GL_GraphicsInterface::setPlotTheAxes(), GL_GraphicsInterface::setPlotTheBackgroundGrid(), GL_GraphicsInterface::setPlotTheColourBar(), GL_GraphicsInterface::setPlotTheColouredSquares(), GL_GraphicsInterface::setPlotTheLabels(), and GL_GraphicsInterface::setPlotTheRotationPoint().
void* PullDownMenu::menupane |
Referenced by makeGraphicsWindow(), DialogData::openDialog(), PullDownMenu(), setPullDownMenu(), and setSensitive().
aString PullDownMenu::menuTitle |
int PullDownMenu::n_button |
PushButton* PullDownMenu::pbList |
bool PullDownMenu::sensitive |
Referenced by PullDownMenu(), setPullDownMenu(), setSensitive(), and DialogData::setSensitive().
ToggleButton* PullDownMenu::tbList |
button_type PullDownMenu::type |
Referenced by DialogData::addPulldownMenu(), makeGraphicsWindow(), and setPullDownMenu().