Uses of Class
io.qt.gui.QRegion.RegionType
Package | Description |
---|---|
io.qt.gui |
-
Uses of QRegion.RegionType in io.qt.gui
Methods in io.qt.gui that return QRegion.RegionType Modifier and Type Method Description static QRegion.RegionType
QRegion.RegionType. resolve(int value)
Returns the corresponding enum entry for the given value.static QRegion.RegionType
QRegion.RegionType. valueOf(String name)
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.RegionType Constructor Description QRegion(int x, int y, int w, int h, QRegion.RegionType t)
QRegion(QRect r, QRegion.RegionType t)