GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <TGo4LinkProxy.h>
Public Member Functions | |
TGo4LinkProxy () | |
TGo4LinkProxy (TGo4Slot *linkedslot) | |
virtual | ~TGo4LinkProxy () |
Bool_t | AssignObject (TGo4Slot *slot, TObject *obj, Bool_t owner) override |
void | Finalize (TGo4Slot *slot) override |
TObject * | GetAssignedObject () override |
const char * | GetContainedClassName () const override |
TGo4Slot * | GetLink () const |
Int_t | GetObjectKind () const override |
void | Initialize (TGo4Slot *slot) override |
Bool_t | IsAcceptObject (TClass *cl) const override |
TGo4LevelIter * | MakeIter () override |
Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) override |
std::unique_ptr< TGo4Access > | ProvideAccess (const char *name) override |
void | ReadData (TGo4Slot *slot, TDirectory *dir) override |
void | WriteData (TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs) override |
![]() | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
ClassDefOverride (TGo4Proxy, 0) | |
virtual const char * | GetContainedObjectInfo () |
virtual Int_t | GetObjectSizeInfo () const |
virtual Bool_t | HasSublevels () const |
virtual Bool_t | RemoveRegisteredObject (TObject *) |
virtual void | Update (TGo4Slot *, Bool_t) |
virtual Bool_t | Use () const |
Protected Member Functions | |
ClassDefOverride (TGo4LinkProxy, 0) | |
Protected Attributes | |
TGo4Slot * | fLink {nullptr} |
Additional Inherited Members | |
![]() | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Definition at line 21 of file TGo4LinkProxy.h.
TGo4LinkProxy::TGo4LinkProxy | ( | ) |
Definition at line 18 of file TGo4LinkProxy.cxx.
References TGo4Proxy::TGo4Proxy().
Referenced by TGo4DrawCloneProxy::TGo4DrawCloneProxy(), and ClassDefOverride().
TGo4LinkProxy::TGo4LinkProxy | ( | TGo4Slot * | linkedslot | ) |
Definition at line 23 of file TGo4LinkProxy.cxx.
References TGo4Proxy::TGo4Proxy(), and fLink.
|
virtual |
Definition at line 29 of file TGo4LinkProxy.cxx.
|
overridevirtual |
|
protected |
References TGo4LinkProxy().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 40 of file TGo4LinkProxy.cxx.
References TGo4Slot::DoingDelete(), TGo4Slot::evDelete, and TGo4Slot::GetOM().
Referenced by TGo4DrawCloneProxy::Finalize().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 102 of file TGo4LinkProxy.cxx.
References fLink.
Referenced by TGo4DrawCloneProxy::GetAssignedObject().
|
overridevirtual |
|
inline |
Definition at line 45 of file TGo4LinkProxy.h.
References fLink.
Referenced by TGo4DrawCloneProxy::ChangeTitle(), TGo4ObjectManager::GetLinked(), TGo4DrawCloneProxy::Initialize(), TGo4DrawCloneProxy::ProcessEvent(), TGo4DrawCloneProxy::UpdateTitle(), and TGo4BrowserProxy::UpdateVisibleAnalysisObjects().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 82 of file TGo4LinkProxy.cxx.
References fLink, and TGo4Access::kndNone.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 33 of file TGo4LinkProxy.cxx.
References fLink, TGo4Slot::GetOM(), and TGo4ObjectManager::RegisterLink().
Referenced by TGo4DrawCloneProxy::Initialize().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 107 of file TGo4LinkProxy.cxx.
References TGo4Slot::Delete(), TGo4Slot::evDelete, fLink, and TGo4Slot::ForwardEvent().
Referenced by TGo4DrawCloneProxy::ProcessEvent().
|
overridevirtual |
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 75 of file TGo4LinkProxy.cxx.
References fLink, TGo4Slot::GetOM(), TGo4Slot::GetPar(), and TGo4Slot::GetSlot().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 64 of file TGo4LinkProxy.cxx.
References fLink, and TGo4Slot::SetPar().
|
protected |
Definition at line 48 of file TGo4LinkProxy.h.
Referenced by TGo4LinkProxy(), AssignObject(), GetAssignedObject(), GetContainedClassName(), GetLink(), GetObjectKind(), Initialize(), IsAcceptObject(), MakeIter(), ProcessEvent(), ProvideAccess(), ReadData(), and WriteData().