OpenMS
|
Dialog which allows to configure the input/output parameter mapping of an edge. More...
#include <OpenMS/VISUAL/DIALOGS/TOPPASIOMappingDialog.h>
Public Slots | |
int | firstExec () |
Called instead of exec() after edge is constructed (in order to avoid showing the dialog if not necessary) More... | |
Public Member Functions | |
TOPPASIOMappingDialog (TOPPASEdge *parent) | |
Constructor. More... | |
~TOPPASIOMappingDialog () override | |
Protected Slots | |
void | checkValidity_ () |
Called when OK is pressed; checks if the selected parameters are valid. More... | |
Protected Member Functions | |
void | fillComboBoxes_ () |
Fills the table. More... | |
Protected Attributes | |
TOPPASEdge * | edge_ |
The edge we are configuring. More... | |
QVector< int > | target_input_param_indices_ |
Vector storing the mapping of the target input combobox indices to param indices of edges. More... | |
Private Attributes | |
Ui::TOPPASIOMappingDialogTemplate * | ui_ |
Dialog which allows to configure the input/output parameter mapping of an edge.
This dialog allows to select an output parameter of the source vertex and an input parameter of the target vertex. Only valid selections are allowed, i.e. the type (file or list of files) and at least one valid file type of either vertex must match.
TOPPASIOMappingDialog | ( | TOPPASEdge * | parent | ) |
Constructor.
|
override |
|
protectedslot |
Called when OK is pressed; checks if the selected parameters are valid.
|
protected |
Fills the table.
|
slot |
Called instead of exec() after edge is constructed (in order to avoid showing the dialog if not necessary)
|
protected |
The edge we are configuring.
|
protected |
Vector storing the mapping of the target input combobox indices to param indices of edges.
|
private |