Inheritance diagram for TGShapedMain:
Public Member Functions | |
TGShapedMain (const TGWindow *p, int w, int h) | |
virtual | ~TGShapedMain () |
void | CloseWindow () |
TGSpeedo * | GetSpeedo () const |
Int_t | GetActInfo () const |
void | ToggleInfos () |
Protected Attributes | |
const TGPicture * | fBgnd |
TGSpeedo * | fSpeedo |
TTimer * | fTimer |
Int_t | fActInfo |
Definition at line 10 of file CPUMeter.C.
TGShapedMain::TGShapedMain | ( | const TGWindow * | p, | |
int | w, | |||
int | h | |||
) |
Definition at line 38 of file CPUMeter.C.
References TGCompositeFrame::AddFrame(), TQObject::Connect(), TGMainFrame::DontCallClose(), fActInfo, fBgnd, fSpeedo, fTimer, TGCompositeFrame::GetDefaultHeight(), TGCompositeFrame::GetDefaultSize(), TGCompositeFrame::GetDefaultWidth(), TGPicture::GetHeight(), TGObject::GetId(), TGPicture::GetMask(), TGSpeedo::GetPicture(), TGPicture::GetPicture(), TGPicture::GetWidth(), gVirtualX, kLHintsCenterX, TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), TGFrame::Resize(), TGWindow::SetBackgroundPixmap(), TTimer::SetCommand(), TGSpeedo::SetDisplayText(), TGMainFrame::SetWindowName(), TGMainFrame::SetWMSizeHints(), and TTimer::TurnOn().
TGShapedMain::~TGShapedMain | ( | ) | [virtual] |
void TGShapedMain::CloseWindow | ( | ) | [virtual] |
Reimplemented from TGMainFrame.
Definition at line 100 of file CPUMeter.C.
References TGWindow::DestroyWindow(), fTimer, and TTimer::TurnOff().
TGSpeedo* TGShapedMain::GetSpeedo | ( | ) | const [inline] |
Int_t TGShapedMain::GetActInfo | ( | ) | const [inline] |
void TGShapedMain::ToggleInfos | ( | ) |
Definition at line 74 of file CPUMeter.C.
References fActInfo, fSpeedo, and TGSpeedo::SetDisplayText().
const TGPicture* TGShapedMain::fBgnd [protected] |
TGSpeedo* TGShapedMain::fSpeedo [protected] |
Definition at line 14 of file CPUMeter.C.
Referenced by GetSpeedo(), TGShapedMain(), ToggleInfos(), and ~TGShapedMain().
TTimer* TGShapedMain::fTimer [protected] |
Definition at line 15 of file CPUMeter.C.
Referenced by CloseWindow(), TGShapedMain(), and ~TGShapedMain().
Int_t TGShapedMain::fActInfo [protected] |
Definition at line 16 of file CPUMeter.C.
Referenced by GetActInfo(), TGShapedMain(), and ToggleInfos().