java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiTextureCopyDescription
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes a texture-to-texture copy operation
Java wrapper for Qt class QRhiTextureCopyDescription
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final int
final int
final QPoint
final QSize
final void
setDestinationLayer
(int layer) final void
setDestinationLevel
(int level) final void
final void
setPixelSize
(QSize sz) final void
setSourceLayer
(int layer) final void
setSourceLevel
(int level) final void
final int
final int
final QPoint
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRhiTextureCopyDescription
public QRhiTextureCopyDescription()
-
-
Method Details
-
destinationLayer
-
destinationLevel
-
destinationTopLeft
-
pixelSize
-
setDestinationLayer
-
setDestinationLevel
-
setDestinationTopLeft
-
setPixelSize
-
setSourceLayer
-
setSourceLevel
-
setSourceTopLeft
-
sourceLayer
-
sourceLevel
-
sourceTopLeft
-
clone
Creates and returns a copy of this object.
-