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). | |
Public Member Functions | |
| TOPPASIOMappingDialog (TOPPASEdge *parent) | |
| Constructor. | |
Protected Slots | |
| void | checkValidity_ () |
| Called when OK is pressed; checks if the selected parameters are valid. | |
Protected Member Functions | |
| void | fillComboBoxes_ () |
| Fills the table. | |
Protected Attributes | |
| TOPPASEdge * | edge_ |
| The edge we are configuring. | |
| QVector< int > | target_input_param_indices_ |
| Vector storing the mapping of the target input combobox indices to param indices of edges. | |
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.
| void checkValidity_ | ( | ) | [protected, slot] |
Called when OK is pressed; checks if the selected parameters are valid.
| void fillComboBoxes_ | ( | ) | [protected] |
Fills the table.
| int firstExec | ( | ) | [slot] |
Called instead of exec() after edge is constructed (in order to avoid showing the dialog if not necessary).
TOPPASEdge* edge_ [protected] |
The edge we are configuring.
QVector<int> target_input_param_indices_ [protected] |
Vector storing the mapping of the target input combobox indices to param indices of edges.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:58 using doxygen 1.7.1 |