Uses of Class
io.qt.core.QRegularExpression.PatternOption
Package | Description |
---|---|
io.qt.core |
-
Uses of QRegularExpression.PatternOption in io.qt.core
Methods in io.qt.core that return QRegularExpression.PatternOption Modifier and Type Method Description QRegularExpression.PatternOption[]
QRegularExpression.PatternOptions. flags()
Returns an array of flag objects represented by this PatternOptions.static QRegularExpression.PatternOption
QRegularExpression.PatternOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QRegularExpression.PatternOption
QRegularExpression.PatternOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRegularExpression.PatternOption[]
QRegularExpression.PatternOption. 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.PatternOption Constructor Description PatternOptions(QRegularExpression.PatternOption... args)
Creates a new PatternOptions where the flags inargs
are set.QRegularExpression(String pattern, QRegularExpression.PatternOption... options)
Overloaded constructor forQRegularExpression(java.lang.String, io.qt.core.QRegularExpression.PatternOptions)
.