Uses of Enum
io.qt.gui.QPainter.PixmapFragmentHint
Packages that use QPainter.PixmapFragmentHint
-
Uses of QPainter.PixmapFragmentHint in io.qt.gui
Methods in io.qt.gui that return QPainter.PixmapFragmentHintModifier and TypeMethodDescriptionfinal QPainter.PixmapFragmentHint[]
QPainter.PixmapFragmentHints.flags()
Returns an array of flag objects represented by this PixmapFragmentHints.static QPainter.PixmapFragmentHint
QPainter.PixmapFragmentHint.resolve
(int value) Returns the corresponding enum entry for the given value.static QPainter.PixmapFragmentHint
Returns the enum constant of this type with the specified name.static QPainter.PixmapFragmentHint[]
QPainter.PixmapFragmentHint.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 QPainter.PixmapFragmentHintModifier and TypeMethodDescriptionQPainter.PixmapFragmentHint.combined
(QPainter.PixmapFragmentHint e) Combines this entry with other enum entry.QPainter.PixmapFragmentHints.combined
(QPainter.PixmapFragmentHint e) Combines this flags with enum entry.final void
QPainter.drawPixmapFragments
(QPainter.PixmapFragment[] fragments, QPixmap pixmap, QPainter.PixmapFragmentHint... hints) static QPainter.PixmapFragmentHints
QPainter.PixmapFragmentHint.flags
(QPainter.PixmapFragmentHint... values) Creates a newQPainter.PixmapFragmentHints
from the entries.QPainter.PixmapFragmentHints.setFlag
(QPainter.PixmapFragmentHint e) Sets the flage
QPainter.PixmapFragmentHints.setFlag
(QPainter.PixmapFragmentHint e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gui with parameters of type QPainter.PixmapFragmentHintModifierConstructorDescriptionCreates a new PixmapFragmentHints where the flags inargs
are set.