Uses of Enum
io.qt.core.QRegularExpression.MatchOption
Packages that use QRegularExpression.MatchOption
-
Uses of QRegularExpression.MatchOption in io.qt.core
Methods in io.qt.core that return QRegularExpression.MatchOptionModifier 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.Methods in io.qt.core with parameters of type QRegularExpression.MatchOptionModifier and TypeMethodDescriptionstatic QObjectQCoreApplication.asSelectiveEventFilter(QObject eventFilter, QRegularExpression regexp, int 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 QObjectQCoreApplication.asSelectiveEventFilter(QObject eventFilter, QRegularExpression regexp, int 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 QObjectQCoreApplication.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 QObjectQCoreApplication.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.MatchOptionsfrom the entries.QRegularExpression.globalMatch(String subject, int offset, QRegularExpression.MatchOption ... matchOptions) QRegularExpression.globalMatch(String subject, int offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) QRegularExpression.globalMatch(String subject, QRegularExpression.MatchOption ... matchOptions) QRegularExpression.globalMatch(String subject, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatchQRegularExpression.match(String subject, int offset, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatchQRegularExpression.match(String subject, int offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatchQRegularExpression.match(String subject, QRegularExpression.MatchOption ... matchOptions) final QRegularExpressionMatchQRegularExpression.match(String subject, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) QRegularExpression.MatchOptions.setFlag(QRegularExpression.MatchOption e) Sets the flageQRegularExpression.MatchOptions.setFlag(QRegularExpression.MatchOption e, boolean on) Sets or clears the flagflagConstructors in io.qt.core with parameters of type QRegularExpression.MatchOptionModifierConstructorDescriptionMatchOptions(QRegularExpression.MatchOption ... args) Creates a new MatchOptions where the flags inargsare set. -
Uses of QRegularExpression.MatchOption in io.qt.core.internal
Methods in io.qt.core.internal with parameters of type QRegularExpression.MatchOptionModifier and TypeMethodDescriptionstatic QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, int offset, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp.static QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, int offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp.static QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp.static QAbstractFileEngineHandlerQAbstractFileEngineHandler.fromFileNameTest(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp.