GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
|
#include <TGo4WidgetProxy.h>
Public Member Functions | |
TGo4WidgetProxy () | |
TGo4WidgetProxy (QGo4Widget *w) | |
QGo4Widget * | GetWidget () const |
Bool_t | Use () const override |
Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) override |
void | PadRangeAxisChanged () override |
void | PadModified () override |
![]() | |
TGo4WidgetProxyBase () | |
virtual | ~TGo4WidgetProxyBase () |
void | ConnectPad (TPad *pad) |
ClassDefOverride (TGo4WidgetProxyBase, 1) | |
![]() | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
virtual void | Initialize (TGo4Slot *) |
virtual void | Finalize (TGo4Slot *) |
virtual Bool_t | RemoveRegisteredObject (TObject *) |
virtual Bool_t | HasSublevels () const |
virtual std::unique_ptr< TGo4Access > | ProvideAccess (const char *) |
virtual TGo4LevelIter * | MakeIter () |
virtual Int_t | GetObjectKind () const |
virtual const char * | GetContainedClassName () const |
virtual const char * | GetContainedObjectInfo () |
virtual Int_t | GetObjectSizeInfo () const |
virtual void | WriteData (TGo4Slot *, TDirectory *, Bool_t) |
virtual void | ReadData (TGo4Slot *, TDirectory *) |
virtual Bool_t | IsAcceptObject (TClass *) const |
virtual Bool_t | AssignObject (TGo4Slot *, TObject *, Bool_t) |
virtual TObject * | GetAssignedObject () |
virtual void | Update (TGo4Slot *, Bool_t) |
ClassDefOverride (TGo4Proxy, 1) | |
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.
|
inline |
Definition at line 25 of file TGo4WidgetProxy.h.
|
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, and QGo4Widget::ProcessSignal().
Referenced by Use().
|
overridevirtual |
Reimplemented from TGo4WidgetProxyBase.
Definition at line 38 of file TGo4WidgetProxy.cxx.
References fWidget, and QGo4Widget::ProcessSignal().
Referenced by Use().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 19 of file TGo4WidgetProxy.cxx.
References TGo4Slot::evDelete, TGo4Slot::evObjAssigned, TGo4Slot::evObjDeleted, TGo4Slot::evObjUpdated, TGo4Slot::evSubslotUpdated, fWidget, TGo4Slot::GetAssignedObject(), and QGo4Widget::ProcessSignal().
Referenced by Use().
|
inlineoverridevirtual |
Reimplemented from TGo4WidgetProxyBase.
Definition at line 28 of file TGo4WidgetProxy.h.
References PadModified(), PadRangeAxisChanged(), and ProcessEvent().
|
protected |
Definition at line 35 of file TGo4WidgetProxy.h.
Referenced by GetWidget(), PadModified(), PadRangeAxisChanged(), and ProcessEvent().