Uses of Class
io.qt.core.QRegularExpression.MatchOptions
Packages that use QRegularExpression.MatchOptions
-
Uses of QRegularExpression.MatchOptions in io.qt.core
Methods in io.qt.core that return QRegularExpression.MatchOptionsModifier 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
Methods in io.qt.core with parameters of type QRegularExpression.MatchOptionsModifier 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) Deprecated.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) -
Uses of QRegularExpression.MatchOptions in io.qt.core.internal
Methods in io.qt.core.internal with parameters of type QRegularExpression.MatchOptionsModifier and TypeMethodDescriptionstatic QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromMatch
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
QRegularExpression.globalMatch(java.lang.String, long, io.qt.core.QRegularExpression.MatchType, io.qt.core.QRegularExpression.MatchOptions)
instead.