QSpriteSheetItem#
Synopsis#
Properties#
Functions#
Slots#
Signals#
def
heightChanged
(height)def
widthChanged
(width)def
xChanged
(x)def
yChanged
(y)
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.QSpriteSheetItem([parent=None])#
- Parameters:
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.height: int#
- Access functions:
height
()setHeight
(height)Signal
heightChanged
(height)
- property PᅟySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.width: int#
- Access functions:
width
()setWidth
(width)Signal
widthChanged
(width)
- property PᅟySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.x: int#
- property PᅟySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.y: int#
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.height()#
- Return type:
int
Getter of property height
.
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.heightChanged(height)#
- Parameters:
height – int
Notification signal of property height
.
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.setHeight(height)#
- Parameters:
height – int
Setter of property height
.
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.setWidth(width)#
- Parameters:
width – int
Setter of property width
.
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.setX(x)#
- Parameters:
x – int
Setter of property x
.
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.setY(y)#
- Parameters:
y – int
Setter of property y
.
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.width()#
- Return type:
int
Getter of property width
.
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.widthChanged(width)#
- Parameters:
width – int
Notification signal of property width
.
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.x()#
- Return type:
int
Getter of property x
.
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.xChanged(x)#
- Parameters:
x – int
Notification signal of property x
.
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.y()#
- Return type:
int
Getter of property y
.
- PySide6.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.yChanged(y)#
- Parameters:
y – int
Notification signal of property y
.