GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4DrawCloneProxy.h>
Public Member Functions | |
TGo4DrawCloneProxy (TGo4Slot *slot, TGo4ViewPanel *panel) | |
virtual | ~TGo4DrawCloneProxy () |
Bool_t | AssignClone (TObject *obj, TGo4Slot *slot) |
void | CleanupClone (TGo4Slot *slot) |
void | ChangeTitle (TObject *obj) |
void | UpdateTitle () |
void | PerformRebin () |
virtual Bool_t | RemoveRegisteredObject (TObject *obj) |
virtual void | Initialize (TGo4Slot *slot) |
virtual void | Finalize (TGo4Slot *slot) |
virtual TObject * | GetAssignedObject () |
virtual Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) |
Public Member Functions inherited from TGo4LinkProxy | |
TGo4LinkProxy () | |
TGo4LinkProxy (TGo4Slot *linkedslot) | |
virtual | ~TGo4LinkProxy () |
virtual TGo4Access * | ProvideAccess (const char *name) |
virtual TGo4LevelIter * | MakeIter () |
virtual Int_t | GetObjectKind () |
virtual const char * | GetContainedClassName () |
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) |
TGo4Slot * | GetLink () const |
Public Member Functions inherited from TGo4Proxy | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
virtual Bool_t | Use () const |
virtual Bool_t | HasSublevels () const |
virtual const char * | GetContainedObjectInfo () |
virtual Int_t | GetObjectSizeInfo () |
virtual void | Update (TGo4Slot *slot, Bool_t strong) |
ClassDef (TGo4Proxy, 1) | |
Protected Attributes | |
TObject * | fClone |
TGo4ViewPanel * | fPanel |
TGo4Slot * | fParentSlot |
Protected Attributes inherited from TGo4LinkProxy | |
TGo4Slot * | fLink |
Additional Inherited Members | |
Static Public Member Functions inherited from TGo4Proxy | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Protected Member Functions inherited from TGo4LinkProxy | |
ClassDef (TGo4LinkProxy, 1) | |
Definition at line 21 of file TGo4DrawCloneProxy.h.
TGo4DrawCloneProxy::TGo4DrawCloneProxy | ( | TGo4Slot * | slot, |
TGo4ViewPanel * | panel | ||
) |
Definition at line 28 of file TGo4DrawCloneProxy.cxx.
|
virtual |
Definition at line 36 of file TGo4DrawCloneProxy.cxx.
References fClone.
Bool_t TGo4DrawCloneProxy::AssignClone | ( | TObject * | obj, |
TGo4Slot * | slot | ||
) |
Definition at line 41 of file TGo4DrawCloneProxy.cxx.
References CleanupClone(), fClone, TGo4Slot::GetOM(), and TGo4ObjectManager::RegisterObjectWith().
Referenced by Initialize(), and ProcessEvent().
void TGo4DrawCloneProxy::ChangeTitle | ( | TObject * | obj | ) |
Definition at line 73 of file TGo4DrawCloneProxy.cxx.
References fClone, fPanel, fParentSlot, TGo4LinkProxy::GetLink(), TGo4BrowserProxy::GetLinkedName(), TGo4ViewPanel::GetPadOptions(), TGo4Slot::GetParent(), TGo4Picture::IsTitleDate(), TGo4Picture::IsTitleItem(), TGo4Picture::IsTitleTime(), TGo4BrowserProxy::ItemDate(), and TGo4BrowserProxy::ItemTime().
Referenced by ProcessEvent(), and UpdateTitle().
void TGo4DrawCloneProxy::CleanupClone | ( | TGo4Slot * | slot | ) |
Definition at line 61 of file TGo4DrawCloneProxy.cxx.
References fClone, TGo4Slot::GetOM(), TGo4ObjectManager::RecursiveRemove(), and TGo4ObjectManager::UnregisterObject().
Referenced by AssignClone(), Finalize(), and ProcessEvent().
|
virtual |
Reimplemented from TGo4LinkProxy.
Definition at line 131 of file TGo4DrawCloneProxy.cxx.
References CleanupClone(), TGo4LinkProxy::Finalize(), and fParentSlot.
|
virtual |
Reimplemented from TGo4LinkProxy.
Definition at line 138 of file TGo4DrawCloneProxy.cxx.
References fClone, and TGo4LinkProxy::GetAssignedObject().
Referenced by UpdateTitle().
|
virtual |
Reimplemented from TGo4LinkProxy.
Definition at line 115 of file TGo4DrawCloneProxy.cxx.
References AssignClone(), fClone, fParentSlot, TGo4Slot::GetAssignedObject(), TGo4LinkProxy::GetLink(), and TGo4LinkProxy::Initialize().
void TGo4DrawCloneProxy::PerformRebin | ( | ) |
Definition at line 174 of file TGo4DrawCloneProxy.cxx.
References fClone, fParentSlot, TGo4Slot::GetIntPar(), and TGo4Slot::RemovePar().
Referenced by TGo4ViewPanel::CollectMainDrawObjects().
|
virtual |
Reimplemented from TGo4LinkProxy.
Definition at line 143 of file TGo4DrawCloneProxy.cxx.
References AssignClone(), ChangeTitle(), CleanupClone(), TGo4Slot::evContAssigned, TGo4Slot::evObjAssigned, TGo4Slot::evObjUpdated, fClone, fParentSlot, TGo4Slot::GetAssignedObject(), TGo4LinkProxy::GetLink(), TGo4LinkProxy::ProcessEvent(), TGo4Slot::RemovePar(), TGo4Slot::SetIntPar(), and TGo4BrowserProxy::UpdateObjectContent().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 109 of file TGo4DrawCloneProxy.cxx.
References fClone.
void TGo4DrawCloneProxy::UpdateTitle | ( | ) |
Definition at line 103 of file TGo4DrawCloneProxy.cxx.
References ChangeTitle(), GetAssignedObject(), and TGo4LinkProxy::GetLink().
Referenced by TGo4ViewPanel::CollectMainDrawObjects().
|
protected |
Definition at line 38 of file TGo4DrawCloneProxy.h.
Referenced by AssignClone(), ChangeTitle(), CleanupClone(), GetAssignedObject(), Initialize(), PerformRebin(), ProcessEvent(), RemoveRegisteredObject(), and ~TGo4DrawCloneProxy().
|
protected |
Definition at line 39 of file TGo4DrawCloneProxy.h.
Referenced by ChangeTitle().
|
protected |
Definition at line 40 of file TGo4DrawCloneProxy.h.
Referenced by ChangeTitle(), Finalize(), Initialize(), PerformRebin(), and ProcessEvent().