GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4DrawObjProxy.h>
Public Member Functions | |
TGo4DrawObjProxy (TObject *obj, Bool_t owner, Bool_t doclear=kFALSE) | |
virtual | ~TGo4DrawObjProxy () |
virtual Bool_t | RemoveRegisteredObject (TObject *obj) |
Public Member Functions inherited from TGo4ObjectProxy | |
TGo4ObjectProxy () | |
TGo4ObjectProxy (TObject *obj, Bool_t owner=kFALSE) | |
virtual | ~TGo4ObjectProxy () |
virtual void | Initialize (TGo4Slot *slot) |
virtual void | Finalize (TGo4Slot *slot) |
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) | |
Protected Member Functions | |
void | TryToClearObject () |
Protected Member Functions inherited from TGo4ObjectProxy | |
ClassDef (TGo4ObjectProxy, 1) | |
Protected Attributes | |
Bool_t | fDoClear |
Protected Attributes inherited from TGo4ObjectProxy | |
TObject * | fObject |
Bool_t | fOwner |
Additional Inherited Members | |
Static Public Member Functions inherited from TGo4ObjectProxy | |
static Long_t | DefineObjectSize (TObject *obj) |
Static Public Member Functions inherited from TGo4Proxy | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Definition at line 19 of file TGo4DrawObjProxy.h.
TGo4DrawObjProxy::TGo4DrawObjProxy | ( | TObject * | obj, |
Bool_t | owner, | ||
Bool_t | doclear = kFALSE |
||
) |
Definition at line 20 of file TGo4DrawObjProxy.cxx.
|
virtual |
Definition at line 26 of file TGo4DrawObjProxy.cxx.
References fDoClear, and TryToClearObject().
|
virtual |
Reimplemented from TGo4ObjectProxy.
Definition at line 31 of file TGo4DrawObjProxy.cxx.
References TGo4ObjectProxy::fObject, TGo4ObjectProxy::RemoveRegisteredObject(), and TryToClearObject().
|
protected |
Definition at line 37 of file TGo4DrawObjProxy.cxx.
References TGo4ObjectProxy::fObject.
Referenced by RemoveRegisteredObject(), and ~TGo4DrawObjProxy().
|
protected |
Definition at line 28 of file TGo4DrawObjProxy.h.
Referenced by ~TGo4DrawObjProxy().