java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiBuffer.NativeBuffer
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QRhiBuffer
Contains information about the underlying native resources of a buffer
Java wrapper for Qt class QRhiBuffer::NativeBuffer
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QNativePointer[]
Kotlin property getter.final int
Kotlin property getter.final QNativePointer[]
objects()
Array with pointers to the native object handlesfinal void
setObjects
(QNativePointer[] objects) Array with pointers to the native object handlesfinal void
setSlotCount
(int slotCount) Specifies the number of valid elements in the objects arrayfinal int
Specifies the number of valid elements in the objects arrayMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
NativeBuffer
public NativeBuffer()See
QRhiBuffer::NativeBuffer::
NativeBuffer()
-
-
Method Details
-
setObjects
Array with pointers to the native object handles
-
objects
Array with pointers to the native object handles
-
setSlotCount
Specifies the number of valid elements in the objects array
-
slotCount
Specifies the number of valid elements in the objects array
-
clone
Creates and returns a copy of this object.
-
getObjects
Kotlin property getter. In Java use
objects()
instead. -
getSlotCount
Kotlin property getter. In Java use
slotCount()
instead.
-