Public Member Functions | |
QGEBiasFrame (const TGWindow *parent) | |
Bool_t | SetBias (const std::string &bias) |
set bias voltage | |
void | SetBiasPolarity (Bool_t polarity) |
set bias polarity | |
void | SetGroundStatus (Bool_t state) |
toggle electronics ground/detector configuration | |
const std::string & | GetBias () const |
Bool_t | GetBiasPolarity () const |
Bool_t | GetGroundStatus () const |
void | BiasChanged () |
void | PolarityChanged () |
void | GroundChanged () |
void | Lock (Bool_t doLock) |
enable/disable user interaction | |
Private Attributes | |
QGuiDropDownList * | fBiasWidget |
QGuiRadioSelector * | fPolarityWidget |
QGuiRadioSelector * | fGroundWidget |
Bool_t QGEBiasFrame::SetBias | ( | const std::string & | bias | ) |
set bias voltage
bias | string containing bias voltage in Volts |
References QGuiDropDownList::SetSelected().
Referenced by QGEChannelFrame::ShowChannel().
void QGEBiasFrame::SetBiasPolarity | ( | Bool_t | polarity | ) |
set bias polarity
polarity | true for positive polarity, false for negative polarity |
References QGuiRadioSelector::SetSelected().
Referenced by QGEChannelFrame::ShowChannel().
void QGEBiasFrame::SetGroundStatus | ( | Bool_t | state | ) |
toggle electronics ground/detector configuration
SDD FIXME check correspondence between true/false and ground/detector
state | to be checked |
References QGuiRadioSelector::SetSelected().
Referenced by QGEChannelFrame::ShowChannel().