java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionRubberBand
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters needed for drawing a rubber band
Java wrapper for Qt's class QStyleOptionRubberBand
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final boolean
opaque()
Whether the rubber band is required to be drawn in an opaque stylefinal void
set
(QStyleOptionRubberBand arg__1) final void
setOpaque
(boolean opaque) Whether the rubber band is required to be drawn in an opaque stylefinal void
setShape
(QRubberBand.Shape shape) The shape of the rubber bandfinal QRubberBand.Shape
shape()
The shape of the rubber bandMethods inherited from class io.qt.widgets.QStyleOption
direction, fontMetrics, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toString
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QStyleOptionRubberBand
public QStyleOptionRubberBand() -
QStyleOptionRubberBand
-
QStyleOptionRubberBand
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
-
setOpaque
Whether the rubber band is required to be drawn in an opaque style
-
opaque
Whether the rubber band is required to be drawn in an opaque style
-
setShape
The shape of the rubber band
-
shape
The shape of the rubber band
-
clone
- Overrides:
clone
in classQStyleOption
-