dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QRegularExpressionValidator
qt
gui
validator
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
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
QRegExpValidator
QRegularExpressionValidator
QValidator
structs
QDoubleValidatorPrivate
QRegularExpressionValidatorPrivate
QValidatorPrivate