QSpriteSheetItem Class
(Qt3DExtras::QSpriteSheetItem)
Properties
Public Functions
Public Slots
Signals
Additional Inherited Members
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 2 protected functions inherited from Qt3DCore::QNode
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Property Documentation
height : int
Access functions:
| int |
height() const |
| void |
setHeight(int height) |
Notifier signal:
| void |
heightChanged(int height) |
width : int
Access functions:
| int |
width() const |
| void |
setWidth(int width) |
Notifier signal:
| void |
widthChanged(int width) |
x : int
Access functions:
| int |
x() const |
| void |
setX(int x) |
Notifier signal:
y : int
Access functions:
| int |
y() const |
| void |
setY(int y) |
Notifier signal:
Member Function Documentation
QSpriteSheetItem::QSpriteSheetItem(Qt3DCore::QNode *parent = nullptr)
Default constructs an instance of QSpriteSheetItem.