java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QShaderDescription.BuiltinVariable
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QShaderDescription
Describes a built-in variable
Java wrapper for Qt class QShaderDescription::BuiltinVariable
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionSeeQShaderDescription::BuiltinVariable::
BuiltinVariable() -
Method Summary
Modifier and TypeMethodDescriptionfinal QList<@QtPrimitiveType Integer>
clone()
Creates and returns a copy of this object.boolean
final QList<@QtPrimitiveType Integer>
Kotlin property getter.getType()
Kotlin property getter.Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QShaderDescription::BuiltinVariable)
.final void
setArrayDims
(Collection<@QtPrimitiveType Integer> arrayDims) final void
final void
toString()
Seeoperator<<(QDebug,
QShaderDescription::BuiltinVariable) type()
varType()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
BuiltinVariable
public BuiltinVariable()See
QShaderDescription::BuiltinVariable::
BuiltinVariable()
-
-
Method Details
-
setArrayDims
-
arrayDims
-
setType
-
type
-
setVarType
-
varType
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QShaderDescription::BuiltinVariable)
. -
toString
See
operator<<(QDebug,
QShaderDescription::BuiltinVariable) -
clone
Creates and returns a copy of this object.
-
getArrayDims
Kotlin property getter. In Java use
arrayDims()
instead. -
getType
Kotlin property getter. In Java use
type()
instead. -
getVarType
Kotlin property getter. In Java use
varType()
instead.
-