This class controls the settings dialog user interface. More...
#include <SettingsDialog.h>
Inheritance diagram for camitk::SettingsDialog:
Collaboration diagram for camitk::SettingsDialog:Public Member Functions | |
| void | editSettings (QObject *) |
| add a new property editor in a tab for the new object (it automatically connect the object "saveSettings" slot if exists to the dialog apply button) More... | |
| SettingsDialog () | |
| default constructor More... | |
| ~SettingsDialog () override | |
| destructor More... | |
This class controls the settings dialog user interface.
to add a settings for a given class, either add a tab widgets (e.g. for plugin tabs) or add a new ObjectController tab using editSettings(QObject*).
| camitk::SettingsDialog::SettingsDialog | ( | ) |
default constructor
References camitk::ObjectController::BUTTON.
|
override |
destructor
| void camitk::SettingsDialog::editSettings | ( | QObject * | qObj | ) |
add a new property editor in a tab for the new object (it automatically connect the object "saveSettings" slot if exists to the dialog apply button)
References camitk::ObjectController::setObject().
Referenced by ImpMainWindow::editSettings().
Here is the call graph for this function:
Here is the caller graph for this function: