java.lang.Object
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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final QColor
getColor()
final QVector3D
final QQuaternion
final QVector3D
getScale()
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
-
getColor
-
getPosition
-
getRotation
-
getScale
-
setColor
-
color
-
setInstanceData
-
instanceData
-
setRow0
-
row0
-
setRow1
-
row1
-
setRow2
-
row2
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-