Uses of Class
io.qt.gui.QGlyphRun.GlyphRunFlag
Package | Description |
---|---|
io.qt.gui |
-
Uses of QGlyphRun.GlyphRunFlag in io.qt.gui
Methods in io.qt.gui that return QGlyphRun.GlyphRunFlag Modifier and Type Method Description 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
QGlyphRun.GlyphRunFlag. valueOf(String name)
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.GlyphRunFlag Modifier and Type Method Description QGlyphRun.GlyphRunFlags
QGlyphRun.GlyphRunFlag. combined(QGlyphRun.GlyphRunFlag e)
Combines this entry with other enum entry.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.QGlyphRun.GlyphRunFlags
QGlyphRun.GlyphRunFlags. setFlag(QGlyphRun.GlyphRunFlag e)
Sets the flage
QGlyphRun.GlyphRunFlags
QGlyphRun.GlyphRunFlags. setFlag(QGlyphRun.GlyphRunFlag e, boolean on)
Sets or clears the flagflag
void
QGlyphRun. setFlag(QGlyphRun.GlyphRunFlag flag)
Overloaded function forQGlyphRun.setFlag(io.qt.gui.QGlyphRun.GlyphRunFlag, boolean)
withenabled = true
.void
QGlyphRun. setFlag(QGlyphRun.GlyphRunFlag flag, boolean enabled)
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.GlyphRunFlag Constructor Description GlyphRunFlags(QGlyphRun.GlyphRunFlag... args)
Creates a new GlyphRunFlags where the flags inargs
are set.