java.lang.Object
io.qt.QtObject
io.qt.widgets.QStyleHintReturn
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QStyleHintReturnMask
,QStyleHintReturnVariant
Style hints that return more than basic data types
Java wrapper for Qt class QStyleHintReturn
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQStyleHintReturn::HintReturnType
-
Constructor Summary
ConstructorDescriptionOverloaded constructor forQStyleHintReturn(int, int)
QStyleHintReturn
(int version) Overloaded constructor forQStyleHintReturn(int, int)
withtype = 61440
.QStyleHintReturn
(int version, int type) QStyleHintReturn
(QStyleHintReturn other) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final 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
-
QStyleHintReturn
public QStyleHintReturn(int version, int type) -
QStyleHintReturn
public QStyleHintReturn(int version) Overloaded constructor for
QStyleHintReturn(int, int)
withtype = 61440
. -
QStyleHintReturn
public QStyleHintReturn()
-
-
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
-
clone
Creates and returns a copy of this object.
-