GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4HStackProxy.h>
Public Member Functions | |
TGo4HStackProxy () | |
TGo4HStackProxy (THStack *hs, Bool_t owner=kFALSE) | |
virtual | ~TGo4HStackProxy () |
virtual Bool_t | HasSublevels () const |
virtual Int_t | GetObjectKind () |
virtual const char * | GetContainedClassName () |
virtual void | Initialize (TGo4Slot *slot) |
virtual void | Finalize (TGo4Slot *slot) |
virtual Bool_t | RemoveRegisteredObject (TObject *obj) |
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 Bool_t | IsAcceptObject (TClass *cl) |
virtual Bool_t | AssignObject (TGo4Slot *slot, TObject *obj, Bool_t owner) |
virtual TObject * | GetAssignedObject () |
Public Member Functions inherited from TGo4Proxy | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
virtual Bool_t | Use () const |
virtual const char * | GetContainedObjectInfo () |
virtual Int_t | GetObjectSizeInfo () |
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 TGo4Access * | CreateAccess (THStack *canv, const char *name) |
static TGo4LevelIter * | ProduceIter (THStack *canv) |
Static Public Member Functions inherited from TGo4Proxy | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Protected Member Functions | |
ClassDef (TGo4HStackProxy, 1) | |
Protected Attributes | |
THStack * | fHS |
Bool_t | fOwner |
Definition at line 21 of file TGo4HStackProxy.h.
TGo4HStackProxy::TGo4HStackProxy | ( | ) |
Definition at line 85 of file TGo4HStackProxy.cxx.
TGo4HStackProxy::TGo4HStackProxy | ( | THStack * | hs, |
Bool_t | owner = kFALSE |
||
) |
Definition at line 92 of file TGo4HStackProxy.cxx.
|
virtual |
Definition at line 99 of file TGo4HStackProxy.cxx.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 166 of file TGo4HStackProxy.cxx.
References TGo4Slot::evObjAssigned, fHS, Finalize(), TGo4Slot::ForwardEvent(), fOwner, and Initialize().
Referenced by ReadData().
|
protected |
|
static |
Definition at line 188 of file TGo4HStackProxy.cxx.
Referenced by TGo4FolderProxy::CreateAccess(), TGo4CanvasProxy::CreateAccess(), TGo4DirProxy::CreateAccess(), and ProvideAccess().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 120 of file TGo4HStackProxy.cxx.
References fHS, TGo4Slot::GetOM(), and TGo4ObjectManager::UnregisterObject().
Referenced by AssignObject().
|
virtual |
|
virtual |
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 104 of file TGo4HStackProxy.cxx.
References fHS, TGo4Access::kndFolder, and TGo4Access::kndNone.
|
inlinevirtual |
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 114 of file TGo4HStackProxy.cxx.
References fHS, TGo4Slot::GetOM(), and TGo4ObjectManager::RegisterObjectWith().
Referenced by AssignObject().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 161 of file TGo4HStackProxy.cxx.
|
inlinevirtual |
Reimplemented from TGo4Proxy.
Definition at line 35 of file TGo4HStackProxy.h.
References fHS, and ProduceIter().
|
static |
Definition at line 198 of file TGo4HStackProxy.cxx.
Referenced by MakeIter(), TGo4FolderLevelIter::subiterator(), TGo4CanvasLevelIter::subiterator(), and TGo4DirLevelIter::subiterator().
|
inlinevirtual |
Reimplemented from TGo4Proxy.
Definition at line 38 of file TGo4HStackProxy.h.
References CreateAccess(), and fHS.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 151 of file TGo4HStackProxy.cxx.
References AssignObject(), and TGo4Slot::GetPar().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 126 of file TGo4HStackProxy.cxx.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 135 of file TGo4HStackProxy.cxx.
References fHS, and TGo4Slot::SetPar().
|
protected |
Definition at line 52 of file TGo4HStackProxy.h.
Referenced by AssignObject(), Finalize(), GetAssignedObject(), GetContainedClassName(), GetObjectKind(), HasSublevels(), Initialize(), MakeIter(), ProvideAccess(), RemoveRegisteredObject(), WriteData(), and ~TGo4HStackProxy().
|
protected |
Definition at line 53 of file TGo4HStackProxy.h.
Referenced by AssignObject(), RemoveRegisteredObject(), and ~TGo4HStackProxy().