Public Member Functions | |
| QGPulseParametersFrame (QGPulseEditWindow *p=0, UInt_t w=100, UInt_t h=100) | |
| Constructor. | |
| virtual | ~QGPulseParametersFrame () |
| Destructor. | |
| Long_t | GetEventIndex () const |
| Get event index. | |
| QGDropDownBox * | GetOrderedByDropDownBox () |
| Get pointer to the ordered-by drop down box. | |
| std::string | GetOrderVariable () const |
| Get ordered-by variable. | |
| void | HandleNextButton () |
| Handle next button. | |
| void | HandlePreviousButton () |
| Handle previous button. | |
| void | HandlePulseNumberBox () |
| Handle pulse number box. | |
| bool | IsSuperimposeSet () |
| Return true if superimpose box is checked. | |
| bool | IsUseADCUnitsSet () |
| Return true if use ADC units box is checked. | |
| void | SetEventIndex (Long_t index) |
| Set event index. | |
| void | SetNumberOfEvents (Long_t number) |
| Set number of events. | |
| void | SetOrderVariable (std::string orderVariable) |
| Set ordered-by variable. | |
| void | SetSuperimpose (bool flag=true) |
| Set whether the superimpose box is checked. | |
| void | SetUseADCUnits (bool flag=true) |
| Set whether the use ADC units box is checked. | |
Private Attributes | |
| TGPictureButton * | fNextButton |
| Next button. | |
| TGNumberEntryField * | fNumberOfPulsesBox |
| Number of pulses box. | |
| TGHorizontalFrame * | fOptionsFrame |
| Horizontal frame for options boxes. | |
| QGDropDownBox * | fOrderedByDropDownBox |
| Ordered-by box. | |
| TGHorizontalFrame * | fOrderedByFrame |
| Horizontal frame for ordered-by. | |
| TGLabel * | fOrderedByLabel |
| Ordered-by label. | |
| TGPictureButton * | fPreviousButton |
| Previous button. | |
| TGHorizontalFrame * | fPreviousNextFrame |
| Horizontal frame for previous/next buttons. | |
| QGPulseEditWindow * | fPulseEditWindow |
| Pointer to parent pulse edit window. | |
| TGNumberEntryField * | fPulseNumberBox |
| Pulse number box. | |
| TGCheckButton * | fSuperimposeBox |
| Superimpose check box. | |
| TGCheckButton * | fUseADCUnitsBox |
| Use ADC Units check box. | |
1.5.6