GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4ObjectProxy.h>
Public Member Functions | |
TGo4ObjectProxy () | |
TGo4ObjectProxy (TObject *obj, Bool_t owner=kFALSE) | |
virtual | ~TGo4ObjectProxy () |
virtual void | Initialize (TGo4Slot *slot) |
virtual void | Finalize (TGo4Slot *slot) |
virtual Bool_t | RemoveRegisteredObject (TObject *obj) |
virtual TGo4Access * | ProvideAccess (const char *name) |
virtual TGo4LevelIter * | MakeIter () |
virtual Int_t | GetObjectKind () |
virtual const char * | GetContainedClassName () |
virtual const char * | GetContainedObjectInfo () |
virtual Int_t | GetObjectSizeInfo () |
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 Bool_t | HasSublevels () const |
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 Long_t | DefineObjectSize (TObject *obj) |
Static Public Member Functions inherited from TGo4Proxy | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Protected Member Functions | |
ClassDef (TGo4ObjectProxy, 1) | |
Protected Attributes | |
TObject * | fObject |
Bool_t | fOwner |
Definition at line 34 of file TGo4ObjectProxy.h.
TGo4ObjectProxy::TGo4ObjectProxy | ( | ) |
Definition at line 60 of file TGo4ObjectProxy.cxx.
TGo4ObjectProxy::TGo4ObjectProxy | ( | TObject * | obj, |
Bool_t | owner = kFALSE |
||
) |
Definition at line 67 of file TGo4ObjectProxy.cxx.
|
virtual |
Definition at line 76 of file TGo4ObjectProxy.cxx.
|
virtual |
Reimplemented from TGo4Proxy.
Reimplemented in TGo4BrowserObjProxy.
Definition at line 169 of file TGo4ObjectProxy.cxx.
References TGo4Slot::evObjAssigned, Finalize(), fObject, TGo4Slot::ForwardEvent(), fOwner, and Initialize().
Referenced by TGo4BrowserObjProxy::AssignObject(), and ReadData().
|
protected |
|
static |
Definition at line 192 of file TGo4ObjectProxy.cxx.
References TGo4Picture::GetTotalSize().
Referenced by GetObjectSizeInfo(), and TGo4DirLevelIter::sizeinfo().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 87 of file TGo4ObjectProxy.cxx.
References fObject, TGo4Slot::GetOM(), and TGo4ObjectManager::UnregisterObject().
Referenced by AssignObject().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 186 of file TGo4ObjectProxy.cxx.
References fObject.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 147 of file TGo4ObjectProxy.cxx.
References fObject.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 152 of file TGo4ObjectProxy.cxx.
References fObject.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 142 of file TGo4ObjectProxy.cxx.
References fObject, TGo4Access::kndNone, and TGo4Access::kndObject.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 157 of file TGo4ObjectProxy.cxx.
References DefineObjectSize(), fObject, and TGo4Proxy::GetObjectSizeInfo().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 81 of file TGo4ObjectProxy.cxx.
References fObject, TGo4Slot::GetOM(), and TGo4ObjectManager::RegisterObjectWith().
Referenced by AssignObject().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 164 of file TGo4ObjectProxy.cxx.
|
inlinevirtual |
Reimplemented from TGo4Proxy.
Definition at line 45 of file TGo4ObjectProxy.h.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 102 of file TGo4ObjectProxy.cxx.
References fObject.
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 132 of file TGo4ObjectProxy.cxx.
References AssignObject(), and TGo4Slot::GetPar().
|
virtual |
Reimplemented from TGo4Proxy.
Reimplemented in TGo4DrawObjProxy.
Definition at line 93 of file TGo4ObjectProxy.cxx.
References fObject, and fOwner.
Referenced by TGo4DrawObjProxy::RemoveRegisteredObject().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 109 of file TGo4ObjectProxy.cxx.
References fObject, and TGo4Slot::SetPar().
|
protected |
Definition at line 63 of file TGo4ObjectProxy.h.
Referenced by AssignObject(), TGo4BrowserObjProxy::AssignObject(), Finalize(), GetAssignedObject(), GetContainedClassName(), GetContainedObjectInfo(), GetObjectKind(), GetObjectSizeInfo(), Initialize(), ProvideAccess(), TGo4DrawObjProxy::RemoveRegisteredObject(), RemoveRegisteredObject(), TGo4ObjectProxy(), TGo4DrawObjProxy::TryToClearObject(), TGo4BrowserObjProxy::Update(), WriteData(), and ~TGo4ObjectProxy().
|
protected |
Definition at line 64 of file TGo4ObjectProxy.h.
Referenced by AssignObject(), RemoveRegisteredObject(), TGo4ObjectProxy(), and ~TGo4ObjectProxy().