#include <Applications/ctkCommandLineModuleExplorer/ctkCmdLineModuleExplorerModulesSettings.h>
|
void | applySettings () |
|
| ctkCmdLineModuleExplorerModulesSettings (ctkCmdLineModuleManager *moduleManager) |
|
| ~ctkCmdLineModuleExplorerModulesSettings () |
|
QStringList | changedSettings () const |
|
| ctkSettingsPanel (QWidget *parent=0) |
| Constructor. More...
|
|
void | registerProperty (const QString &settingKey, QObject *object, const QString &objectProperty, const char *propertySignal, const QString &settingLabel=QString(), SettingOptions options=OptionNone, QSettings *settings=0) |
|
Q_INVOKABLE void | registerProperty (const QString &settingKey, QObject *object, const QString &objectProperty, const QByteArray &propertySignal, const QString &settingLabel=QString(), SettingOptions options=OptionNone, QSettings *settings=0) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|
void | setSetting (const QString &key, const QVariant &newVal) |
|
void | setSettings (QSettings *settings) |
|
QString | settingLabel (const QString &settingKey) const |
| Return the label associated to a setting. More...
|
|
SettingOptions | settingOptions (const QString &settingKey) const |
| Return the options associated to a setting. More...
|
|
QSettings * | settings () const |
|
virtual | ~ctkSettingsPanel () |
| Destructor. More...
|
|
◆ ctkCmdLineModuleExplorerModulesSettings()
ctkCmdLineModuleExplorerModulesSettings::ctkCmdLineModuleExplorerModulesSettings |
( |
ctkCmdLineModuleManager * |
moduleManager | ) |
|
|
explicit |
◆ ~ctkCmdLineModuleExplorerModulesSettings()
ctkCmdLineModuleExplorerModulesSettings::~ctkCmdLineModuleExplorerModulesSettings |
( |
| ) |
|
◆ applySettings()
void ctkCmdLineModuleExplorerModulesSettings::applySettings |
( |
| ) |
|
|
virtual |
Forget the old property values so next time resetSettings is called it will set the properties with the same values when applySettings() is called.
Reimplemented from ctkSettingsPanel.
The documentation for this class was generated from the following file: