Uses of Class
io.qt.core.QRegularExpression.MatchOptions
-
Uses of QRegularExpression.MatchOptions in io.qt.core
Modifier and TypeMethodDescriptionQRegularExpression.MatchOption.asFlags()
Create a QFlags of the enum entry.QRegularExpression.MatchOption.cleared
(QRegularExpression.MatchOption e) Excludes other enum entry from a flag of this entry.QRegularExpression.MatchOptions.clone()
Clones the flagsQRegularExpression.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.QRegularExpressionMatch.matchOptions()
QRegularExpressionMatchIterator.matchOptions()
QRegularExpression.MatchOptions.setFlag
(QRegularExpression.MatchOption e) Sets the flage
QRegularExpression.MatchOptions.setFlag
(QRegularExpression.MatchOption e, boolean on) Sets or clears the flagflag
Modifier and TypeMethodDescriptionfinal int
QRegularExpression.MatchOptions.compareTo
(QRegularExpression.MatchOptions other) QRegularExpression.globalMatch
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) QRegularExpression.globalMatchView
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
QRegularExpression.matchView
(String subjectView, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions)