Uses of Class
io.qt.core.QRegularExpression.MatchOptions
Package | Description |
---|---|
io.qt.core |
-
Uses of QRegularExpression.MatchOptions in io.qt.core
Methods in io.qt.core that return QRegularExpression.MatchOptions Modifier and Type Method Description QRegularExpression.MatchOptions
QRegularExpression.MatchOption. asFlags()
Create a QFlags of the enum entry.QRegularExpression.MatchOptions
QRegularExpression.MatchOptions. clone()
Clones the flagsQRegularExpression.MatchOptions
QRegularExpression.MatchOption. combined(QRegularExpression.MatchOption e)
Combines this entry with other enum entry.QRegularExpression.MatchOptions
QRegularExpression.MatchOptions. combined(QRegularExpression.MatchOption e)
Combines this flags with enum entry.static QRegularExpression.MatchOptions
QRegularExpression.MatchOption. flags(QRegularExpression.MatchOption... values)
Creates a newQRegularExpression.MatchOptions
from the entries.QRegularExpression.MatchOptions
QRegularExpressionMatch. matchOptions()
QRegularExpression.MatchOptions
QRegularExpressionMatchIterator. matchOptions()
QRegularExpression.MatchOptions
QRegularExpression.MatchOptions. setFlag(QRegularExpression.MatchOption e)
Sets the flage
QRegularExpression.MatchOptions
QRegularExpression.MatchOptions. setFlag(QRegularExpression.MatchOption e, boolean on)
Sets or clears the flagflag
Methods in io.qt.core with parameters of type QRegularExpression.MatchOptions Modifier and Type Method Description int
QRegularExpression.MatchOptions. compareTo(QRegularExpression.MatchOptions other)
QRegularExpressionMatchIterator
QRegularExpression. globalMatch(String subject, int offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions)
QRegularExpressionMatch
QRegularExpression. match(String subject, int offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions)