#include <gui.h>
Public Methods | |
| SliderRangeDlg (TGDoubleSlider *, Configuration *, const TGWindow *, const TGWindow *, UInt_t, UInt_t, UInt_t=kVerticalFrame) | |
| virtual | ~SliderRangeDlg () |
| void | DoButtons (Int_t=-1) |
| void | CloseWindow () |
Private Methods | |
| RQ_OBJECT ("SliderRangeDlg") | |
Private Attributes | |
| Configuration * | pConfig |
| TGDoubleSlider * | slider |
| TGTransientFrame * | pMain |
| TGLabel * | pLabel |
| TGCompositeFrame * | pDlgFrame |
| TGCompositeFrame * | pRangeFr |
| TGCompositeFrame * | pBtFrame |
| TGNumEntry * | pFromEntry |
| TGNumEntry * | pToEntry |
| TGTextButton * | pOkButton |
| TGTextButton * | pCancelButton |
| TGLayoutHints * | pL |
| TList * | pCleanup |
|
||||||||||||||||||||||||||||||||
|
Definition at line 1154 of file gui.cpp. References D_CANCEL, D_OK, Configuration::GetTempMax(), Configuration::GetTempMin(), pBtFrame, pCancelButton, pCleanup, pConfig, pDlgFrame, pFromEntry, pL, pLabel, pMain, pOkButton, pRangeFr, pToEntry, and slider. |
|
|
Definition at line 1208 of file gui.cpp. References pBtFrame, pCancelButton, pCleanup, pDlgFrame, pFromEntry, pMain, pOkButton, pRangeFr, and pToEntry. |
|
|
|
|
|
Definition at line 1217 of file gui.cpp. References D_CANCEL, D_OK, TGNumEntry::GetDoubleNum(), Configuration::GetTemp(), pConfig, pFromEntry, pMain, pToEntry, Configuration::SetTempMax(), Configuration::SetTempMin(), and slider. |
|
|
|
|
|
Definition at line 385 of file gui.h. Referenced by SliderRangeDlg(), and ~SliderRangeDlg(). |
|
|
Definition at line 387 of file gui.h. Referenced by SliderRangeDlg(), and ~SliderRangeDlg(). |
|
|
Definition at line 389 of file gui.h. Referenced by SliderRangeDlg(), and ~SliderRangeDlg(). |
|
|
Definition at line 380 of file gui.h. Referenced by DoButtons(), and SliderRangeDlg(). |
|
|
Definition at line 384 of file gui.h. Referenced by SliderRangeDlg(), and ~SliderRangeDlg(). |
|
|
Definition at line 386 of file gui.h. Referenced by DoButtons(), SliderRangeDlg(), and ~SliderRangeDlg(). |
|
|
Definition at line 388 of file gui.h. Referenced by SliderRangeDlg(). |
|
|
Definition at line 383 of file gui.h. Referenced by SliderRangeDlg(). |
|
|
Definition at line 382 of file gui.h. Referenced by DoButtons(), SliderRangeDlg(), and ~SliderRangeDlg(). |
|
|
Definition at line 387 of file gui.h. Referenced by SliderRangeDlg(), and ~SliderRangeDlg(). |
|
|
Definition at line 385 of file gui.h. Referenced by SliderRangeDlg(), and ~SliderRangeDlg(). |
|
|
Definition at line 386 of file gui.h. Referenced by DoButtons(), SliderRangeDlg(), and ~SliderRangeDlg(). |
|
|
Definition at line 381 of file gui.h. Referenced by DoButtons(), and SliderRangeDlg(). |
1.2.16