java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionRubberBand
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QStyleOptionRubberBand extends QStyleOption implements Cloneable
Used to describe the parameters needed for drawing a rubber band
Java wrapper for Qt class QStyleOptionRubberBand
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QStyleOptionRubberBand()
protected
QStyleOptionRubberBand(QtObject.QPrivateConstructor p)
Constructor for internal use only.QStyleOptionRubberBand(QStyleOptionRubberBand other)
-
Method Summary
Modifier and Type Method Description QStyleOptionRubberBand
clone()
boolean
opaque()
Whether the rubber band is required to be drawn in an opaque stylevoid
set(QStyleOptionRubberBand arg__1)
void
setOpaque(boolean opaque)
Whether the rubber band is required to be drawn in an opaque stylevoid
setShape(QRubberBand.Shape shape)
The shape of the rubber bandQRubberBand.Shape
shape()
The shape of the rubber bandMethods inherited from class io.qt.widgets.QStyleOption
direction, fontMetrics, init, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toString
-
Constructor Details
-
QStyleOptionRubberBand
public QStyleOptionRubberBand() -
QStyleOptionRubberBand
-
QStyleOptionRubberBand
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details