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.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.