Uses of Enum
io.qt.gui.QRegion.RegionType
Packages that use QRegion.RegionType
-
Uses of QRegion.RegionType in io.qt.gui
Methods in io.qt.gui that return QRegion.RegionTypeModifier and TypeMethodDescriptionstatic QRegion.RegionType
QRegion.RegionType.resolve
(int value) Returns the corresponding enum entry for the given value.static QRegion.RegionType
Returns the enum constant of this type with the specified name.static QRegion.RegionType[]
QRegion.RegionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.gui with parameters of type QRegion.RegionTypeModifierConstructorDescriptionQRegion
(int x, int y, int w, int h, QRegion.RegionType t) QRegion
(QRect r, QRegion.RegionType t)