Uses of Enum
io.qt.core.QRegularExpression.PatternOption
Packages that use QRegularExpression.PatternOption
-
Uses of QRegularExpression.PatternOption in io.qt.core
Methods in io.qt.core that return QRegularExpression.PatternOptionModifier and TypeMethodDescriptionfinal QRegularExpression.PatternOption []QRegularExpression.PatternOptions.flags()Returns an array of flag objects represented by this PatternOptions.QRegularExpression.PatternOption.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.PatternOption[]QRegularExpression.PatternOption.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.PatternOptionModifier and TypeMethodDescriptionQRegularExpression.PatternOption.cleared(QRegularExpression.PatternOption e) Excludes other enum entry from a flag of this entry.QRegularExpression.PatternOption.combined(QRegularExpression.PatternOption e) Combines this entry with other enum entry.QRegularExpression.PatternOptions.combined(QRegularExpression.PatternOption e) Combines this flags with enum entry.QRegularExpression.PatternOption.flags(QRegularExpression.PatternOption ... values) Creates a newQRegularExpression.PatternOptionsfrom the entries.QRegularExpression.PatternOptions.setFlag(QRegularExpression.PatternOption e) Sets the flageQRegularExpression.PatternOptions.setFlag(QRegularExpression.PatternOption e, boolean on) Sets or clears the flagflagfinal voidQRegularExpression.setPatternOptions(QRegularExpression.PatternOption ... options) Overloaded function forQRegularExpression.setPatternOptions(io.qt.core.QRegularExpression.PatternOptions).Constructors in io.qt.core with parameters of type QRegularExpression.PatternOptionModifierConstructorDescriptionCreates a new PatternOptions where the flags inargsare set.QRegularExpression(String pattern, QRegularExpression.PatternOption ... options) Overloaded constructor forQRegularExpression(java.lang.String, io.qt.core.QRegularExpression.PatternOptions).