Uses of Class
io.qt.core.QRegularExpression.MatchOption
Package | Description |
---|---|
io.qt.core |
-
Uses of QRegularExpression.MatchOption in io.qt.core
Methods in io.qt.core that return QRegularExpression.MatchOption Modifier and Type Method Description QRegularExpression.MatchOption[]
QRegularExpression.MatchOptions. flags()
Returns an array of flag objects represented by this MatchOptions.static QRegularExpression.MatchOption
QRegularExpression.MatchOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QRegularExpression.MatchOption
QRegularExpression.MatchOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRegularExpression.MatchOption[]
QRegularExpression.MatchOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QRegularExpression.MatchOption Modifier and Type Method Description QRegularExpression.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.QRegularExpressionMatchIterator
QRegularExpression. globalMatch(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption... matchOptions)
QRegularExpressionMatch
QRegularExpression. match(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption... 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
Constructors in io.qt.core with parameters of type QRegularExpression.MatchOption Constructor Description MatchOptions(QRegularExpression.MatchOption... args)
Creates a new MatchOptions where the flags inargs
are set.