Uses of Enum
io.qt.gui.QGlyphRun.GlyphRunFlag
Packages that use QGlyphRun.GlyphRunFlag
-
Uses of QGlyphRun.GlyphRunFlag in io.qt.gui
Methods in io.qt.gui that return QGlyphRun.GlyphRunFlagModifier and TypeMethodDescriptionfinal QGlyphRun.GlyphRunFlag []QGlyphRun.GlyphRunFlags.flags()Returns an array of flag objects represented by this GlyphRunFlags.static QGlyphRun.GlyphRunFlagQGlyphRun.GlyphRunFlag.resolve(int value) Returns the corresponding enum entry for the given value.static QGlyphRun.GlyphRunFlagReturns the enum constant of this type with the specified name.static QGlyphRun.GlyphRunFlag[]QGlyphRun.GlyphRunFlag.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 QGlyphRun.GlyphRunFlagModifier and TypeMethodDescriptionQGlyphRun.GlyphRunFlag.cleared(QGlyphRun.GlyphRunFlag e) Excludes other enum entry from a flag of this entry.QGlyphRun.GlyphRunFlag.combined(QGlyphRun.GlyphRunFlag e) Combines this entry with other enum entry.final QGlyphRun.GlyphRunFlagsQGlyphRun.GlyphRunFlags.combined(QGlyphRun.GlyphRunFlag e) Combines this flags with enum entry.static QGlyphRun.GlyphRunFlagsQGlyphRun.GlyphRunFlag.flags(QGlyphRun.GlyphRunFlag ... values) Creates a newQGlyphRun.GlyphRunFlagsfrom the entries.final QGlyphRun.GlyphRunFlagsQGlyphRun.GlyphRunFlags.setFlag(QGlyphRun.GlyphRunFlag e) Sets the flagefinal QGlyphRun.GlyphRunFlagsQGlyphRun.GlyphRunFlags.setFlag(QGlyphRun.GlyphRunFlag e, boolean on) Sets or clears the flagflagfinal voidQGlyphRun.setFlag(QGlyphRun.GlyphRunFlag flag) Overloaded function forQGlyphRun.setFlag(io.qt.gui.QGlyphRun.GlyphRunFlag, boolean)withenabled = true.final voidQGlyphRun.setFlag(QGlyphRun.GlyphRunFlag flag, boolean enabled) final voidQGlyphRun.setFlags(QGlyphRun.GlyphRunFlag ... flags) Overloaded function forQGlyphRun.setFlags(io.qt.gui.QGlyphRun.GlyphRunFlags).Constructors in io.qt.gui with parameters of type QGlyphRun.GlyphRunFlagModifierConstructorDescriptionGlyphRunFlags(QGlyphRun.GlyphRunFlag ... args) Creates a new GlyphRunFlags where the flags inargsare set.