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 TypeMethodDescriptionstatic QObject
QCoreApplication.asSelectiveEventFilter
(QObject eventFilter, QRegularExpression regexp, long offset, QRegularExpression.MatchOptions matchOptions) Reduces the number of native-to-java conversions by pre-filtering the receiver objects according to the given object name filter.static QObject
QCoreApplication.asSelectiveEventFilter
(QObject eventFilter, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Reduces the number of native-to-java conversions by pre-filtering the receiver objects according to the given object name filter.static QObject
QCoreApplication.asSelectiveEventFilter
(QObject eventFilter, QRegularExpression regexp, QRegularExpression.MatchOptions matchOptions) Reduces the number of native-to-java conversions by pre-filtering the receiver objects according to the given object name filter.static QObject
QCoreApplication.asSelectiveEventFilter
(QObject eventFilter, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Reduces the number of native-to-java conversions by pre-filtering the receiver objects according to the given object name filter.final int
QRegularExpression.MatchOptions.compareTo
(QRegularExpression.MatchOptions other) QRegularExpression.globalMatch
(String subject, long offset, QRegularExpression.MatchOptions matchOptions) QRegularExpression.globalMatch
(String subject, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) QRegularExpression.globalMatch
(String subject, QRegularExpression.MatchOptions matchOptions) QRegularExpression.globalMatch
(String subject, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) QRegularExpression.globalMatchView
(String subject, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Deprecated.final QRegularExpressionMatch
QRegularExpression.match
(String subject, long offset, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subject, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subject, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
QRegularExpression.match
(String subject, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) final QRegularExpressionMatch
QRegularExpression.matchView
(String subject, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) -
Uses of QRegularExpression.MatchOptions in io.qt.core.internal
Modifier and TypeMethodDescriptionstatic QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromFileNameTest
(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.fromFileNameTest
(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp
.static QAbstractFileEngineHandler
QAbstractFileEngineHandler.fromFileNameTest
(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.