java.lang.Object
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 class QStyleOptionRubberBand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionRubberBand arg__1) SeeQStyleOptionRubberBand::
operator=(QStyleOptionRubberBand) clone()
Creates and returns a copy of this object.final boolean
opaque()
Whether the rubber band is required to be drawn in an opaque stylefinal void
set
(QStyleOptionRubberBand arg__1) Deprecated.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
assign, 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
-
-
Method Details
-
assign
See
QStyleOptionRubberBand::
operator=(QStyleOptionRubberBand) -
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
Creates and returns a copy of this object.
See
QStyleOptionRubberBand::
QStyleOptionRubberBand(QStyleOptionRubberBand) - Overrides:
clone
in classQStyleOption
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionRubberBand)
instead.
-
assign(io.qt.widgets.QStyleOptionRubberBand)
instead.