GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4WidgetProxy.h>
Public Member Functions | |
TGo4WidgetProxy () | |
TGo4WidgetProxy (QGo4Widget *w) | |
virtual | ~TGo4WidgetProxy () |
QGo4Widget * | GetWidget () const |
virtual Bool_t | Use () const |
virtual Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) |
virtual void | PadRangeAxisChanged () |
virtual void | PadModified () |
Public Member Functions inherited from TGo4WidgetProxyBase | |
TGo4WidgetProxyBase () | |
virtual | ~TGo4WidgetProxyBase () |
void | ConnectPad (TPad *pad) |
ClassDef (TGo4WidgetProxyBase, 1) | |
Public Member Functions inherited from TGo4Proxy | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
virtual void | Initialize (TGo4Slot *slot) |
virtual void | Finalize (TGo4Slot *slot) |
virtual Bool_t | RemoveRegisteredObject (TObject *obj) |
virtual Bool_t | HasSublevels () const |
virtual TGo4Access * | ProvideAccess (const char *) |
virtual TGo4LevelIter * | MakeIter () |
virtual Int_t | GetObjectKind () |
virtual const char * | GetContainedClassName () |
virtual const char * | GetContainedObjectInfo () |
virtual Int_t | GetObjectSizeInfo () |
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) |
virtual TObject * | GetAssignedObject () |
virtual void | Update (TGo4Slot *slot, Bool_t strong) |
ClassDef (TGo4Proxy, 1) | |
Protected Attributes | |
QGo4Widget * | fWidget |
Additional Inherited Members | |
Static Public Member Functions inherited from TGo4Proxy | |
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 26 of file TGo4WidgetProxy.h.
|
inlinevirtual |
Definition at line 28 of file TGo4WidgetProxy.h.
|
inline |
Definition at line 30 of file TGo4WidgetProxy.h.
References fWidget.
Referenced by TGo4MainWindow::checkPanelRepaintSlot(), TGo4MainWindow::editorServiceSlot(), TGo4MainWindow::FindGo4Widget(), and TGo4MainWindow::FindViewPanel().
|
virtual |
Reimplemented from TGo4WidgetProxyBase.
Definition at line 50 of file TGo4WidgetProxy.cxx.
References fWidget, and QGo4Widget::ProcessSignal().
|
virtual |
Reimplemented from TGo4WidgetProxyBase.
Definition at line 44 of file TGo4WidgetProxy.cxx.
References fWidget, and QGo4Widget::ProcessSignal().
|
virtual |
Reimplemented from TGo4Proxy.
Definition at line 20 of file TGo4WidgetProxy.cxx.
References TGo4Slot::evDelete, TGo4Slot::evObjAssigned, TGo4Slot::evObjDeleted, TGo4Slot::evObjUpdated, TGo4Slot::evSubslotUpdated, fWidget, TGo4Slot::GetAssignedObject(), and QGo4Widget::ProcessSignal().
|
inlinevirtual |
Reimplemented from TGo4WidgetProxyBase.
Definition at line 32 of file TGo4WidgetProxy.h.
|
protected |
Definition at line 42 of file TGo4WidgetProxy.h.
Referenced by GetWidget(), PadModified(), PadRangeAxisChanged(), and ProcessEvent().