Uses of Enum
io.qt.core.QRegularExpression.MatchOption
-
Uses of QRegularExpression.MatchOption in io.qt.core
Modifier and TypeMethodDescriptionfinal QRegularExpression.MatchOption []
QRegularExpression.MatchOptions.flags()
Returns an array of flag objects represented by this MatchOptions.QRegularExpression.MatchOption.resolve
(int value) Returns the corresponding enum entry for the given value.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.Modifier and TypeMethodDescriptionQRegularExpression.MatchOption.cleared
(QRegularExpression.MatchOption e) Excludes other enum entry from a flag of this entry.QRegularExpression.MatchOption.combined
(QRegularExpression.MatchOption e) Combines this entry with other enum entry.QRegularExpression.MatchOptions.combined
(QRegularExpression.MatchOption e) Combines this flags with enum entry.QRegularExpression.MatchOption.flags
(QRegularExpression.MatchOption ... values) Creates a newQRegularExpression.MatchOptions
from the entries.QRegularExpression.globalMatch
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) QRegularExpression.globalMatchView
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatch
QRegularExpression.matchView
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) QRegularExpression.MatchOptions.setFlag
(QRegularExpression.MatchOption e) Sets the flage
QRegularExpression.MatchOptions.setFlag
(QRegularExpression.MatchOption e, boolean on) Sets or clears the flagflag
ModifierConstructorDescriptionMatchOptions
(QRegularExpression.MatchOption ... args) Creates a new MatchOptions where the flags inargs
are set.