Inheritance diagram for ShutterWindow:
Public Member Functions | |
ShutterWindow (const TGWindow *p, UInt_t w, UInt_t h) | |
void | AddShutterItem (const char *name, shutterData_t *data) |
void | ToggleShutterItem (const char *name) |
Private Attributes | |
TGShutter * | fShutter |
TGLayoutHints * | fLayout |
const TGPicture * | fDefaultPic |
Definition at line 1348 of file stressGUI.cxx.
Definition at line 1363 of file stressGUI.cxx.
References TGCompositeFrame::AddFrame(), AddShutterItem(), fDefaultPic, fLayout, fShutter, function_data, gClient, TGClient::GetPicture(), histo_data, kDeepCleanup, kLHintsExpandX, kLHintsExpandY, kSunkenFrame, TGCompositeFrame::Layout(), TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), TGFrame::Resize(), TGCompositeFrame::SetCleanup(), TGMainFrame::SetWindowName(), TGMainFrame::SetWMPosition(), and tree_data.
void ShutterWindow::AddShutterItem | ( | const char * | name, | |
shutterData_t * | data | |||
) |
Definition at line 1390 of file stressGUI.cxx.
References TGCompositeFrame::AddFrame(), TGShutter::AddItem(), data, fDefaultPic, fShutter, gClient, TGShutterItem::GetContainer(), TGClient::GetPicture(), i, kButtonDisabled, kButtonEngaged, kLHintsCenterX, kLHintsTop, l, TGPictureButton::SetDisabledPicture(), TGPictureButton::SetPicture(), TGButton::SetState(), and TGButton::SetToolTipText().
Referenced by ShutterWindow().
void ShutterWindow::ToggleShutterItem | ( | const char * | name | ) |
Definition at line 1433 of file stressGUI.cxx.
References fShutter, TGShutter::GetItem(), gSystem, i, kC_COMMAND, kCM_BUTTON, MK_MSG(), TSystem::ProcessEvents(), TGFrame::SendMessage(), TSystem::Sleep(), and TGWidget::WidgetId().
TGShutter* ShutterWindow::fShutter [private] |
Definition at line 1351 of file stressGUI.cxx.
Referenced by AddShutterItem(), ShutterWindow(), and ToggleShutterItem().
TGLayoutHints* ShutterWindow::fLayout [private] |
const TGPicture* ShutterWindow::fDefaultPic [private] |