OpenMS
TOPPASVertexNameDialog.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 
14 #include <QtWidgets/QDialog>
15 
16 namespace Ui
17 {
18  class TOPPASVertexNameDialogTemplate;
19 }
20 
21 namespace OpenMS
22 {
29  class OPENMS_GUI_DLLAPI TOPPASVertexNameDialog :
30  public QDialog
31  {
32  Q_OBJECT
33 
34 public:
35 
37  TOPPASVertexNameDialog(const QString& name, const QString& input_regex = QString());
39 
41  QString getName();
42 
43 
44 
45  private:
46  Ui::TOPPASVertexNameDialogTemplate* ui_;
47 
48  };
49 
50 }
Dialog which allows to change the name of an input/output vertex.
Definition: TOPPASVertexNameDialog.h:31
Ui::TOPPASVertexNameDialogTemplate * ui_
Definition: TOPPASVertexNameDialog.h:46
QString getName()
Returns the name.
TOPPASVertexNameDialog(const QString &name, const QString &input_regex=QString())
Constructor.
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition: FLASHDeconvWizardBase.h:37