java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiReadbackResult
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes the results of a potentially asynchronous buffer or texture readback operation
Java wrapper for Qt class QRhiReadbackResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QByteArray
data()
final QRhiTexture.Format
format()
final QSize
final void
setData
(byte [] data) Overloaded function forsetData(io.qt.core.QByteArray)
.final void
setData
(QByteArray data) final void
setFormat
(QRhiTexture.Format format) final void
setPixelSize
(QSize pixelSize) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRhiReadbackResult
public QRhiReadbackResult()See
QRhiReadbackResult::
QRhiReadbackResult()
-
-
Method Details
-
setData
-
data
-
setFormat
-
format
-
setPixelSize
-
pixelSize
-
clone
Creates and returns a copy of this object.
-
setData
Overloaded function for
setData(io.qt.core.QByteArray)
.
-