#include <TGo4WidgetProxyBase.h>
Public Member Functions | |
TGo4WidgetProxyBase () | |
virtual | ~TGo4WidgetProxyBase () |
virtual Bool_t | Use () const |
void | ConnectPad (TPad *pad) |
virtual void | PadRangeAxisChanged () |
virtual void | PadModified () |
ClassDef (TGo4WidgetProxyBase, 1) |
Definition at line 21 of file TGo4WidgetProxyBase.h.
TGo4WidgetProxyBase::TGo4WidgetProxyBase | ( | ) | [inline] |
Definition at line 23 of file TGo4WidgetProxyBase.h.
virtual TGo4WidgetProxyBase::~TGo4WidgetProxyBase | ( | ) | [inline, virtual] |
Definition at line 25 of file TGo4WidgetProxyBase.h.
TGo4WidgetProxyBase::ClassDef | ( | TGo4WidgetProxyBase | , | |
1 | ||||
) |
void TGo4WidgetProxyBase::ConnectPad | ( | TPad * | pad | ) |
Definition at line 18 of file TGo4WidgetProxyBase.cxx.
Referenced by TGo4MainWindow::editorServiceSlot().
virtual void TGo4WidgetProxyBase::PadModified | ( | ) | [inline, virtual] |
Reimplemented in TGo4WidgetProxy.
Definition at line 33 of file TGo4WidgetProxyBase.h.
virtual void TGo4WidgetProxyBase::PadRangeAxisChanged | ( | ) | [inline, virtual] |
Reimplemented in TGo4WidgetProxy.
Definition at line 31 of file TGo4WidgetProxyBase.h.
virtual Bool_t TGo4WidgetProxyBase::Use | ( | ) | const [inline, virtual] |
Reimplemented from TGo4Proxy.
Reimplemented in TGo4WidgetProxy.
Definition at line 27 of file TGo4WidgetProxyBase.h.