#include <algorithm_settings_widget.h>
Inherits QWidget, SettingsWidgetInterface, and AlgorithmSettingsWidgetBase.
Inheritance diagram for AlgorithmSettingsWidget:
Public Slots | |
virtual void | checkChanges () |
Public Member Functions | |
AlgorithmSettingsWidget (QWidget *parent) | |
virtual | ~AlgorithmSettingsWidget () |
Provides an user interface to select the path of the algorithms and the path for the algorithm configuration file.
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 39 of file algorithm_settings_widget.h.
|
Constructor Definition at line 26 of file algorithm_settings_widget.cpp. References Ui_AlgorithmSettingsWidgetBase::setupUi(). Here is the call graph for this function: |
|
Destructor Definition at line 37 of file algorithm_settings_widget.cpp. |
|
Checks wheather anything has changed in the configuration and applies changes if so Implements SettingsWidgetInterface. Definition at line 43 of file algorithm_settings_widget.cpp. |