OpenMS
TOPPASIOMappingDialog.h
Go to the documentation of this file.
1 // Copyright (c) 2002-present, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Maintainer: Johannes Veit $
6 // $Authors: Johannes Junker $
7 // --------------------------------------------------------------------------
8 
9 #pragma once
10 
11 // OpenMS_GUI config
12 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
13 
15 
16 #include <QtCore/QVector>
17 #include <QtWidgets/QDialog>
18 
19 namespace Ui
20 {
21  class TOPPASIOMappingDialogTemplate;
22 }
23 
24 namespace OpenMS
25 {
26  class TOPPASEdge;
27 
38  class OPENMS_GUI_DLLAPI TOPPASIOMappingDialog :
39  public QDialog
40  {
41  Q_OBJECT
42 
43 public:
44 
48 
49 public slots:
50 
52  int firstExec();
53 
54 protected:
55 
58 
61 
64 
65 protected slots:
66 
69 
70 private:
71  Ui::TOPPASIOMappingDialogTemplate* ui_;
72  };
73 
74 }
An edge representing a data flow in TOPPAS.
Definition: TOPPASEdge.h:36
Dialog which allows to configure the input/output parameter mapping of an edge.
Definition: TOPPASIOMappingDialog.h:40
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:71
QVector< int > target_input_param_indices_
Vector storing the mapping of the target input combobox indices to param indices of edges.
Definition: TOPPASIOMappingDialog.h:63
void fillComboBoxes_()
Fills the table.
TOPPASIOMappingDialog(TOPPASEdge *parent)
Constructor.
TOPPASEdge * edge_
The edge we are configuring.
Definition: TOPPASIOMappingDialog.h:60
void checkValidity_()
Called when OK is pressed; checks if the selected parameters are valid.
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition: FLASHDeconvWizardBase.h:37