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

List of all members.

Public Member Functions

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

Private Slots

void on_listWidget_currentItemChanged (QListWidgetItem *current, QListWidgetItem *previous)
void on_listWidget_itemActivated (QListWidgetItem *item)
void on_btnAdd_clicked ()
void on_btnRemove_clicked ()

Private Attributes

Ui::WidgetPropEditorAPI ui
ito::QsciApiManagerm_pApiManager
QString m_lastApiFileDirectory
QString m_notExistAppendix
QString m_canonicalBasePath
bool m_changes

Member Function Documentation

void ito::WidgetPropEditorAPI::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::WidgetPropEditorAPI::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