#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 () |
Protected Attributes | |
QGo4Widget * | fWidget |
Definition at line 21 of file TGo4WidgetProxy.h.
TGo4WidgetProxy::TGo4WidgetProxy | ( | ) | [inline] |
Definition at line 24 of file TGo4WidgetProxy.h.
TGo4WidgetProxy::TGo4WidgetProxy | ( | QGo4Widget * | w | ) | [inline] |
Definition at line 26 of file TGo4WidgetProxy.h.
virtual TGo4WidgetProxy::~TGo4WidgetProxy | ( | ) | [inline, virtual] |
Definition at line 28 of file TGo4WidgetProxy.h.
QGo4Widget* TGo4WidgetProxy::GetWidget | ( | ) | const [inline] |
Definition at line 30 of file TGo4WidgetProxy.h.
References fWidget.
Referenced by TGo4MainWindow::checkPanelRepaintSlot(), TGo4MainWindow::editorServiceSlot(), TGo4MainWindow::FindGo4Widget(), and TGo4MainWindow::FindViewPanel().
void TGo4WidgetProxy::PadModified | ( | ) | [virtual] |
Reimplemented from TGo4WidgetProxyBase.
Definition at line 50 of file TGo4WidgetProxy.cxx.
References fWidget, and QGo4Widget::ProcessSignal().
void TGo4WidgetProxy::PadRangeAxisChanged | ( | ) | [virtual] |
Reimplemented from TGo4WidgetProxyBase.
Definition at line 44 of file TGo4WidgetProxy.cxx.
References fWidget, and QGo4Widget::ProcessSignal().
Bool_t TGo4WidgetProxy::ProcessEvent | ( | TGo4Slot * | slot, | |
TGo4Slot * | source, | |||
Int_t | id, | |||
void * | param | |||
) | [virtual] |
Reimplemented from TGo4Proxy.
Definition at line 20 of file TGo4WidgetProxy.cxx.
References TGo4Slot::evDelete, TGo4Slot::evObjAssigned, TGo4Slot::evObjDeleted, TGo4Slot::evSubslotUpdated, fWidget, TGo4Slot::GetAssignedObject(), and QGo4Widget::ProcessSignal().
virtual Bool_t TGo4WidgetProxy::Use | ( | ) | const [inline, virtual] |
Reimplemented from TGo4WidgetProxyBase.
Definition at line 32 of file TGo4WidgetProxy.h.
QGo4Widget* TGo4WidgetProxy::fWidget [protected] |
Definition at line 42 of file TGo4WidgetProxy.h.
Referenced by GetWidget(), PadModified(), PadRangeAxisChanged(), and ProcessEvent().