QAbstractSpriteSheet#
Inherited by: QSpriteSheet, QSpriteGrid
Synopsis#
Properties#
Functions#
def
currentIndex()def
texture()def
textureTransform()
Slots#
def
setCurrentIndex(currentIndex)def
setTexture(texture)
Signals#
def
currentIndexChanged(currentIndex)def
textureChanged(texture)def
textureTransformChanged(textureTransform)
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet#
Note
Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.
- property PᅟySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.currentIndex: int#
- Access functions:
currentIndex()setCurrentIndex(currentIndex)Signal
currentIndexChanged(currentIndex)
- property PᅟySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.texture: PySide6.Qt3DRender.Qt3DRender.QAbstractTexture#
- Access functions:
texture()setTexture(texture)Signal
textureChanged(texture)
- property PᅟySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.textureTransform: PySide6.QtGui.QMatrix3x3#
- Access functions:
Signal
textureTransformChanged(textureTransform)
- PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.currentIndex()#
- Return type:
int
Getter of property currentIndex .
- PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.currentIndexChanged(currentIndex)#
- Parameters:
currentIndex – int
Notification signal of property currentIndex .
- PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.setCurrentIndex(currentIndex)#
- Parameters:
currentIndex – int
Setter of property currentIndex .
- PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.setTexture(texture)#
- Parameters:
Setter of property texture .
- PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.texture()#
- Return type:
Getter of property texture .
- PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.textureChanged(texture)#
- Parameters:
Notification signal of property texture .
- PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.textureTransform()#
- Return type:
Getter of property textureTransform .
- PySide6.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.textureTransformChanged(textureTransform)#
- Parameters:
textureTransform –
PySide6.QtGui.QMatrix3x3
Notification signal of property textureTransform .