GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TGo4ObjectProxy Class Reference

#include <TGo4ObjectProxy.h>

+ Inheritance diagram for TGo4ObjectProxy:

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 TGo4AccessProvideAccess (const char *name)
 
virtual TGo4LevelIterMakeIter ()
 
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
 

Detailed Description

Definition at line 34 of file TGo4ObjectProxy.h.

Constructor & Destructor Documentation

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.

References fObject, and fOwner.

TGo4ObjectProxy::~TGo4ObjectProxy ( )
virtual

Definition at line 76 of file TGo4ObjectProxy.cxx.

References fObject, and fOwner.

Member Function Documentation

Bool_t TGo4ObjectProxy::AssignObject ( TGo4Slot slot,
TObject *  obj,
Bool_t  owner 
)
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().

TGo4ObjectProxy::ClassDef ( TGo4ObjectProxy  ,
 
)
protected
Long_t TGo4ObjectProxy::DefineObjectSize ( TObject *  obj)
static

Definition at line 192 of file TGo4ObjectProxy.cxx.

References TGo4Picture::GetTotalSize().

Referenced by GetObjectSizeInfo(), and TGo4DirLevelIter::sizeinfo().

void TGo4ObjectProxy::Finalize ( TGo4Slot slot)
virtual

Reimplemented from TGo4Proxy.

Definition at line 87 of file TGo4ObjectProxy.cxx.

References fObject, TGo4Slot::GetOM(), and TGo4ObjectManager::UnregisterObject().

Referenced by AssignObject().

TObject * TGo4ObjectProxy::GetAssignedObject ( )
virtual

Reimplemented from TGo4Proxy.

Definition at line 186 of file TGo4ObjectProxy.cxx.

References fObject.

const char * TGo4ObjectProxy::GetContainedClassName ( )
virtual

Reimplemented from TGo4Proxy.

Definition at line 147 of file TGo4ObjectProxy.cxx.

References fObject.

const char * TGo4ObjectProxy::GetContainedObjectInfo ( )
virtual

Reimplemented from TGo4Proxy.

Definition at line 152 of file TGo4ObjectProxy.cxx.

References fObject.

Int_t TGo4ObjectProxy::GetObjectKind ( )
virtual

Reimplemented from TGo4Proxy.

Definition at line 142 of file TGo4ObjectProxy.cxx.

References fObject, TGo4Access::kndNone, and TGo4Access::kndObject.

Int_t TGo4ObjectProxy::GetObjectSizeInfo ( )
virtual

Reimplemented from TGo4Proxy.

Definition at line 157 of file TGo4ObjectProxy.cxx.

References DefineObjectSize(), fObject, and TGo4Proxy::GetObjectSizeInfo().

void TGo4ObjectProxy::Initialize ( TGo4Slot slot)
virtual

Reimplemented from TGo4Proxy.

Definition at line 81 of file TGo4ObjectProxy.cxx.

References fObject, TGo4Slot::GetOM(), and TGo4ObjectManager::RegisterObjectWith().

Referenced by AssignObject().

Bool_t TGo4ObjectProxy::IsAcceptObject ( TClass *  cl)
virtual

Reimplemented from TGo4Proxy.

Definition at line 164 of file TGo4ObjectProxy.cxx.

virtual TGo4LevelIter* TGo4ObjectProxy::MakeIter ( )
inlinevirtual

Reimplemented from TGo4Proxy.

Definition at line 45 of file TGo4ObjectProxy.h.

TGo4Access * TGo4ObjectProxy::ProvideAccess ( const char *  name)
virtual

Reimplemented from TGo4Proxy.

Definition at line 102 of file TGo4ObjectProxy.cxx.

References fObject.

void TGo4ObjectProxy::ReadData ( TGo4Slot slot,
TDirectory *  dir 
)
virtual

Reimplemented from TGo4Proxy.

Definition at line 132 of file TGo4ObjectProxy.cxx.

References AssignObject(), and TGo4Slot::GetPar().

Bool_t TGo4ObjectProxy::RemoveRegisteredObject ( TObject *  obj)
virtual

Reimplemented from TGo4Proxy.

Reimplemented in TGo4DrawObjProxy.

Definition at line 93 of file TGo4ObjectProxy.cxx.

References fObject, and fOwner.

Referenced by TGo4DrawObjProxy::RemoveRegisteredObject().

void TGo4ObjectProxy::WriteData ( TGo4Slot slot,
TDirectory *  dir,
Bool_t  onlyobjs 
)
virtual

Reimplemented from TGo4Proxy.

Definition at line 109 of file TGo4ObjectProxy.cxx.

References fObject, and TGo4Slot::SetPar().

Member Data Documentation

TObject* TGo4ObjectProxy::fObject
protected
Bool_t TGo4ObjectProxy::fOwner
protected

The documentation for this class was generated from the following files: