Computer Assisted Medical Intervention Tool Kit  version 5.2
camitk::SettingsDialog Class Reference

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...
 

Detailed Description

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*).

Constructor & Destructor Documentation

◆ SettingsDialog()

camitk::SettingsDialog::SettingsDialog ( )

default constructor

References camitk::ObjectController::BUTTON.

◆ ~SettingsDialog()

camitk::SettingsDialog::~SettingsDialog ( )
override

destructor

Member Function Documentation

◆ editSettings()

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:

The documentation for this class was generated from the following files: