#include <TGo4DrawObjProxy.h>
Public Member Functions | |
TGo4DrawObjProxy (TObject *obj, Bool_t owner, Bool_t doclear=kFALSE) | |
virtual | ~TGo4DrawObjProxy () |
virtual Bool_t | RemoveRegisteredObject (TObject *obj) |
Protected Member Functions | |
void | TryToClearObject () |
Protected Attributes | |
Bool_t | fDoClear |
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.
TGo4DrawObjProxy::~TGo4DrawObjProxy | ( | ) | [virtual] |
Definition at line 26 of file TGo4DrawObjProxy.cxx.
References fDoClear, and TryToClearObject().
Bool_t TGo4DrawObjProxy::RemoveRegisteredObject | ( | TObject * | obj | ) | [virtual] |
Reimplemented from TGo4ObjectProxy.
Definition at line 31 of file TGo4DrawObjProxy.cxx.
References TGo4ObjectProxy::fObject, and TryToClearObject().
void TGo4DrawObjProxy::TryToClearObject | ( | ) | [protected] |
Definition at line 37 of file TGo4DrawObjProxy.cxx.
References TGo4ObjectProxy::fObject.
Referenced by RemoveRegisteredObject(), and ~TGo4DrawObjProxy().
Bool_t TGo4DrawObjProxy::fDoClear [protected] |
Definition at line 28 of file TGo4DrawObjProxy.h.
Referenced by ~TGo4DrawObjProxy().