java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionFrame
- 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 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 TypeMethodDescriptionclone()
features()
Bitwise OR of the features that describe this framefinal QFrame.Shape
This property holds the frame shape value of the framefinal int
The line width for drawing the framefinal int
The mid-line width for drawing the framefinal void
set
(QStyleOptionFrame arg__1) 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
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
-
QStyleOptionFrame
public QStyleOptionFrame() -
QStyleOptionFrame
-
QStyleOptionFrame
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
-
setFeatures
Overloaded function for
setFeatures(io.qt.widgets.QStyleOptionFrame.FrameFeatures)
. -
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
- Overrides:
clone
in classQStyleOption
-