Inheritance diagram for ProgressbarWindow:
Public Member Functions | |
ProgressbarWindow (const TGWindow *p, UInt_t w, UInt_t h) | |
void | SetValues (Int_t ver) |
Private Attributes | |
TGHorizontalFrame * | fHframe1 |
TGVerticalFrame * | fVframe1 |
TGLayoutHints * | fHint1 |
TGLayoutHints * | fHint2 |
TGLayoutHints * | fHint3 |
TGLayoutHints * | fHint4 |
TGLayoutHints * | fHint5 |
TGHProgressBar * | fHProg1 |
TGHProgressBar * | fHProg2 |
TGHProgressBar * | fHProg3 |
TGVProgressBar * | fVProg1 |
TGVProgressBar * | fVProg2 |
TGTextButton * | fGO |
Definition at line 1460 of file stressGUI.cxx.
Definition at line 1477 of file stressGUI.cxx.
References TGCompositeFrame::AddFrame(), fGO, fHframe1, fHint1, fHint2, fHint3, fHint4, fHint5, fHProg1, fHProg2, fHProg3, fVframe1, fVProg1, fVProg2, TGCompositeFrame::GetDefaultSize(), TGProgressBar::kBlockFill, kDeepCleanup, kFALSE, TGProgressBar::kFancy, kLHintsExpandX, kLHintsExpandY, kLHintsLeft, kLHintsRight, kLHintsTop, TGProgressBar::kStandard, kTRUE, TGCompositeFrame::Layout(), TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), TGFrame::Resize(), TGProgressBar::SetBarColor(), TGCompositeFrame::SetCleanup(), TGProgressBar::SetFillType(), TGMainFrame::SetWindowName(), TGMainFrame::SetWMPosition(), and TGHProgressBar::ShowPosition().
void ProgressbarWindow::SetValues | ( | Int_t | ver | ) |
Definition at line 1535 of file stressGUI.cxx.
References fHProg1, fHProg2, fHProg3, fVProg1, fVProg2, TGProgressBar::Reset(), TGProgressBar::SetBarColor(), and TGProgressBar::SetPosition().
TGHorizontalFrame* ProgressbarWindow::fHframe1 [private] |
TGVerticalFrame* ProgressbarWindow::fVframe1 [private] |
TGLayoutHints* ProgressbarWindow::fHint1 [private] |
TGLayoutHints * ProgressbarWindow::fHint2 [private] |
TGLayoutHints * ProgressbarWindow::fHint3 [private] |
TGLayoutHints * ProgressbarWindow::fHint4 [private] |
TGLayoutHints * ProgressbarWindow::fHint5 [private] |
TGHProgressBar* ProgressbarWindow::fHProg1 [private] |
TGHProgressBar * ProgressbarWindow::fHProg2 [private] |
TGHProgressBar * ProgressbarWindow::fHProg3 [private] |
TGVProgressBar* ProgressbarWindow::fVProg1 [private] |
TGVProgressBar * ProgressbarWindow::fVProg2 [private] |
TGTextButton* ProgressbarWindow::fGO [private] |