GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4ObjectProxy.h>
Public Member Functions | |
TGo4ObjectProxy () | |
TGo4ObjectProxy (TObject *obj, Bool_t owner=kFALSE) | |
virtual | ~TGo4ObjectProxy () |
void | Initialize (TGo4Slot *slot) override |
void | Finalize (TGo4Slot *slot) override |
Bool_t | RemoveRegisteredObject (TObject *obj) override |
std::unique_ptr< TGo4Access > | ProvideAccess (const char *name) override |
TGo4LevelIter * | MakeIter () override |
Int_t | GetObjectKind () const override |
const char * | GetContainedClassName () const override |
const char * | GetContainedObjectInfo () override |
Int_t | GetObjectSizeInfo () const override |
void | WriteData (TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs) override |
void | ReadData (TGo4Slot *slot, TDirectory *dir) override |
Bool_t | IsAcceptObject (TClass *cl) const override |
Bool_t | AssignObject (TGo4Slot *slot, TObject *obj, Bool_t owner) override |
TObject * | GetAssignedObject () override |
![]() | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
virtual Bool_t | Use () const |
virtual Bool_t | HasSublevels () const |
virtual void | Update (TGo4Slot *, Bool_t) |
virtual Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) |
ClassDefOverride (TGo4Proxy, 1) | |
Static Public Member Functions | |
static Long_t | DefineObjectSize (TObject *obj) |
![]() | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Protected Member Functions | |
ClassDefOverride (TGo4ObjectProxy, 1) | |
Protected Attributes | |
TObject * | fObject {nullptr} |
Bool_t | fOwner {kFALSE} |
Definition at line 34 of file TGo4ObjectProxy.h.
TGo4ObjectProxy::TGo4ObjectProxy | ( | ) |
Definition at line 59 of file TGo4ObjectProxy.cxx.
TGo4ObjectProxy::TGo4ObjectProxy | ( | TObject * | obj, |
Bool_t | owner = kFALSE |
||
) |
Definition at line 64 of file TGo4ObjectProxy.cxx.
|
virtual |
Definition at line 73 of file TGo4ObjectProxy.cxx.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Reimplemented in TGo4BrowserObjProxy.
Definition at line 165 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 187 of file TGo4ObjectProxy.cxx.
References TGo4Picture::GetTotalSize().
Referenced by GetObjectSizeInfo(), and TGo4DirLevelIter::sizeinfo().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 84 of file TGo4ObjectProxy.cxx.
References fObject, TGo4Slot::GetOM(), and TGo4ObjectManager::UnregisterObject().
Referenced by AssignObject().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 182 of file TGo4ObjectProxy.cxx.
References fObject.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 143 of file TGo4ObjectProxy.cxx.
References fObject.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 148 of file TGo4ObjectProxy.cxx.
References fObject.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 138 of file TGo4ObjectProxy.cxx.
References fObject, TGo4Access::kndNone, and TGo4Access::kndObject.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 153 of file TGo4ObjectProxy.cxx.
References DefineObjectSize(), fObject, and TGo4Proxy::GetObjectSizeInfo().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 78 of file TGo4ObjectProxy.cxx.
References fObject, TGo4Slot::GetOM(), and TGo4ObjectManager::RegisterObjectWith().
Referenced by AssignObject().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 160 of file TGo4ObjectProxy.cxx.
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 45 of file TGo4ObjectProxy.h.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 99 of file TGo4ObjectProxy.cxx.
References fObject.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 128 of file TGo4ObjectProxy.cxx.
References AssignObject(), and TGo4Slot::GetPar().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Reimplemented in TGo4DrawObjProxy.
Definition at line 90 of file TGo4ObjectProxy.cxx.
References fObject, and fOwner.
Referenced by TGo4DrawObjProxy::RemoveRegisteredObject().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 107 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().