GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#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 () |
void | Browse (TBrowser *b) override |
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) |
Bool_t | IsFolder () const override |
const char * | GetIconName () const override |
void | SetIconName (const char *name) |
void | ProduceFullName (TString &fullname) |
TString | GetFullName () |
const char * | ClassName () const override |
void | Delete (Option_t *option="") override |
void | SetName (const char *name) override |
void | SetTitle (const char *title="") override |
void | ls (Option_t *option="*") const override |
void | SaveAs (const char *filename="", Option_t *option="") const override |
void | DrawClass () const override |
TObject * | DrawClone (Option_t *option="") const override |
void | Dump () const override |
void | Inspect () const override |
void | SetDrawOption (Option_t *option="") override |
Protected Member Functions | |
void | SetMonitorFlag (Bool_t on) |
ClassDefOverride (TGo4BrowserItem, 1) | |
Protected Attributes | |
TGo4BrowserItem * | fParent {nullptr} |
TIterator * | fIter {nullptr} |
TString | fItemClass |
TString | fIconName |
Bool_t | fIsFolder {kFALSE} |
TGo4BrowserProxy * | fBrowser {nullptr} |
TGo4RootBrowserProxy * | fRootBrowser {nullptr} |
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.
|
override |
Definition at line 118 of file TGo4BrowserItem.cxx.
References DrawItem(), and IsFolder().
|
protected |
|
inlineoverride |
Definition at line 61 of file TGo4BrowserItem.h.
References Delete(), DrawClass(), DrawClone(), Dump(), GetItemClass(), Inspect(), ls(), SaveAs(), SetDrawOption(), SetMonitorFlag(), SetName(), and SetTitle().
|
virtual |
Definition at line 134 of file TGo4BrowserItem.cxx.
References fBrowser, TGo4BrowserProxy::ProduceExplicitCopy(), and ProduceFullName().
|
override |
Definition at line 215 of file TGo4BrowserItem.cxx.
References DeleteItem().
Referenced by ClassName(), and TGo4RootBrowserProxy::SyncRootBrowserSlots().
void TGo4BrowserItem::deleteChild | ( | TGo4BrowserItem * | item | ) |
Definition at line 88 of file TGo4BrowserItem.cxx.
Referenced by GetParent(), and TGo4RootBrowserProxy::SyncRootBrowserSlots().
void TGo4BrowserItem::deleteChilds | ( | ) |
Definition at line 95 of file TGo4BrowserItem.cxx.
References fIter.
Referenced by GetParent(), and TGo4RootBrowserProxy::SyncRootBrowserSlots().
|
virtual |
Definition at line 143 of file TGo4BrowserItem.cxx.
References TGo4BrowserProxy::BrowserMemorySlot(), TGo4BrowserProxy::DeleteDataSource(), TGo4AbstractInterface::DeleteInstance(), fBrowser, GetParent(), TGo4BrowserProxy::IsCanDelete(), TGo4Slot::IsParent(), TGo4BrowserProxy::ItemSlot(), and ProduceFullName().
Referenced by Delete().
|
override |
Definition at line 240 of file TGo4BrowserItem.cxx.
Referenced by ClassName().
|
override |
Definition at line 245 of file TGo4BrowserItem.cxx.
Referenced by ClassName().
|
virtual |
Definition at line 125 of file TGo4BrowserItem.cxx.
References TGo4RootBrowserProxy::DrawItem(), fRootBrowser, and ProduceFullName().
Referenced by Browse().
|
override |
Definition at line 250 of file TGo4BrowserItem.cxx.
Referenced by ClassName().
TGo4BrowserItem * TGo4BrowserItem::firstChild | ( | ) |
Definition at line 73 of file TGo4BrowserItem.cxx.
References fIter.
Referenced by GetParent(), and TGo4RootBrowserProxy::SyncRootBrowserSlots().
TString TGo4BrowserItem::GetFullName | ( | ) |
Definition at line 111 of file TGo4BrowserItem.cxx.
References ProduceFullName().
Referenced by SetIconName().
|
inlineoverride |
Definition at line 55 of file TGo4BrowserItem.h.
References fIconName.
|
inline |
|
inline |
Definition at line 40 of file TGo4BrowserItem.h.
References deleteChild(), deleteChilds(), firstChild(), fParent, nextChild(), and SetBrowser().
Referenced by DeleteItem(), ProduceFullName(), and TGo4RootBrowserProxy::SyncRootBrowserSlots().
|
override |
Definition at line 255 of file TGo4BrowserItem.cxx.
Referenced by ClassName().
|
inlineoverride |
|
override |
Definition at line 230 of file TGo4BrowserItem.cxx.
Referenced by ClassName().
TGo4BrowserItem * TGo4BrowserItem::nextChild | ( | ) |
Definition at line 80 of file TGo4BrowserItem.cxx.
References fIter.
Referenced by GetParent(), and TGo4RootBrowserProxy::SyncRootBrowserSlots().
void TGo4BrowserItem::ProduceFullName | ( | TString & | fullname | ) |
Definition at line 101 of file TGo4BrowserItem.cxx.
References GetParent(), and ProduceFullName().
Referenced by CopyToWorkspace(), DeleteItem(), DrawItem(), GetFullName(), ProduceFullName(), SetIconName(), and SetMonitorFlag().
|
override |
Definition at line 235 of file TGo4BrowserItem.cxx.
Referenced by ClassName().
void TGo4BrowserItem::SetBrowser | ( | TGo4BrowserProxy * | br, |
TGo4RootBrowserProxy * | br2 | ||
) |
Definition at line 67 of file TGo4BrowserItem.cxx.
References fBrowser, and fRootBrowser.
Referenced by GetParent(), and TGo4RootBrowserProxy::SyncRootBrowserSlots().
|
override |
Definition at line 260 of file TGo4BrowserItem.cxx.
Referenced by ClassName().
|
inline |
Definition at line 56 of file TGo4BrowserItem.h.
References fIconName, GetFullName(), and ProduceFullName().
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 173 of file TGo4BrowserItem.cxx.
References fBrowser, TGo4Iter::getslot(), TGo4BrowserProxy::ItemKind(), TGo4BrowserProxy::ItemSlot(), TGo4Access::kndFolder, TGo4Access::kndObject, TGo4Iter::next(), ProduceFullName(), and TGo4BrowserProxy::SetItemMonitored().
Referenced by ClassName(), SetMonitorOff(), and SetMonitorOn().
|
virtual |
Definition at line 168 of file TGo4BrowserItem.cxx.
References SetMonitorFlag().
|
virtual |
Definition at line 163 of file TGo4BrowserItem.cxx.
References SetMonitorFlag().
|
override |
Definition at line 220 of file TGo4BrowserItem.cxx.
Referenced by ClassName().
|
override |
Definition at line 225 of file TGo4BrowserItem.cxx.
Referenced by ClassName(), and TGo4RootBrowserProxy::SyncRootBrowserSlots().
|
virtual |
Definition at line 200 of file TGo4BrowserItem.cxx.
References fBrowser, TGo4BrowserProxy::FindServer(), and TGo4ServerProxy::StartAnalysis().
|
virtual |
Definition at line 207 of file TGo4BrowserItem.cxx.
References fBrowser, TGo4BrowserProxy::FindServer(), and TGo4ServerProxy::StopAnalysis().
|
virtual |
Definition at line 194 of file TGo4BrowserItem.cxx.
References fBrowser, and TGo4BrowserProxy::ToggleMonitoring().
|
protected |
Definition at line 84 of file TGo4BrowserItem.h.
Referenced by CopyToWorkspace(), DeleteItem(), SetBrowser(), SetMonitorFlag(), StartAnalysis(), StopAnalysis(), and ToggleMonitoring().
|
protected |
Definition at line 81 of file TGo4BrowserItem.h.
Referenced by GetIconName(), and SetIconName().
|
protected |
Definition at line 82 of file TGo4BrowserItem.h.
Referenced by IsFolder(), and SetIsFolder().
|
protected |
Definition at line 80 of file TGo4BrowserItem.h.
Referenced by GetItemClass(), and SetItemClass().
|
protected |
Definition at line 79 of file TGo4BrowserItem.h.
Referenced by deleteChilds(), firstChild(), nextChild(), and ~TGo4BrowserItem().
|
protected |
Definition at line 78 of file TGo4BrowserItem.h.
Referenced by GetParent().
|
protected |
Definition at line 85 of file TGo4BrowserItem.h.
Referenced by DrawItem(), and SetBrowser().