ACF $AcfVersion:0$
Public Types | Public Member Functions | Protected Member Functions | List of all members
iqtgui::TDesignerGuiObserverCompBase< UI, Model, WidgetType > Class Template Reference

Base class for all Qt GUI components. More...

#include <TDesignerGuiObserverCompBase.h>

Inheritance diagram for iqtgui::TDesignerGuiObserverCompBase< UI, Model, WidgetType >:
ibase::TModelObserverCompBaseWrap< ObserverComponent >

Public Types

typedef ibase::TModelObserverCompBaseWrap< iqtgui::TGuiObserverWrap< iqtgui::TDesignerGuiCompBase< UI, WidgetType >, imod::TSingleModelObserverBase< Model > > > BaseClass
 
- Public Types inherited from ibase::TModelObserverCompBaseWrap< ObserverComponent >
typedef ObserverComponent BaseClass
 

Public Member Functions

virtual void SetReadOnly (bool state) override
 

Protected Member Functions

virtual void OnGuiCreated () override
 
virtual void OnComponentCreated () override
 
- Protected Member Functions inherited from ibase::TModelObserverCompBaseWrap< ObserverComponent >
virtual void OnComponentDestroyed () override
 

Detailed Description

template<class UI, class Model, class WidgetType = QWidget>
class iqtgui::TDesignerGuiObserverCompBase< UI, Model, WidgetType >

Base class for all Qt GUI components.

Definition at line 30 of file TDesignerGuiObserverCompBase.h.

Member Typedef Documentation

◆ BaseClass

template<class UI , class Model , class WidgetType = QWidget>
typedef ibase::TModelObserverCompBaseWrap< iqtgui::TGuiObserverWrap< iqtgui::TDesignerGuiCompBase<UI, WidgetType>, imod::TSingleModelObserverBase<Model> > > iqtgui::TDesignerGuiObserverCompBase< UI, Model, WidgetType >::BaseClass

Definition at line 36 of file TDesignerGuiObserverCompBase.h.

Member Function Documentation

◆ OnComponentCreated()

template<class UI , class Model , class WidgetType >
void iqtgui::TDesignerGuiObserverCompBase< UI, Model, WidgetType >::OnComponentCreated ( )
overrideprotectedvirtual

◆ OnGuiCreated()

template<class UI , class Model , class WidgetType >
void iqtgui::TDesignerGuiObserverCompBase< UI, Model, WidgetType >::OnGuiCreated ( )
overrideprotectedvirtual

Definition at line 79 of file TDesignerGuiObserverCompBase.h.

◆ SetReadOnly()

template<class UI , class Model , class WidgetType >
void iqtgui::TDesignerGuiObserverCompBase< UI, Model, WidgetType >::SetReadOnly ( bool  state)
overridevirtual

Definition at line 63 of file TDesignerGuiObserverCompBase.h.


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