Inheritance diagram for ListTreeWindow:
Public Member Functions | |
ListTreeWindow (const TGWindow *p, UInt_t w, UInt_t h) | |
void | FillListTree () |
void | SwitchState () |
Private Attributes | |
TGListTree * | fListTree |
TGCanvas * | fCanvas |
TGViewPort * | fViewPort |
TList * | fNamesList |
TGTextButton * | fTextButton |
Definition at line 1158 of file stressGUI.cxx.
Definition at line 1174 of file stressGUI.cxx.
References TList::Add(), TGCompositeFrame::AddFrame(), TGListTree::AddItem(), fCanvas, FillListTree(), fListTree, fNamesList, fTextButton, fViewPort, TGCanvas::GetViewPort(), kDeepCleanup, kHorizontalFrame, kLHintsExpandX, kLHintsExpandY, kLHintsLeft, kLHintsTop, TGListTree::kRecursive, TGCompositeFrame::Layout(), TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), TGFrame::Resize(), s1, s2, TGListTree::SetCheckMode(), TGCompositeFrame::SetCleanup(), TGMainFrame::SetWindowName(), and TGMainFrame::SetWMPosition().
void ListTreeWindow::FillListTree | ( | ) |
Definition at line 1238 of file stressGUI.cxx.
References TGListTree::AddItem(), TObjArray::At(), TGContainer::ClearViewPort(), TGListTree::FindChildByName(), fListTree, fNamesList, TObjArray::GetEntriesFast(), TGListTree::GetFirstItem(), TObject::GetName(), TGListTree::HighlightItem(), kTRUE, TObjArray::Last(), TGListTree::OpenItem(), TGListTree::SetCheckBox(), TGListTreeItem::SetUserData(), TGListTree::ToggleItem(), and TString::Tokenize().
Referenced by ListTreeWindow().
void ListTreeWindow::SwitchState | ( | ) |
Definition at line 1278 of file stressGUI.cxx.
References TGListTree::CheckAllChildren(), TGListTree::CheckItem(), TGContainer::ClearViewPort(), TGListTree::FindChildByName(), fListTree, TGListTree::GetFirstItem(), kFALSE, kTRUE, and root.
TGListTree* ListTreeWindow::fListTree [private] |
Definition at line 1161 of file stressGUI.cxx.
Referenced by FillListTree(), ListTreeWindow(), and SwitchState().
TGCanvas* ListTreeWindow::fCanvas [private] |
TGViewPort* ListTreeWindow::fViewPort [private] |
TList* ListTreeWindow::fNamesList [private] |
TGTextButton* ListTreeWindow::fTextButton [private] |