java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QShaderDescription.PushConstantBlock
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QShaderDescription
Describes a push constant block
Java wrapper for Qt class QShaderDescription::PushConstantBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionSeeQShaderDescription::PushConstantBlock::
PushConstantBlock() -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.boolean
Kotlin property getter.final QByteArray
getName()
Kotlin property getter.final int
getSize()
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QShaderDescription::PushConstantBlock)
.members()
final QByteArray
name()
final void
setMembers
(Collection<? extends QShaderDescription.BlockVariable> members) final void
setName
(QByteArray name) final void
setSize
(int size) final int
size()
toString()
Seeoperator<<(QDebug,
QShaderDescription::PushConstantBlock) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
PushConstantBlock
public PushConstantBlock()See
QShaderDescription::PushConstantBlock::
PushConstantBlock()
-
-
Method Details
-
setMembers
@QtUninvokable public final void setMembers(Collection<? extends QShaderDescription.BlockVariable> members) -
members
-
setName
-
name
-
setSize
-
size
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QShaderDescription::PushConstantBlock)
. -
toString
See
operator<<(QDebug,
QShaderDescription::PushConstantBlock) -
clone
Creates and returns a copy of this object.
-
getMembers
Kotlin property getter. In Java use
members()
instead. -
getName
Kotlin property getter. In Java use
name()
instead. -
getSize
Kotlin property getter. In Java use
size()
instead.
-