OpenMS
TOPPASVertexNameDialog Class Reference

Dialog which allows to change the name of an input/output vertex. More...

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

Inheritance diagram for TOPPASVertexNameDialog:
[legend]
Collaboration diagram for TOPPASVertexNameDialog:
[legend]

Public Member Functions

 TOPPASVertexNameDialog (const QString &name, const QString &input_regex=QString())
 Constructor. More...
 
 ~TOPPASVertexNameDialog () override
 
QString getName ()
 Returns the name. More...
 

Private Attributes

Ui::TOPPASVertexNameDialogTemplate * ui_
 

Detailed Description

Dialog which allows to change the name of an input/output vertex.

Constructor & Destructor Documentation

◆ TOPPASVertexNameDialog()

TOPPASVertexNameDialog ( const QString &  name,
const QString &  input_regex = QString() 
)

Constructor.

◆ ~TOPPASVertexNameDialog()

~TOPPASVertexNameDialog ( )
override

Member Function Documentation

◆ getName()

QString getName ( )

Returns the name.

Member Data Documentation

◆ ui_

Ui::TOPPASVertexNameDialogTemplate* ui_
private