GSI Object Oriented Online Offline (Go4)
GO4-6.1.2
|
#include <TGo4BrowserItem.h>
Public Member Functions | |
TGo4BrowserItem () | |
TGo4BrowserItem (const char *name, const char *title) | |
TGo4BrowserItem (TGo4BrowserItem *parent, TGo4BrowserItem *previtem, const char *name, const char *title) | |
virtual | ~TGo4BrowserItem () |
virtual void | Browse (TBrowser *b) |
virtual void | DrawItem () |
virtual void | CopyToWorkspace () |
virtual void | DeleteItem () |
virtual void | SetMonitorOn () |
virtual void | SetMonitorOff () |
virtual void | ToggleMonitoring (Int_t sec) |
virtual void | StartAnalysis () |
virtual void | StopAnalysis () |
TGo4BrowserItem * | GetParent () const |
void | SetBrowser (TGo4BrowserProxy *br, TGo4RootBrowserProxy *br2) |
TGo4BrowserItem * | firstChild () |
TGo4BrowserItem * | nextChild () |
void | deleteChild (TGo4BrowserItem *item) |
void | deleteChilds () |
void | SetItemClass (const char *name) |
const char * | GetItemClass () const |
void | SetIsFolder (Bool_t b) |
virtual Bool_t | IsFolder () const |
virtual const char * | GetIconName () const |
void | SetIconName (const char *name) |
void | ProduceFullName (TString &fullname) |
TString | GetFullName () |
virtual const char * | ClassName () const |
virtual void | Delete (Option_t *option="") |
virtual void | SetName (const char *name) |
virtual void | SetTitle (const char *title="") |
virtual void | ls (Option_t *option="*") const |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
virtual void | DrawClass () const |
virtual TObject * | DrawClone (Option_t *option="") const |
virtual void | Dump () const |
virtual void | Inspect () const |
virtual void | SetDrawOption (Option_t *option="") |
Protected Member Functions | |
void | SetMonitorFlag (Bool_t on) |
ClassDef (TGo4BrowserItem, 1) | |
Protected Attributes | |
TGo4BrowserItem * | fParent |
TIterator * | fIter |
TString | fItemClass |
TString | fIconName |
Bool_t | fIsFolder |
TGo4BrowserProxy * | fBrowser |
TGo4RootBrowserProxy * | fRootBrowser |
Definition at line 23 of file TGo4BrowserItem.h.
TGo4BrowserItem::TGo4BrowserItem | ( | ) |
Definition at line 24 of file TGo4BrowserItem.cxx.
TGo4BrowserItem::TGo4BrowserItem | ( | const char * | name, |
const char * | title | ||
) |
Definition at line 34 of file TGo4BrowserItem.cxx.
TGo4BrowserItem::TGo4BrowserItem | ( | TGo4BrowserItem * | parent, |
TGo4BrowserItem * | previtem, | ||
const char * | name, | ||
const char * | title | ||
) |
Definition at line 45 of file TGo4BrowserItem.cxx.
|
virtual |
Definition at line 62 of file TGo4BrowserItem.cxx.
References fIter.
|
virtual |
Definition at line 120 of file TGo4BrowserItem.cxx.
References DrawItem(), and IsFolder().
|
protected |
|
inlinevirtual |
Definition at line 61 of file TGo4BrowserItem.h.
References GetItemClass().
|
virtual |
Definition at line 136 of file TGo4BrowserItem.cxx.
References fBrowser, TGo4BrowserProxy::ProduceExplicitCopy(), and ProduceFullName().
|
virtual |
Definition at line 219 of file TGo4BrowserItem.cxx.
References DeleteItem().
Referenced by TGo4RootBrowserProxy::SyncRootBrowserSlots().
void TGo4BrowserItem::deleteChild | ( | TGo4BrowserItem * | item | ) |
Definition at line 89 of file TGo4BrowserItem.cxx.
Referenced by TGo4RootBrowserProxy::SyncRootBrowserSlots().
void TGo4BrowserItem::deleteChilds | ( | ) |
Definition at line 96 of file TGo4BrowserItem.cxx.
References fIter.
Referenced by TGo4RootBrowserProxy::SyncRootBrowserSlots().
|
virtual |
Definition at line 145 of file TGo4BrowserItem.cxx.
References TGo4BrowserProxy::BrowserMemorySlot(), TGo4BrowserProxy::DeleteDataSource(), TGo4AbstractInterface::DeleteInstance(), fBrowser, GetParent(), TGo4BrowserProxy::IsCanDelete(), TGo4Slot::IsParent(), TGo4BrowserProxy::ItemSlot(), and ProduceFullName().
Referenced by Delete().
|
virtual |
Definition at line 251 of file TGo4BrowserItem.cxx.
|
virtual |
Definition at line 256 of file TGo4BrowserItem.cxx.
|
virtual |
Definition at line 127 of file TGo4BrowserItem.cxx.
References TGo4RootBrowserProxy::DrawItem(), fRootBrowser, and ProduceFullName().
Referenced by Browse().
|
virtual |
Definition at line 261 of file TGo4BrowserItem.cxx.
TGo4BrowserItem * TGo4BrowserItem::firstChild | ( | ) |
Definition at line 74 of file TGo4BrowserItem.cxx.
References fIter.
Referenced by TGo4RootBrowserProxy::SyncRootBrowserSlots().
TString TGo4BrowserItem::GetFullName | ( | ) |
Definition at line 112 of file TGo4BrowserItem.cxx.
References ProduceFullName().
|
inlinevirtual |
Definition at line 55 of file TGo4BrowserItem.h.
References fIconName.
|
inline |
|
inline |
Definition at line 40 of file TGo4BrowserItem.h.
References fParent.
Referenced by DeleteItem(), ProduceFullName(), and TGo4RootBrowserProxy::SyncRootBrowserSlots().
|
virtual |
Definition at line 266 of file TGo4BrowserItem.cxx.
|
inlinevirtual |
|
virtual |
Definition at line 234 of file TGo4BrowserItem.cxx.
TGo4BrowserItem * TGo4BrowserItem::nextChild | ( | ) |
Definition at line 81 of file TGo4BrowserItem.cxx.
References fIter.
Referenced by TGo4RootBrowserProxy::SyncRootBrowserSlots().
void TGo4BrowserItem::ProduceFullName | ( | TString & | fullname | ) |
Definition at line 102 of file TGo4BrowserItem.cxx.
References GetParent(), and ProduceFullName().
Referenced by CopyToWorkspace(), DeleteItem(), DrawItem(), GetFullName(), ProduceFullName(), and SetMonitorFlag().
|
virtual |
Definition at line 245 of file TGo4BrowserItem.cxx.
void TGo4BrowserItem::SetBrowser | ( | TGo4BrowserProxy * | br, |
TGo4RootBrowserProxy * | br2 | ||
) |
Definition at line 67 of file TGo4BrowserItem.cxx.
References fBrowser, and fRootBrowser.
Referenced by TGo4RootBrowserProxy::SyncRootBrowserSlots().
|
virtual |
Definition at line 271 of file TGo4BrowserItem.cxx.
|
inline |
Definition at line 56 of file TGo4BrowserItem.h.
References fIconName.
Referenced by TGo4RootBrowserProxy::SyncRootBrowserSlots().
|
inline |
Definition at line 52 of file TGo4BrowserItem.h.
References fIsFolder.
Referenced by TGo4RootBrowserProxy::SyncRootBrowserSlots().
|
inline |
Definition at line 49 of file TGo4BrowserItem.h.
References fItemClass.
Referenced by TGo4RootBrowserProxy::SyncRootBrowserSlots().
|
protected |
Definition at line 176 of file TGo4BrowserItem.cxx.
References fBrowser, TGo4Iter::getslot(), TGo4BrowserProxy::ItemKind(), TGo4BrowserProxy::ItemSlot(), TGo4Access::kndFolder, TGo4Access::kndObject, TGo4Iter::next(), ProduceFullName(), and TGo4BrowserProxy::SetItemMonitored().
Referenced by SetMonitorOff(), and SetMonitorOn().
|
virtual |
Definition at line 171 of file TGo4BrowserItem.cxx.
References SetMonitorFlag().
|
virtual |
Definition at line 166 of file TGo4BrowserItem.cxx.
References SetMonitorFlag().
|
virtual |
Definition at line 224 of file TGo4BrowserItem.cxx.
|
virtual |
Definition at line 229 of file TGo4BrowserItem.cxx.
Referenced by TGo4RootBrowserProxy::SyncRootBrowserSlots().
|
virtual |
Definition at line 204 of file TGo4BrowserItem.cxx.
References fBrowser, TGo4BrowserProxy::FindServer(), and TGo4ServerProxy::StartAnalysis().
|
virtual |
Definition at line 211 of file TGo4BrowserItem.cxx.
References fBrowser, TGo4BrowserProxy::FindServer(), and TGo4ServerProxy::StopAnalysis().
|
virtual |
Definition at line 198 of file TGo4BrowserItem.cxx.
References fBrowser, and TGo4BrowserProxy::ToggleMonitoring().
|
protected |
Definition at line 88 of file TGo4BrowserItem.h.
Referenced by CopyToWorkspace(), DeleteItem(), SetBrowser(), SetMonitorFlag(), StartAnalysis(), StopAnalysis(), and ToggleMonitoring().
|
protected |
Definition at line 85 of file TGo4BrowserItem.h.
Referenced by GetIconName(), and SetIconName().
|
protected |
Definition at line 86 of file TGo4BrowserItem.h.
Referenced by IsFolder(), and SetIsFolder().
|
protected |
Definition at line 84 of file TGo4BrowserItem.h.
Referenced by GetItemClass(), and SetItemClass().
|
protected |
Definition at line 83 of file TGo4BrowserItem.h.
Referenced by deleteChilds(), firstChild(), nextChild(), and ~TGo4BrowserItem().
|
protected |
Definition at line 82 of file TGo4BrowserItem.h.
Referenced by GetParent().
|
protected |
Definition at line 89 of file TGo4BrowserItem.h.
Referenced by DrawItem(), and SetBrowser().