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

List of all members.

Public Slots

void on_btnResetDefaultFigures_clicked ()

Public Member Functions

 WidgetPropFigurePlugins (QWidget *parent=NULL)
void readSettings ()
void writeSettings ()

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:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends