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

Public Member Functions

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

Static Protected Member Functions

static void deleteLater (QObject *obj)
 

Private Slots

void on_btnTest_clicked ()
 
void on_btnTake_clicked ()
 
void testCodeFormatterDone (bool success, QString code)
 

Private Attributes

Ui::WidgetPropEditorAutoCodeFormat ui
 
QString m_demoCode
 
QSharedPointer< PyCodeFormatterm_pyCodeFormatter
 

Member Function Documentation

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