Uses of Enum
io.qt.gui.QGlyphRun.GlyphRunFlag
-
Uses of QGlyphRun.GlyphRunFlag in io.qt.gui
Modifier and TypeMethodDescriptionfinal QGlyphRun.GlyphRunFlag []
QGlyphRun.GlyphRunFlags.flags()
Returns an array of flag objects represented by this GlyphRunFlags.static QGlyphRun.GlyphRunFlag
QGlyphRun.GlyphRunFlag.resolve
(int value) Returns the corresponding enum entry for the given value.static QGlyphRun.GlyphRunFlag
Returns 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.Modifier 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.GlyphRunFlags
QGlyphRun.GlyphRunFlags.combined
(QGlyphRun.GlyphRunFlag e) Combines this flags with enum entry.static QGlyphRun.GlyphRunFlags
QGlyphRun.GlyphRunFlag.flags
(QGlyphRun.GlyphRunFlag ... values) Creates a newQGlyphRun.GlyphRunFlags
from the entries.final QGlyphRun.GlyphRunFlags
QGlyphRun.GlyphRunFlags.setFlag
(QGlyphRun.GlyphRunFlag e) Sets the flage
final QGlyphRun.GlyphRunFlags
QGlyphRun.GlyphRunFlags.setFlag
(QGlyphRun.GlyphRunFlag e, boolean on) Sets or clears the flagflag
final void
QGlyphRun.setFlag
(QGlyphRun.GlyphRunFlag flag) Overloaded function forQGlyphRun.setFlag(io.qt.gui.QGlyphRun.GlyphRunFlag, boolean)
withenabled = true
.final void
QGlyphRun.setFlag
(QGlyphRun.GlyphRunFlag flag, boolean enabled) final void
QGlyphRun.setFlags
(QGlyphRun.GlyphRunFlag ... flags) Overloaded function forQGlyphRun.setFlags(io.qt.gui.QGlyphRun.GlyphRunFlags)
.ModifierConstructorDescriptionGlyphRunFlags
(QGlyphRun.GlyphRunFlag ... args) Creates a new GlyphRunFlags where the flags inargs
are set.