Uses of Enum
io.qt.gui.QTextLayout.GlyphRunRetrievalFlag
Packages that use QTextLayout.GlyphRunRetrievalFlag
-
Uses of QTextLayout.GlyphRunRetrievalFlag in io.qt.gui
Methods in io.qt.gui that return QTextLayout.GlyphRunRetrievalFlagModifier and TypeMethodDescriptionfinal QTextLayout.GlyphRunRetrievalFlag []
QTextLayout.GlyphRunRetrievalFlags.flags()
Returns an array of flag objects represented by this GlyphRunRetrievalFlags.QTextLayout.GlyphRunRetrievalFlag.resolve
(short value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QTextLayout.GlyphRunRetrievalFlag[]
QTextLayout.GlyphRunRetrievalFlag.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 QTextLayout.GlyphRunRetrievalFlagModifier and TypeMethodDescriptionQTextLayout.GlyphRunRetrievalFlag.cleared
(QTextLayout.GlyphRunRetrievalFlag e) Excludes other enum entry from a flag of this entry.QTextLayout.GlyphRunRetrievalFlag.combined
(QTextLayout.GlyphRunRetrievalFlag e) Combines this entry with other enum entry.QTextLayout.GlyphRunRetrievalFlags.combined
(QTextLayout.GlyphRunRetrievalFlag e) Combines this flags with enum entry.QTextLayout.GlyphRunRetrievalFlag.flags
(QTextLayout.GlyphRunRetrievalFlag ... values) Creates a newQTextLayout.GlyphRunRetrievalFlags
from the entries.QTextLayout.glyphRuns
(int from, int length, QTextLayout.GlyphRunRetrievalFlag ... flags) Overloaded function forQTextLayout.glyphRuns(int, int, io.qt.gui.QTextLayout.GlyphRunRetrievalFlags)
.QTextLine.glyphRuns
(int from, int length, QTextLayout.GlyphRunRetrievalFlag ... flags) Overloaded function forQTextLine.glyphRuns(int, int, io.qt.gui.QTextLayout.GlyphRunRetrievalFlags)
.QTextLayout.GlyphRunRetrievalFlags.setFlag
(QTextLayout.GlyphRunRetrievalFlag e) Sets the flage
QTextLayout.GlyphRunRetrievalFlags.setFlag
(QTextLayout.GlyphRunRetrievalFlag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui with parameters of type QTextLayout.GlyphRunRetrievalFlagModifierConstructorDescriptionCreates a new GlyphRunRetrievalFlags where the flags inargs
are set.