java.lang.Object
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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQStyleOptionFrame::FrameFeaturestatic final classQFlagstype for enumQStyleOptionFrame.FrameFeature -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(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.ShapeThis property holds the frame shape value of the framefinal intThe line width for drawing the framefinal intThe mid-line width for drawing the framefinal voidset(QStyleOptionFrame arg__1) Deprecated.final voidsetFeatures(QStyleOptionFrame.FrameFeature ... features) Overloaded function forsetFeatures(io.qt.widgets.QStyleOptionFrame.FrameFeatures).final voidsetFeatures(QStyleOptionFrame.FrameFeatures features) Bitwise OR of the features that describe this framefinal voidsetFrameShape(QFrame.Shape frameShape) This property holds the frame shape value of the framefinal voidsetLineWidth(int lineWidth) The line width for drawing the framefinal voidsetMidLineWidth(int midLineWidth) The mid-line width for drawing the frameMethods inherited from class io.qt.widgets.QStyleOption
assign, direction, fontMetrics, init, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toStringMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QStyleOptionFrame
public QStyleOptionFrame() -
QStyleOptionFrame
- Parameters:
other-
-
-
Method Details
-
assign
See
QStyleOptionFrame::operator=(QStyleOptionFrame) - Parameters:
arg__1-
-
setFeatures
Bitwise OR of the features that describe this frame
- Parameters:
features-
-
features
Bitwise OR of the features that describe this frame
- Returns:
-
setFrameShape
This property holds the frame shape value of the frame
- Parameters:
frameShape-
-
frameShape
This property holds the frame shape value of the frame
- Returns:
-
setLineWidth
The line width for drawing the frame
- Parameters:
lineWidth-
-
lineWidth
The line width for drawing the frame
- Returns:
-
setMidLineWidth
The mid-line width for drawing the frame
- Parameters:
midLineWidth-
-
midLineWidth
The mid-line width for drawing the frame
- Returns:
-
clone
Creates and returns a copy of this object.
- Overrides:
clonein classQStyleOption
-
set
Deprecated.Useassign(io.qt.widgets.QStyleOptionFrame)instead. -
setFeatures
Overloaded function for
setFeatures(io.qt.widgets.QStyleOptionFrame.FrameFeatures).
-
assign(io.qt.widgets.QStyleOptionFrame)instead.