java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionFrame
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QStyleOptionFrame extends QStyleOption implements Cloneable
Used to describe the parameters for drawing a frame
Java wrapper for Qt class QStyleOptionFrame
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QStyleOptionFrame.FrameFeature
Java wrapper for Qt enum QStyleOptionFrame::FrameFeaturestatic class
QStyleOptionFrame.FrameFeatures
QFlags type for enumQStyleOptionFrame.FrameFeature
-
Constructor Summary
Constructors Modifier Constructor Description QStyleOptionFrame()
protected
QStyleOptionFrame(QtObject.QPrivateConstructor p)
Constructor for internal use only.QStyleOptionFrame(QStyleOptionFrame other)
-
Method Summary
Modifier and Type Method Description QStyleOptionFrame
clone()
QStyleOptionFrame.FrameFeatures
features()
Bitwise OR of the features that describe this frameQFrame.Shape
frameShape()
This property holds the frame shape value of the frameint
lineWidth()
The line width for drawing the frameint
midLineWidth()
The mid-line width for drawing the framevoid
set(QStyleOptionFrame arg__1)
void
setFeatures(QStyleOptionFrame.FrameFeature... features)
Overloaded function forsetFeatures(io.qt.widgets.QStyleOptionFrame.FrameFeatures)
.void
setFeatures(QStyleOptionFrame.FrameFeatures features)
Bitwise OR of the features that describe this framevoid
setFrameShape(QFrame.Shape frameShape)
This property holds the frame shape value of the framevoid
setLineWidth(int lineWidth)
The line width for drawing the framevoid
setMidLineWidth(int midLineWidth)
The mid-line width for drawing the frameMethods inherited from class io.qt.widgets.QStyleOption
direction, fontMetrics, init, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toString
-
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
-