GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4FolderProxy.h>
Public Member Functions | |
TGo4FolderProxy () | |
TGo4FolderProxy (TFolder *f, Bool_t owner=kFALSE, const char *roofolder="") | |
virtual | ~TGo4FolderProxy () |
virtual Bool_t | HasSublevels () const |
virtual TGo4LevelIter * | MakeIter () |
virtual TGo4Access * | ProvideAccess (const char *name) |
virtual void | WriteData (TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs) |
virtual void | ReadData (TGo4Slot *slot, TDirectory *dir) |
virtual Int_t | GetObjectKind () |
virtual const char * | GetContainedClassName () |
Public Member Functions inherited from TGo4Proxy | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
virtual void | Initialize (TGo4Slot *slot) |
virtual void | Finalize (TGo4Slot *slot) |
virtual Bool_t | RemoveRegisteredObject (TObject *obj) |
virtual Bool_t | Use () const |
virtual const char * | GetContainedObjectInfo () |
virtual Int_t | GetObjectSizeInfo () |
virtual Bool_t | IsAcceptObject (TClass *cl) |
virtual Bool_t | AssignObject (TGo4Slot *slot, TObject *obj, Bool_t owner) |
virtual TObject * | GetAssignedObject () |
virtual void | Update (TGo4Slot *slot, Bool_t strong) |
virtual Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) |
ClassDef (TGo4Proxy, 1) | |
Static Public Member Functions | |
static TFolder * | LocateROOTFolder (const char *rootfolder) |
static TGo4Access * | CreateAccess (TFolder *folder, const char *name) |
static TGo4LevelIter * | ProduceIter (TFolder *folder) |
Static Public Member Functions inherited from TGo4Proxy | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Protected Member Functions | |
ClassDef (TGo4FolderProxy, 1) | |
Protected Attributes | |
TFolder * | fFolder |
Bool_t | fOwner |
TString | fRootFolderName |
Definition at line 22 of file TGo4FolderProxy.h.
TGo4FolderProxy::TGo4FolderProxy | ( | ) |
Definition at line 98 of file TGo4FolderProxy.cxx.
TGo4FolderProxy::TGo4FolderProxy | ( | TFolder * | f, |
Bool_t | owner = kFALSE , |
||
const char * | roofolder = "" |
||
) |
Definition at line 106 of file TGo4FolderProxy.cxx.
|
virtual |
Definition at line 114 of file TGo4FolderProxy.cxx.
|
protected |
|
static |
Definition at line 160 of file TGo4FolderProxy.cxx.
References TGo4TreeProxy::CreateAccess(), TGo4HStackProxy::CreateAccess(), TGo4CanvasProxy::CreateAccess(), and TGo4DirProxy::CreateAccess().
Referenced by ProvideAccess().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 124 of file TGo4FolderProxy.cxx.
References fFolder.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 119 of file TGo4FolderProxy.cxx.
References fFolder, TGo4Access::kndFolder, and TGo4Access::kndNone.
|
inlinevirtual |
|
static |
Definition at line 147 of file TGo4FolderProxy.cxx.
Referenced by TGo4ObjectManager::AddROOTFolder(), and ReadData().
|
inlinevirtual |
Reimplemented from TGo4Proxy.
Definition at line 30 of file TGo4FolderProxy.h.
References fFolder, and ProduceIter().
|
static |
Definition at line 204 of file TGo4FolderProxy.cxx.
Referenced by MakeIter().
|
inlinevirtual |
Reimplemented from TGo4Proxy.
Definition at line 33 of file TGo4FolderProxy.h.
References CreateAccess(), and fFolder.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 137 of file TGo4FolderProxy.cxx.
References fFolder, fOwner, fRootFolderName, TGo4Slot::GetPar(), and LocateROOTFolder().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 129 of file TGo4FolderProxy.cxx.
References fRootFolderName, and TGo4Slot::SetPar().
|
protected |
Definition at line 47 of file TGo4FolderProxy.h.
Referenced by GetContainedClassName(), GetObjectKind(), HasSublevels(), MakeIter(), ProvideAccess(), ReadData(), and ~TGo4FolderProxy().
|
protected |
Definition at line 48 of file TGo4FolderProxy.h.
Referenced by ReadData(), and ~TGo4FolderProxy().
|
protected |
Definition at line 49 of file TGo4FolderProxy.h.
Referenced by ReadData(), and WriteData().