Uses of Class
io.qt.core.QRegExp
Package | Description |
---|---|
io.qt.core | |
io.qt.datavis | |
io.qt.gui | |
io.qt.script | |
io.qt.widgets |
-
Uses of QRegExp in io.qt.core
Methods in io.qt.core that return QRegExp Modifier and Type Method Description QRegExp
QRegExp. clone()
QRegExp
QSortFilterProxyModel. filterRegExp()
static QRegExp
QVariant. toRegExp(Object obj)
Methods in io.qt.core with parameters of type QRegExp Modifier and Type Method Description <T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, QRegExp regExp)
Deprecated.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, QRegExp regExp, Qt.FindChildOption... options)
Deprecated.<T extends QObject>
QList<T>QObject. findChildren(Class<T> cl, QRegExp regExp, Qt.FindChildOptions options)
Deprecated.int
QStringList. indexOf(QRegExp rx)
Overloaded function forQStringList.indexOf(io.qt.core.QRegExp, int)
withfrom = 0
.int
QStringList. indexOf(QRegExp rx, int from)
int
QStringList. lastIndexOf(QRegExp rx)
Overloaded function forQStringList.lastIndexOf(io.qt.core.QRegExp, int)
withfrom = -1
.int
QStringList. lastIndexOf(QRegExp rx, int from)
static String
QString. section(String string, QRegExp reg, int start)
Overloaded function forQString.section(java.lang.String, io.qt.core.QRegExp, int, int, io.qt.core.QString.SectionFlags)
static String
QString. section(String string, QRegExp reg, int start, int end)
Overloaded function forQString.section(java.lang.String, io.qt.core.QRegExp, int, int, io.qt.core.QString.SectionFlags)
withflags = new io.qt.core.QString.SectionFlags(0)
.static String
QString. section(String string, QRegExp reg, int start, int end, QString.SectionFlag... flags)
Overloaded function forQString.section(java.lang.String, io.qt.core.QRegExp, int, int, io.qt.core.QString.SectionFlags)
.static String
QString. section(String string, QRegExp reg, int start, int end, QString.SectionFlags flags)
void
QSortFilterProxyModel. setFilterRegExp(QRegExp regExp)
static QStringList
QString. split(String string, QRegExp sep)
Overloaded function forQString.split(java.lang.String, io.qt.core.QRegExp, io.qt.core.Qt.SplitBehavior)
withbehavior = new io.qt.core.Qt.SplitBehavior(0)
.static QStringList
QString. split(String string, QRegExp sep, Qt.SplitBehavior behavior)
static QStringList
QString. split(String string, QRegExp sep, Qt.SplitBehaviorFlags... behavior)
Overloaded function forQString.split(java.lang.String, io.qt.core.QRegExp, io.qt.core.Qt.SplitBehavior)
.void
QRegExp. swap(QRegExp other)
Constructors in io.qt.core with parameters of type QRegExp Constructor Description QRegExp(QRegExp rx)
-
Uses of QRegExp in io.qt.datavis
Methods in io.qt.datavis that return QRegExp Modifier and Type Method Description QRegExp
QItemModelBarDataProxy. columnRolePattern()
QRegExp
QItemModelSurfaceDataProxy. columnRolePattern()
QRegExp
QItemModelBarDataProxy. rotationRolePattern()
QRegExp
QItemModelScatterDataProxy. rotationRolePattern()
QRegExp
QItemModelBarDataProxy. rowRolePattern()
QRegExp
QItemModelSurfaceDataProxy. rowRolePattern()
QRegExp
QItemModelBarDataProxy. valueRolePattern()
QRegExp
QItemModelScatterDataProxy. xPosRolePattern()
QRegExp
QItemModelSurfaceDataProxy. xPosRolePattern()
QRegExp
QItemModelScatterDataProxy. yPosRolePattern()
QRegExp
QItemModelSurfaceDataProxy. yPosRolePattern()
QRegExp
QItemModelScatterDataProxy. zPosRolePattern()
QRegExp
QItemModelSurfaceDataProxy. zPosRolePattern()
Methods in io.qt.datavis with parameters of type QRegExp Modifier and Type Method Description void
QItemModelBarDataProxy. setColumnRolePattern(QRegExp pattern)
void
QItemModelSurfaceDataProxy. setColumnRolePattern(QRegExp pattern)
void
QItemModelBarDataProxy. setRotationRolePattern(QRegExp pattern)
void
QItemModelScatterDataProxy. setRotationRolePattern(QRegExp pattern)
void
QItemModelBarDataProxy. setRowRolePattern(QRegExp pattern)
void
QItemModelSurfaceDataProxy. setRowRolePattern(QRegExp pattern)
void
QItemModelBarDataProxy. setValueRolePattern(QRegExp pattern)
void
QItemModelScatterDataProxy. setXPosRolePattern(QRegExp pattern)
void
QItemModelSurfaceDataProxy. setXPosRolePattern(QRegExp pattern)
void
QItemModelScatterDataProxy. setYPosRolePattern(QRegExp pattern)
void
QItemModelSurfaceDataProxy. setYPosRolePattern(QRegExp pattern)
void
QItemModelScatterDataProxy. setZPosRolePattern(QRegExp pattern)
void
QItemModelSurfaceDataProxy. setZPosRolePattern(QRegExp pattern)
-
Uses of QRegExp in io.qt.gui
Fields in io.qt.gui with type parameters of type QRegExp Modifier and Type Field Description QObject.Signal1<QRegExp>
QRegExpValidator. regExpChanged
Methods in io.qt.gui that return QRegExp Modifier and Type Method Description QRegExp
QRegExpValidator. regExp()
Constructors in io.qt.gui with parameters of type QRegExp Constructor Description QRegExpValidator(QRegExp rx)
Overloaded constructor forQRegExpValidator(io.qt.core.QRegExp, io.qt.core.QObject)
withparent = null
.QRegExpValidator(QRegExp rx, QObject parent)
-
Uses of QRegExp in io.qt.script
Methods in io.qt.script that return QRegExp Modifier and Type Method Description QRegExp
QScriptValue. toRegExp()
Methods in io.qt.script with parameters of type QRegExp Modifier and Type Method Description QScriptValue
QScriptEngine. newRegExp(QRegExp regexp)
-
Uses of QRegExp in io.qt.widgets
Methods in io.qt.widgets with parameters of type QRegExp Modifier and Type Method Description boolean
QPlainTextEdit. find(QRegExp exp)
Overloaded function forQPlainTextEdit.find(io.qt.core.QRegExp, io.qt.gui.QTextDocument.FindFlags)
withoptions = new io.qt.gui.QTextDocument.FindFlags(0)
.boolean
QPlainTextEdit. find(QRegExp exp, QTextDocument.FindFlag... options)
Overloaded function forQPlainTextEdit.find(io.qt.core.QRegExp, io.qt.gui.QTextDocument.FindFlags)
.boolean
QPlainTextEdit. find(QRegExp exp, QTextDocument.FindFlags options)
boolean
QTextEdit. find(QRegExp exp)
Overloaded function forQTextEdit.find(io.qt.core.QRegExp, io.qt.gui.QTextDocument.FindFlags)
withoptions = new io.qt.gui.QTextDocument.FindFlags(0)
.boolean
QTextEdit. find(QRegExp exp, QTextDocument.FindFlag... options)
Overloaded function forQTextEdit.find(io.qt.core.QRegExp, io.qt.gui.QTextDocument.FindFlags)
.boolean
QTextEdit. find(QRegExp exp, QTextDocument.FindFlags options)