java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiStats
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Statistics provided from the underlying memory allocator
Java wrapper for Qt class QRhiStats
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
final int
clone()
Creates and returns a copy of this object.final int
Kotlin property getter.final int
Kotlin property getter.final long
Kotlin property getter.final long
Kotlin property getter.final long
Kotlin property getter.final long
Kotlin property getter.final void
setAllocCount
(int allocCount) final void
setBlockCount
(int blockCount) final void
setTotalPipelineCreationTime
(long totalPipelineCreationTime) final void
setTotalUsageBytes
(long totalUsageBytes) final void
setUnusedBytes
(long unusedBytes) final void
setUsedBytes
(long usedBytes) toString()
Seeoperator<<(QDebug,
QRhiStats) final long
final long
final long
final long
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRhiStats
public QRhiStats()See
QRhiStats::
QRhiStats()
-
-
Method Details
-
setAllocCount
-
allocCount
-
setBlockCount
-
blockCount
-
setTotalPipelineCreationTime
-
totalPipelineCreationTime
-
setTotalUsageBytes
-
totalUsageBytes
-
setUnusedBytes
-
unusedBytes
-
setUsedBytes
-
usedBytes
-
toString
See
operator<<(QDebug,
QRhiStats) -
clone
Creates and returns a copy of this object.
-
getAllocCount
Kotlin property getter. In Java use
allocCount()
instead. -
getBlockCount
Kotlin property getter. In Java use
blockCount()
instead. -
getTotalPipelineCreationTime
Kotlin property getter. In Java use
totalPipelineCreationTime()
instead. -
getTotalUsageBytes
Kotlin property getter. In Java use
totalUsageBytes()
instead. -
getUnusedBytes
Kotlin property getter. In Java use
unusedBytes()
instead. -
getUsedBytes
Kotlin property getter. In Java use
usedBytes()
instead.
-