itom  4.1.0
ito::WidgetPropFigurePlugins Class Reference
Inheritance diagram for ito::WidgetPropFigurePlugins:
ito::AbstractPropertyPageWidget

Public Slots

void on_btnResetDefaultFigures_clicked ()
 

Public Member Functions

 WidgetPropFigurePlugins (QWidget *parent=NULL)
 
void readSettings ()
 
void writeSettings ()
 
- Public Member Functions inherited from ito::AbstractPropertyPageWidget
 AbstractPropertyPageWidget (QWidget *parent=NULL, Qt::WindowFlags f=NULL)
 

Protected Member Functions

void init ()
 

Private Attributes

Ui::WidgetPropFigurePlugins ui
 
QStandardItemModel * m_loadedFiguresModel
 
QStandardItemModel * m_figureCategoryModel
 
FigurePluginDelegatem_delegate
 

Member Function Documentation

void ito::WidgetPropFigurePlugins::readSettings ( )
virtual

This method is called at startup of the property dialog. Read the setting file using QSetting in order to initialize your property widget (this method must be overwritten)

Implements ito::AbstractPropertyPageWidget.

void ito::WidgetPropFigurePlugins::writeSettings ( )
virtual

This method is called at shutdown of the property dialog (only if apply or ok has been clicked). Apply your settings and write it to the setting file using QSetting (this method must be overwritten)

Implements ito::AbstractPropertyPageWidget.


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