- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters for drawing a frame
Java wrapper for Qt's class QStyleOptionFrame
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QStyleOptionFrame::FrameFeaturestatic final class
QFlags type for enumQStyleOptionFrame.FrameFeature
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QStyleOptionFrame arg__1) clone()
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, init, 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
-
QStyleOptionFrame
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionFrame)
instead. -
assign
-
setFeatures
Overloaded function for
setFeatures(io.qt.widgets.QStyleOptionFrame.FrameFeatures)
. -
setFeatures
Bitwise OR of the features that describe this frame
-
getFeatures
Kotlin property getter. In Java use
features()
instead. -
features
Bitwise OR of the features that describe this frame
-
setFrameShape
This property holds the frame shape value of the frame
-
getFrameShape
Kotlin property getter. In Java use
frameShape()
instead. -
frameShape
This property holds the frame shape value of the frame
-
setLineWidth
The line width for drawing the frame
-
getLineWidth
Kotlin property getter. In Java use
lineWidth()
instead. -
lineWidth
The line width for drawing the frame
-
setMidLineWidth
The mid-line width for drawing the frame
-
getMidLineWidth
Kotlin property getter. In Java use
midLineWidth()
instead. -
midLineWidth
The mid-line width for drawing the frame
-
clone
- Overrides:
clone
in classQStyleOption
-
assign(io.qt.widgets.QStyleOptionFrame)
instead.