java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QStyleHintReturn
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QStyleHintReturnMask
,QStyleHintReturnVariant
Style hints that return more than basic data types
Java wrapper for Qt's class QStyleHintReturn
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QStyleHintReturn::HintReturnTypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionOverloaded constructor forQStyleHintReturn(int, int)
QStyleHintReturn
(int version) Overloaded constructor forQStyleHintReturn(int, int)
withtype = 61440
.QStyleHintReturn
(int version, int type) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
setType
(int type) The type of the style hint containerfinal void
setVersion
(int version) The version of the style hint return containerfinal int
type()
The type of the style hint containerfinal int
version()
The version of the style hint return containerMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QStyleHintReturn
public QStyleHintReturn(int version) Overloaded constructor for
QStyleHintReturn(int, int)
withtype = 61440
. -
QStyleHintReturn
public QStyleHintReturn() -
QStyleHintReturn
public QStyleHintReturn(int version, int type) -
QStyleHintReturn
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setType
The type of the style hint container
-
type
The type of the style hint container
-
setVersion
The version of the style hint return container
-
version
The version of the style hint return container
-