38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
42 #include <QtCore/QVector>
43 #include <QtWidgets/QDialog>
47 class TOPPASIOMappingDialogTemplate;
97 Ui::TOPPASIOMappingDialogTemplate*
ui_;
An edge representing a data flow in TOPPAS.
Definition: TOPPASEdge.h:62
Dialog which allows to configure the input/output parameter mapping of an edge.
Definition: TOPPASIOMappingDialog.h:66
int firstExec()
Called instead of exec() after edge is constructed (in order to avoid showing the dialog if not neces...
Ui::TOPPASIOMappingDialogTemplate * ui_
Definition: TOPPASIOMappingDialog.h:97
QVector< int > target_input_param_indices_
Vector storing the mapping of the target input combobox indices to param indices of edges.
Definition: TOPPASIOMappingDialog.h:89
void fillComboBoxes_()
Fills the table.
TOPPASIOMappingDialog(TOPPASEdge *parent)
Constructor.
TOPPASEdge * edge_
The edge we are configuring.
Definition: TOPPASIOMappingDialog.h:86
void checkValidity_()
Called when OK is pressed; checks if the selected parameters are valid.
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Definition: SwathWizardBase.h:63