Public Member Functions | |
QGPButtonsFrame (const TGWindow *parent, UInt_t w, UInt_t h) | |
void | QuitClicked () |
void | StartStopClicked () |
void | LoadConfClicked () |
void | SaveConfClicked () |
void | SelectBasketClicked () |
void | Lock (bool alsoStart) |
disable user interaction and possibly start batch job | |
void | Unlock () |
enable user interaction | |
bool | GetStartStopStatus () const |
get status of start/stop button | |
Private Attributes | |
TGTextButton * | fSettingsBasketButton |
TGTextButton * | fLoadButton |
TGTextButton * | fSaveButton |
TGTextButton * | fStartButton |
TGTextButton * | fQuitButton |
bool | fStartStopStatus |
void QGPButtonsFrame::Lock | ( | bool | alsoStart | ) |
disable user interaction and possibly start batch job
alsoStart | whether or not to start batch job after disabling user interaction |
bool QGPButtonsFrame::GetStartStopStatus | ( | ) | const [inline] |
get status of start/stop button
References fStartStopStatus.
Referenced by QGuiPulserMain::StartStop().
bool QGPButtonsFrame::fStartStopStatus [private] |
true (false) when the batch job is (not) running
Referenced by GetStartStopStatus().