RegExpValidatedInputDialog Class Reference

This class is similar to the QInputDialog, but offers the possibility to specify a regex as input validation. More...

#include <ArmarXGui/libraries/ArmarXGuiBase/widgets/RegExpValidatedInputDialog.h>

+ Inheritance diagram for RegExpValidatedInputDialog:

Public Member Functions

QString getTextValue () const
 
 RegExpValidatedInputDialog (const QString &windowTitle, const QString &labelName, const QRegExp &regExp, QWidget *parent=0)
 

Detailed Description

This class is similar to the QInputDialog, but offers the possibility to specify a regex as input validation.

Definition at line 35 of file RegExpValidatedInputDialog.h.

Constructor & Destructor Documentation

◆ RegExpValidatedInputDialog()

RegExpValidatedInputDialog ( const QString &  windowTitle,
const QString &  labelName,
const QRegExp &  regExp,
QWidget *  parent = 0 
)
explicit

Definition at line 35 of file RegExpValidatedInputDialog.cpp.

Member Function Documentation

◆ getTextValue()

QString getTextValue ( ) const

Definition at line 57 of file RegExpValidatedInputDialog.cpp.


The documentation for this class was generated from the following files: