- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters for drawing a frame
Java wrapper for Qt class QStyleOptionFrame
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQStyleOptionFrame::FrameFeature
static final class
QFlags
type for enumQStyleOptionFrame.FrameFeature
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionFrame arg__1) SeeQStyleOptionFrame::
operator=(QStyleOptionFrame) clone()
Creates and returns a copy of this object.features()
Bitwise OR of the features that describe this framefinal QFrame.Shape
This property holds the frame shape value of the frameKotlin property getter.final QFrame.Shape
Kotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.final int
The line width for drawing the framefinal int
The mid-line width for drawing the framefinal void
set
(QStyleOptionFrame arg__1) Deprecated.final void
setFeatures
(QStyleOptionFrame.FrameFeature ... features) Overloaded function forsetFeatures(io.qt.widgets.QStyleOptionFrame.FrameFeatures)
.final void
setFeatures
(QStyleOptionFrame.FrameFeatures features) Bitwise OR of the features that describe this framefinal void
setFrameShape
(QFrame.Shape frameShape) This property holds the frame shape value of the framefinal void
setLineWidth
(int lineWidth) The line width for drawing the framefinal void
setMidLineWidth
(int midLineWidth) The mid-line width for drawing the frameMethods inherited from class io.qt.widgets.QStyleOption
assign, direction, fontMetrics, getDirection, getFontMetrics, getPalette, getRect, getState, getStyleObject, 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
-
QStyleOptionFrame
public QStyleOptionFrame() -
QStyleOptionFrame
-
-
Method Details
-
assign
See
QStyleOptionFrame::
operator=(QStyleOptionFrame) -
setFeatures
Bitwise OR of the features that describe this frame
-
features
Bitwise OR of the features that describe this frame
-
setFrameShape
This property holds the frame shape value of the frame
-
frameShape
This property holds the frame shape value of the frame
-
setLineWidth
The line width for drawing the frame
-
lineWidth
The line width for drawing the frame
-
setMidLineWidth
The mid-line width for drawing the frame
-
midLineWidth
The mid-line width for drawing the frame
-
clone
Creates and returns a copy of this object.
- Overrides:
clone
in classQStyleOption
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionFrame)
instead. -
setFeatures
Overloaded function for
setFeatures(io.qt.widgets.QStyleOptionFrame.FrameFeatures)
. -
getFeatures
Kotlin property getter. In Java use
features()
instead. -
getFrameShape
Kotlin property getter. In Java use
frameShape()
instead. -
getLineWidth
Kotlin property getter. In Java use
lineWidth()
instead. -
getMidLineWidth
Kotlin property getter. In Java use
midLineWidth()
instead.
-
assign(io.qt.widgets.QStyleOptionFrame)
instead.