itom 1.1.0
WidgetPropHelpDock Class Reference
Inheritance diagram for WidgetPropHelpDock:
AbstractPropertyPageWidget

List of all members.

Public Member Functions

 WidgetPropHelpDock (QWidget *parent=NULL)
void readSettings ()
void writeSettings ()
void getHelpList ()
void refreshDBs ()

Private Slots

void on_listWidget_itemChanged (QListWidgetItem *item)
void on_checkModules_stateChanged (int state)
void on_checkFilters_stateChanged (int state)

Private Attributes

Ui::WidgetPropHelpDock ui
QString m_pdbPath
bool m_plistChanged

Member Function Documentation

void WidgetPropHelpDock::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 AbstractPropertyPageWidget.

void WidgetPropHelpDock::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 AbstractPropertyPageWidget.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends