Public Member Functions | |
QGPTimingFrame (const TGWindow *parent, UInt_t w, UInt_t h) | |
UInt_t | GetPeriod () const |
get pulser period in s | |
UInt_t | GetDelay () const |
get pulser delay in s | |
bool | SetPeriod (UInt_t period) |
set pulser period in s | |
bool | SetDelay (UInt_t delay) |
set pulser delay in s | |
UInt_t | GetPeriodMin () const |
get min allowed value for pulser period in s | |
UInt_t | GetPeriodMax () const |
get max allowed value for pulser period in s | |
UInt_t | GetDelayMin () const |
get min allowed value for pulser delay in s | |
UInt_t | GetDelayMax () const |
get max allowed value for pulser delay in s | |
void | SetPeriodRange (UInt_t min, UInt_t max) |
set allowed range for pulser period in s | |
void | SetDelayRange (UInt_t min, UInt_t max) |
set allowed range for pulser delay in s | |
void | Lock () |
disable user interaction | |
void | Unlock () |
enable user interaction | |
void | PeriodChanged () |
void | DelayChanged () |
Private Attributes | |
QGuiSlider * | fPeriodWidget |
QGuiSlider * | fDelayWidget |