GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <TGo4WidgetProxy.h>
Public Member Functions | |
TGo4WidgetProxy () | |
TGo4WidgetProxy (QGo4Widget *w) | |
QGo4Widget * | GetWidget () const |
void | PadModified () override |
void | PadRangeAxisChanged () override |
Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) override |
Bool_t | Use () const override |
![]() | |
TGo4WidgetProxyBase () | |
virtual | ~TGo4WidgetProxyBase () |
ClassDefOverride (TGo4WidgetProxyBase, 0) | |
void | ConnectPad (TPad *pad) |
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 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) |
Protected Attributes | |
QGo4Widget * | fWidget {nullptr} |
Additional Inherited Members | |
![]() | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Definition at line 21 of file TGo4WidgetProxy.h.
|
inline |
Definition at line 24 of file TGo4WidgetProxy.h.
References TGo4WidgetProxyBase::TGo4WidgetProxyBase(), and fWidget.
|
inline |
Definition at line 25 of file TGo4WidgetProxy.h.
References TGo4WidgetProxyBase::TGo4WidgetProxyBase(), and fWidget.
|
inline |
Definition at line 27 of file TGo4WidgetProxy.h.
References fWidget.
Referenced by TGo4MainWindow::checkPanelRepaintSlot(), TGo4MainWindow::editorServiceSlot(), TGo4MainWindow::FindGo4Widget(), and TGo4MainWindow::FindViewPanel().
|
overridevirtual |
Reimplemented from TGo4WidgetProxyBase.
Definition at line 44 of file TGo4WidgetProxy.cxx.
References fWidget.
|
overridevirtual |
Reimplemented from TGo4WidgetProxyBase.
Definition at line 38 of file TGo4WidgetProxy.cxx.
References fWidget.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 19 of file TGo4WidgetProxy.cxx.
References TGo4Slot::evDelete, TGo4Slot::evObjAssigned, TGo4Slot::evObjDeleted, TGo4Slot::evObjUpdated, TGo4Slot::evSubslotUpdated, fWidget, and TGo4Slot::GetAssignedObject().
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 28 of file TGo4WidgetProxy.h.
|
protected |
Definition at line 35 of file TGo4WidgetProxy.h.
Referenced by TGo4WidgetProxy(), TGo4WidgetProxy(), GetWidget(), PadModified(), PadRangeAxisChanged(), and ProcessEvent().