Uses of Enum
io.qt.widgets.QRubberBand.Shape
-
Uses of QRubberBand.Shape in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QRubberBand.Shape
QStyleOptionRubberBand.getShape()
Kotlin property getter.static QRubberBand.Shape
QRubberBand.Shape.resolve
(int value) Returns the corresponding enum entry for the given value.final QRubberBand.Shape
QRubberBand.shape()
final QRubberBand.Shape
QStyleOptionRubberBand.shape()
The shape of the rubber bandstatic QRubberBand.Shape
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.Modifier and TypeMethodDescriptionfinal void
QStyleOptionRubberBand.setShape
(QRubberBand.Shape shape) The shape of the rubber bandModifierConstructorDescriptionQRubberBand
(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)