dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QRegularExpressionValidator
qt
gui
validator
Binding for C++ class
QRegularExpressionValidator
.
version(!QT_NO_VALIDATOR)
extern (
C
++)
class
QRegularExpressionValidator :
QValidator
{
this
(QObject parent);
this
(const(QRegularExpression) re, QObject parent);
~this
();
QValidator
.
State
validate
(QString input, int pos);
QRegularExpression
regularExpression
();
void
setRegularExpression
(const(QRegularExpression) re);
void
regularExpressionChanged
(const(QRegularExpression) re);
}
Constructors
this
this
(QObject parent)
Undocumented in source.
this
this
(const(QRegularExpression) re, QObject parent)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
regularExpression
QRegularExpression
regularExpression
()
Undocumented in source.
regularExpressionChanged
void
regularExpressionChanged
(const(QRegularExpression) re)
Undocumented in source.
setRegularExpression
void
setRegularExpression
(const(QRegularExpression) re)
Undocumented in source.
validate
QValidator
.
State
validate
(QString input, int pos)
Undocumented in source.
Meta
Source
See Implementation
qt
gui
validator
classes
QDoubleValidator
QIntValidator
QRegularExpressionValidator
QValidator
structs
QDoubleValidatorPrivate
QRegularExpressionValidatorPrivate
QValidatorPrivate
Binding for C++ class QRegularExpressionValidator.