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.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.Methods in io.qt.gui with parameters of type QGlyphRun.GlyphRunFlagModifier and TypeMethodDescriptionQGlyphRun.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)
.Constructors in io.qt.gui with parameters of type QGlyphRun.GlyphRunFlagModifierConstructorDescriptionGlyphRunFlags
(QGlyphRun.GlyphRunFlag... args) Creates a new GlyphRunFlags where the flags inargs
are set.