java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QStyleHintReturn
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QStyleHintReturnMask
,QStyleHintReturnVariant
public class QStyleHintReturn extends QtObject
Style hints that return more than basic data types
Java wrapper for Qt class QStyleHintReturn
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QStyleHintReturn.HintReturnType
Java wrapper for Qt enum QStyleHintReturn::HintReturnType -
Constructor Summary
Constructors Modifier Constructor Description QStyleHintReturn()
Overloaded constructor forQStyleHintReturn(int, int)
QStyleHintReturn(int version)
Overloaded constructor forQStyleHintReturn(int, int)
withtype = 61440
.QStyleHintReturn(int version, int type)
protected
QStyleHintReturn(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description void
setType(int type)
The type of the style hint containervoid
setVersion(int version)
The version of the style hint return containerint
type()
The type of the style hint containerint
version()
The version of the style hint return container
-
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
-