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 QVector4D
Kotlin property getter.final QVector3D
final QQuaternion
final QVector4D
getRow0()
Kotlin property getter.final QVector4D
getRow1()
Kotlin property getter.final QVector4D
getRow2()
Kotlin property getter.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
-
getInstanceData
Kotlin property getter. In Java use
instanceData()
instead. -
instanceData
-
setRow0
-
getRow0
Kotlin property getter. In Java use
row0()
instead. -
row0
-
setRow1
-
getRow1
Kotlin property getter. In Java use
row1()
instead. -
row1
-
setRow2
-
getRow2
Kotlin property getter. In Java use
row2()
instead. -
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
-