itom 1.3.0
ito::WidgetPropEditorStyles Class Reference
Inheritance diagram for ito::WidgetPropEditorStyles:
ito::AbstractPropertyPageWidget

List of all members.

Classes

struct  StyleNode

Public Member Functions

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

Private Slots

void on_listWidget_currentItemChanged (QListWidgetItem *current, QListWidgetItem *previous)
void on_btnBackgroundColor_clicked ()
void on_btnFont_clicked ()
void on_btnForegroundColor_clicked ()
void on_checkFillEOL_stateChanged (int state)
void on_btnFontSizeDec_clicked ()
void on_btnFontSizeInc_clicked ()
void on_btnReset_clicked ()

Private Member Functions

void setFontSizeGeneral (const int fontSizeAdd)

Private Attributes

Ui::WidgetPropEditorStyles ui
QVector< StyleNodem_styles
QsciLexerPython * qSciLex

Member Function Documentation

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