Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Slots | Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes

TOPPASIOMappingDialog Class Reference
[TOPPASDialogs]

Dialog which allows to configure the input/output parameter mapping of an edge. More...

#include <OpenMS/VISUAL/DIALOGS/TOPPASIOMappingDialog.h>

Inheritance diagram for TOPPASIOMappingDialog:
QDialog TOPPASIOMappingDialogTemplate

List of all members.

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

TOPPASEdgeedge_
 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.

Detailed Description

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.


Constructor & Destructor Documentation

TOPPASIOMappingDialog ( TOPPASEdge parent  ) 

Constructor.


Member Function Documentation

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).


Member Data Documentation

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