Uses of Enum
io.qt.widgets.QRubberBand.Shape
Packages that use QRubberBand.Shape
-
Uses of QRubberBand.Shape in io.qt.widgets
Methods in io.qt.widgets that return QRubberBand.ShapeModifier 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.Methods in io.qt.widgets with parameters of type QRubberBand.ShapeModifier and TypeMethodDescriptionfinal void
QStyleOptionRubberBand.setShape
(QRubberBand.Shape shape) The shape of the rubber bandConstructors in io.qt.widgets with parameters of type QRubberBand.ShapeModifierConstructorDescriptionQRubberBand
(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)