Uses of Enum
io.qt.gui.QTextOption.Flag
Packages that use QTextOption.Flag
-
Uses of QTextOption.Flag in io.qt.gui
Methods in io.qt.gui that return QTextOption.FlagModifier and TypeMethodDescriptionfinal QTextOption.Flag []QTextOption.Flags.flags()Returns an array of flag objects represented by this Flags.static QTextOption.FlagQTextOption.Flag.resolve(int value) Returns the corresponding enum entry for the given value.static QTextOption.FlagReturns the enum constant of this type with the specified name.static QTextOption.Flag[]QTextOption.Flag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QTextOption.FlagModifier and TypeMethodDescriptionQTextOption.Flag.cleared(QTextOption.Flag e) Excludes other enum entry from a flag of this entry.QTextOption.Flag.combined(QTextOption.Flag e) Combines this entry with other enum entry.final QTextOption.FlagsQTextOption.Flags.combined(QTextOption.Flag e) Combines this flags with enum entry.static QTextOption.FlagsQTextOption.Flag.flags(QTextOption.Flag ... values) Creates a newQTextOption.Flagsfrom the entries.final QTextOption.FlagsQTextOption.Flags.setFlag(QTextOption.Flag e) Sets the flagefinal QTextOption.FlagsQTextOption.Flags.setFlag(QTextOption.Flag e, boolean on) Sets or clears the flagflagfinal voidQTextOption.setFlags(QTextOption.Flag ... flags) Overloaded function forQTextOption.setFlags(io.qt.gui.QTextOption.Flags).Constructors in io.qt.gui with parameters of type QTextOption.FlagModifierConstructorDescriptionFlags(QTextOption.Flag ... args) Creates a new Flags where the flags inargsare set.