GSI Object Oriented Online Offline (Go4) GO4-6.4.5
Loading...
Searching...
No Matches
TGo4WidgetProxy Class Reference

#include <TGo4WidgetProxy.h>

Inheritance diagram for TGo4WidgetProxy:

Public Member Functions

 TGo4WidgetProxy ()
 TGo4WidgetProxy ()
 TGo4WidgetProxy (QGo4Widget *w)
 TGo4WidgetProxy (QGo4Widget *w)
QGo4WidgetGetWidget () const
QGo4WidgetGetWidget () const
void PadModified () override
void PadModified () override
void PadRangeAxisChanged () override
void PadRangeAxisChanged () override
Bool_t ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) override
Bool_t ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) override
Bool_t Use () const override
Bool_t Use () const override
Public Member Functions inherited from TGo4WidgetProxyBase
 TGo4WidgetProxyBase ()
 TGo4WidgetProxyBase ()
virtual ~TGo4WidgetProxyBase ()
virtual ~TGo4WidgetProxyBase ()
 ClassDefOverride (TGo4WidgetProxyBase, 0)
 ClassDefOverride (TGo4WidgetProxyBase, 0)
void ConnectPad (TPad *pad)
void ConnectPad (TPad *pad)
Bool_t Use () const override
Bool_t Use () const override
Public Member Functions inherited from TGo4Proxy
 TGo4Proxy ()
 TGo4Proxy ()
virtual ~TGo4Proxy ()
virtual ~TGo4Proxy ()
virtual Bool_t AssignObject (TGo4Slot *, TObject *, Bool_t)
virtual Bool_t AssignObject (TGo4Slot *, TObject *, Bool_t)
 ClassDefOverride (TGo4Proxy, 0)
 ClassDefOverride (TGo4Proxy, 0)
virtual void Finalize (TGo4Slot *)
virtual void Finalize (TGo4Slot *)
virtual TObject * GetAssignedObject ()
virtual TObject * GetAssignedObject ()
virtual const char * GetContainedClassName () const
virtual const char * GetContainedClassName () const
virtual const char * GetContainedObjectInfo ()
virtual const char * GetContainedObjectInfo ()
virtual Int_t GetObjectKind () const
virtual Int_t GetObjectKind () const
virtual Int_t GetObjectSizeInfo () const
virtual Int_t GetObjectSizeInfo () const
virtual Bool_t HasSublevels () const
virtual Bool_t HasSublevels () const
virtual void Initialize (TGo4Slot *)
virtual void Initialize (TGo4Slot *)
virtual Bool_t IsAcceptObject (TClass *) const
virtual Bool_t IsAcceptObject (TClass *) const
virtual TGo4LevelIterMakeIter ()
virtual TGo4LevelIterMakeIter ()
virtual std::unique_ptr< TGo4AccessProvideAccess (const char *)
virtual std::unique_ptr< TGo4AccessProvideAccess (const char *)
virtual void ReadData (TGo4Slot *, TDirectory *)
virtual void ReadData (TGo4Slot *, TDirectory *)
virtual Bool_t RemoveRegisteredObject (TObject *)
virtual Bool_t RemoveRegisteredObject (TObject *)
virtual void Update (TGo4Slot *, Bool_t)
virtual void Update (TGo4Slot *, Bool_t)
virtual void WriteData (TGo4Slot *, TDirectory *, Bool_t)
virtual void WriteData (TGo4Slot *, TDirectory *, Bool_t)

Protected Attributes

QGo4WidgetfWidget {nullptr}

Additional Inherited Members

Static Public Member Functions inherited from TGo4Proxy
static TClass * GetClass (const char *classname, Bool_t load=kFALSE)
static TClass * GetClass (const char *classname, Bool_t load=kFALSE)

Detailed Description

Definition at line 21 of file TGo4WidgetProxy.h.

Constructor & Destructor Documentation

◆ TGo4WidgetProxy() [1/4]

TGo4WidgetProxy::TGo4WidgetProxy ( )
inline

Definition at line 24 of file TGo4WidgetProxy.h.

References TGo4WidgetProxyBase::TGo4WidgetProxyBase(), and fWidget.

◆ TGo4WidgetProxy() [2/4]

TGo4WidgetProxy::TGo4WidgetProxy ( QGo4Widget * w)
inline

Definition at line 25 of file TGo4WidgetProxy.h.

References TGo4WidgetProxyBase::TGo4WidgetProxyBase(), and fWidget.

◆ TGo4WidgetProxy() [3/4]

TGo4WidgetProxy::TGo4WidgetProxy ( )
inline

Definition at line 24 of file TGo4WidgetProxy.h.

References TGo4WidgetProxyBase::TGo4WidgetProxyBase(), and fWidget.

◆ TGo4WidgetProxy() [4/4]

TGo4WidgetProxy::TGo4WidgetProxy ( QGo4Widget * w)
inline

Definition at line 25 of file TGo4WidgetProxy.h.

References TGo4WidgetProxyBase::TGo4WidgetProxyBase(), and fWidget.

Member Function Documentation

◆ GetWidget() [1/2]

QGo4Widget * TGo4WidgetProxy::GetWidget ( ) const
inline

◆ GetWidget() [2/2]

QGo4Widget * TGo4WidgetProxy::GetWidget ( ) const
inline

Definition at line 27 of file TGo4WidgetProxy.h.

References fWidget.

◆ PadModified() [1/2]

void TGo4WidgetProxy::PadModified ( )
overridevirtual

Reimplemented from TGo4WidgetProxyBase.

Definition at line 44 of file TGo4WidgetProxy.cxx.

References fWidget.

◆ PadModified() [2/2]

void TGo4WidgetProxy::PadModified ( )
overridevirtual

Reimplemented from TGo4WidgetProxyBase.

References fWidget.

◆ PadRangeAxisChanged() [1/2]

void TGo4WidgetProxy::PadRangeAxisChanged ( )
overridevirtual

Reimplemented from TGo4WidgetProxyBase.

Definition at line 38 of file TGo4WidgetProxy.cxx.

References fWidget.

◆ PadRangeAxisChanged() [2/2]

void TGo4WidgetProxy::PadRangeAxisChanged ( )
overridevirtual

Reimplemented from TGo4WidgetProxyBase.

◆ ProcessEvent() [1/2]

Bool_t TGo4WidgetProxy::ProcessEvent ( TGo4Slot * slot,
TGo4Slot * source,
Int_t id,
void * param )
overridevirtual

◆ ProcessEvent() [2/2]

Bool_t TGo4WidgetProxy::ProcessEvent ( TGo4Slot * slot,
TGo4Slot * source,
Int_t id,
void * param )
overridevirtual

Reimplemented from TGo4Proxy.

◆ Use() [1/2]

Bool_t TGo4WidgetProxy::Use ( ) const
inlineoverridevirtual

Reimplemented from TGo4Proxy.

Definition at line 28 of file TGo4WidgetProxy.h.

◆ Use() [2/2]

Bool_t TGo4WidgetProxy::Use ( ) const
inlineoverridevirtual

Reimplemented from TGo4Proxy.

Definition at line 28 of file TGo4WidgetProxy.h.

Field Documentation

◆ fWidget

QGo4Widget * TGo4WidgetProxy::fWidget {nullptr}
protected

The documentation for this class was generated from the following files: