Uses of Class
io.qt.widgets.QRubberBand.Shape
Package | Description |
---|---|
io.qt.widgets |
-
Uses of QRubberBand.Shape in io.qt.widgets
Methods in io.qt.widgets that return QRubberBand.Shape Modifier and Type Method Description static QRubberBand.Shape
QRubberBand.Shape. resolve(int value)
Returns the corresponding enum entry for the given value.QRubberBand.Shape
QRubberBand. shape()
QRubberBand.Shape
QStyleOptionRubberBand. shape()
The shape of the rubber bandstatic QRubberBand.Shape
QRubberBand.Shape. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRubberBand.Shape[]
QRubberBand.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.widgets with parameters of type QRubberBand.Shape Modifier and Type Method Description void
QStyleOptionRubberBand. setShape(QRubberBand.Shape shape)
The shape of the rubber bandConstructors in io.qt.widgets with parameters of type QRubberBand.Shape Constructor Description QRubberBand(QRubberBand.Shape arg__1)
Overloaded constructor forQRubberBand(io.qt.widgets.QRubberBand.Shape, io.qt.widgets.QWidget)
witharg__2 = null
.QRubberBand(QRubberBand.Shape arg__1, QWidget arg__2)