java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick3d.QQuick3DInstancing.InstanceTableEntry
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QQuick3DInstancing
Java wrapper for Qt class QQuick3DInstancing::InstanceTableEntry
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final QVector4D
color()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
final QVector4D
final QVector4D
row0()
final QVector4D
row1()
final QVector4D
row2()
final void
final void
setInstanceData
(QVector4D instanceData) final void
final void
final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
InstanceTableEntry
public InstanceTableEntry() -
InstanceTableEntry
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setColor
-
color
-
setInstanceData
-
instanceData
-
setRow0
-
row0
-
setRow1
-
row1
-
setRow2
-
row2
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-