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