#include <algorithm_widget.h>
Inherits QWidget.
Collaboration diagram for AlgorithmWidget:
Public Slots | |
void | okPressed () |
void | datasetChanged (dataset_key_type const &dataset_name) |
Signals | |
void | notifyNewDatasetGeneration (std::vector< std::pair< dataset_key_type, dataset_type > > const &dataset_keys_and_types) |
Public Member Functions | |
AlgorithmWidget (algorithm_name_container_type list_of_algorithms, QWidget *parent=0, Qt::WFlags f=0) | |
~AlgorithmWidget () |
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 45 of file algorithm_widget.h.
|
Constructor
Definition at line 31 of file algorithm_widget.cpp. |
|
Destructor Definition at line 66 of file algorithm_widget.cpp. |
|
Slot getting called if a dataset is opened or closed in the application. Fills the dataset dropdowns of algorithm widget accordingly
Definition at line 131 of file algorithm_widget.cpp. |
|
Signal notifying on the event of new datasets being generated. New datasets are generated for in_place input datasets and output datasets when all datasets in the algorithm are chosen.
|
|
Slot getting called when the ok Button of algorithm widget is pressed. Applies the configuration of the Definition at line 121 of file algorithm_widget.cpp. References ConfigWidget::applyConfiguration(), ConfigWidget::getConfiguration(), Controller::getInstance(), and Controller::runAlgorithm(). |