#include <settings_widget_interface.h>
Inherited by AlgorithmSettingsWidget, and WindowLevelSettingsWidget.
Inheritance diagram for SettingsWidgetInterface:
Public Member Functions | |
SettingsWidgetInterface () | |
virtual | ~SettingsWidgetInterface () |
virtual void | checkChanges ()=0 |
Provides a common abstract base that defines its update interface. Allows the concrete implementations to be called polymorphically.
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 33 of file settings_widget_interface.h.
|
Constructor Definition at line 19 of file settings_widget_interface.cpp. |
|
Destructor Definition at line 24 of file settings_widget_interface.cpp. |
|
Interface to check the changes and write them if appropriate Implementation is up to the concrete class. Is called polymorphically Implemented in AlgorithmSettingsWidget, and WindowLevelSettingsWidget. |