Uses of Enum
io.qt.core.Qt.MaskMode
Packages that use Qt.MaskMode
-
Uses of Qt.MaskMode in io.qt.core
Methods in io.qt.core that return Qt.MaskModeModifier and TypeMethodDescriptionstatic Qt.MaskMode
Qt.MaskMode.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.MaskMode
Returns the enum constant of this type with the specified name.static Qt.MaskMode[]
Qt.MaskMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.MaskMode in io.qt.gui
Methods in io.qt.gui with parameters of type Qt.MaskModeModifier and TypeMethodDescriptionfinal QImage
QImage.createMaskFromColor
(int color, Qt.MaskMode mode) final QBitmap
QPixmap.createMaskFromColor
(QColor maskColor, Qt.MaskMode mode)