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
-
Constructor Summary
ConstructorDescriptionSeeQRhiBuffer::NativeBuffer::
NativeBuffer() NativeBuffer
(QNativePointer [] objects) SeeQRhiBuffer::NativeBuffer::
NativeBuffer{const void*[3], int} SeeQRhiBuffer::NativeBuffer::
NativeBuffer(QRhiBuffer::NativeBuffer) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QNativePointer []
objects()
Array with pointers to the native object handlesfinal void
setObjects
(QNativePointer [] objects) Array with pointers to the native object handlesfinal 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() -
NativeBuffer
See
QRhiBuffer::NativeBuffer::
NativeBuffer(QRhiBuffer::NativeBuffer) -
NativeBuffer
See
QRhiBuffer::NativeBuffer::
NativeBuffer{const void*[3], int}
-
-
Method Details
-
setObjects
Array with pointers to the native object handles
-
objects
Array with pointers to the native object handles
-
slotCount
Specifies the number of valid elements in the objects array
-
clone
Creates and returns a copy of this object.
See
QRhiBuffer::NativeBuffer::
NativeBuffer(QRhiBuffer::NativeBuffer)
-