dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QRegExpValidator
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 && !QT_NO_REGEXP)
extern (
C
++)
class
QRegExpValidator :
QValidator
{
this
(QObject parent);
this
(const(QRegExp) rx, QObject parent);
~this
();
QValidator
.
State
validate
(QString input, int pos);
void
setRegExp
(const(QRegExp) rx);
const
(
QRegExp
)
regExp
();
void
regExpChanged
(const(QRegExp) regExp);
}
Constructors
this
this
(QObject parent)
Undocumented in source.
this
this
(const(QRegExp) rx, QObject parent)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
regExp
const
(
QRegExp
)
regExp
()
Undocumented in source. Be warned that the author may not have intended to support it.
regExpChanged
void
regExpChanged
(const(QRegExp) regExp)
Undocumented in source.
setRegExp
void
setRegExp
(const(QRegExp) rx)
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