#include <gui.h>
Public Methods | |
| TempControl (Configuration *, MainFrame *, const TGWindow *, const TGWindow *, UInt_t, UInt_t, UInt_t=kVerticalFrame) | |
| virtual | ~TempControl () |
| void | DoMinRange (char *) |
| void | DoMaxRange (char *) |
| void | CloseWindow () |
| void | DoSlider () |
Private Methods | |
| RQ_OBJECT ("TempControl") | |
Private Attributes | |
| Configuration * | pConfig |
| MainFrame * | pMainFrame |
| TGTransientFrame * | pMain |
| TGLabel * | pTempL |
| TGCompositeFrame * | pDlgFrame |
| TGCompositeFrame * | pRangeFrame |
| TGDoubleHSlider * | pTempSlider |
| TGNumEntry * | pFromEntry |
| TGNumEntry * | pToEntry |
| TGLayoutHints * | pL1 |
| TGLayoutHints * | pL2 |
|
||||||||||||||||||||||||||||||||
|
Definition at line 2386 of file gui.cpp. References Configuration::GetTemp(), Configuration::GetTempMax(), Configuration::GetTempMin(), pConfig, pDlgFrame, pFromEntry, pL1, pL2, pMain, pMainFrame, pRangeFrame, MainFrame::pSimTmpFr, MainFrame::pSimToolFr, pTempL, pTempSlider, and pToEntry. |
|
|
Definition at line 2429 of file gui.cpp. References Configuration::GetTemp(), Configuration::GetTempMax(), Configuration::GetTempMin(), M_VIEW_TEMP, pConfig, pDlgFrame, pFromEntry, pL1, pL2, pMain, pMainFrame, MainFrame::pMenuView, pRangeFrame, MainFrame::pSimTmpFr, MainFrame::pSimTmpSlider, MainFrame::pSimToolFr, pTempL, pTempSlider, and pToEntry. |
|
|
|
|
|
Definition at line 2468 of file gui.cpp. References Configuration::GetTemp(), Configuration::GetTempMax(), Configuration::GetTempMin(), pConfig, pTempSlider, pToEntry, Configuration::SetTemp(), and Configuration::SetTempMax(). |
|
|
Definition at line 2443 of file gui.cpp. References Configuration::GetTemp(), Configuration::GetTempMax(), Configuration::GetTempMin(), pConfig, pFromEntry, pTempSlider, Configuration::SetTemp(), and Configuration::SetTempMin(). |
|
|
Definition at line 2493 of file gui.cpp. References pConfig, pTempL, pTempSlider, and Configuration::SetTemp(). |
|
|
|
|
|
Definition at line 406 of file gui.h. Referenced by DoMaxRange(), DoMinRange(), DoSlider(), TempControl(), and ~TempControl(). |
|
|
Definition at line 410 of file gui.h. Referenced by TempControl(), and ~TempControl(). |
|
|
Definition at line 412 of file gui.h. Referenced by DoMinRange(), TempControl(), and ~TempControl(). |
|
|
Definition at line 413 of file gui.h. Referenced by TempControl(), and ~TempControl(). |
|
|
Definition at line 413 of file gui.h. Referenced by TempControl(), and ~TempControl(). |
|
|
Definition at line 408 of file gui.h. Referenced by TempControl(), and ~TempControl(). |
|
|
Definition at line 407 of file gui.h. Referenced by TempControl(), and ~TempControl(). |
|
|
Definition at line 410 of file gui.h. Referenced by TempControl(), and ~TempControl(). |
|
|
Definition at line 409 of file gui.h. Referenced by DoSlider(), TempControl(), and ~TempControl(). |
|
|
Definition at line 411 of file gui.h. Referenced by DoMaxRange(), DoMinRange(), DoSlider(), TempControl(), and ~TempControl(). |
|
|
Definition at line 412 of file gui.h. Referenced by DoMaxRange(), TempControl(), and ~TempControl(). |
1.2.16