GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <TGo4WidgetProxyBase.h>
Public Member Functions | |
TGo4WidgetProxyBase () | |
virtual | ~TGo4WidgetProxyBase () |
ClassDefOverride (TGo4WidgetProxyBase, 0) | |
void | ConnectPad (TPad *pad) |
virtual void | PadModified () |
virtual void | PadRangeAxisChanged () |
Bool_t | Use () const override |
![]() | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
virtual Bool_t | AssignObject (TGo4Slot *, TObject *, Bool_t) |
ClassDefOverride (TGo4Proxy, 0) | |
virtual void | Finalize (TGo4Slot *) |
virtual TObject * | GetAssignedObject () |
virtual const char * | GetContainedClassName () const |
virtual const char * | GetContainedObjectInfo () |
virtual Int_t | GetObjectKind () const |
virtual Int_t | GetObjectSizeInfo () const |
virtual Bool_t | HasSublevels () const |
virtual void | Initialize (TGo4Slot *) |
virtual Bool_t | IsAcceptObject (TClass *) const |
virtual TGo4LevelIter * | MakeIter () |
virtual Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) |
virtual std::unique_ptr< TGo4Access > | ProvideAccess (const char *) |
virtual void | ReadData (TGo4Slot *, TDirectory *) |
virtual Bool_t | RemoveRegisteredObject (TObject *) |
virtual void | Update (TGo4Slot *, Bool_t) |
virtual void | WriteData (TGo4Slot *, TDirectory *, Bool_t) |
Additional Inherited Members | |
![]() | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Definition at line 21 of file TGo4WidgetProxyBase.h.
|
inline |
Definition at line 23 of file TGo4WidgetProxyBase.h.
References TGo4Proxy::TGo4Proxy().
Referenced by TGo4WidgetProxy::TGo4WidgetProxy(), TGo4WidgetProxy::TGo4WidgetProxy(), and ClassDefOverride().
|
inlinevirtual |
Definition at line 25 of file TGo4WidgetProxyBase.h.
TGo4WidgetProxyBase::ClassDefOverride | ( | TGo4WidgetProxyBase | , |
0 | ) |
References TGo4WidgetProxyBase().
void TGo4WidgetProxyBase::ConnectPad | ( | TPad * | pad | ) |
Definition at line 18 of file TGo4WidgetProxyBase.cxx.
Referenced by TGo4MainWindow::editorServiceSlot().
|
inlinevirtual |
Reimplemented in TGo4WidgetProxy.
Definition at line 33 of file TGo4WidgetProxyBase.h.
|
inlinevirtual |
Reimplemented in TGo4WidgetProxy.
Definition at line 31 of file TGo4WidgetProxyBase.h.
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 27 of file TGo4WidgetProxyBase.h.