QSpriteSheetItem Class
(Qt3DExtras::QSpriteSheetItem)Inherits: | Qt3DCore::QNode |
Properties
- 3 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
Public Functions
QSpriteSheetItem(Qt3DCore::QNode *parent = nullptr) | |
int | height() const |
int | width() const |
int | x() const |
int | y() const |
- 13 public functions inherited from Qt3DCore::QNode
- 34 public functions inherited from QObject
Public Slots
void | setHeight(int height) |
void | setWidth(int width) |
void | setX(int x) |
void | setY(int y) |
- 3 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
Signals
void | heightChanged(int height) |
void | widthChanged(int width) |
void | xChanged(int x) |
void | yChanged(int y) |
- 4 signals inherited from Qt3DCore::QNode
- 2 signals inherited from QObject
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:
void | xChanged(int x) |
y : int
Access functions:
int | y() const |
void | setY(int y) |
Notifier signal:
void | yChanged(int y) |
Member Function Documentation
QSpriteSheetItem::QSpriteSheetItem(Qt3DCore::QNode *parent = nullptr)
Default constructs an instance of QSpriteSheetItem.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/archives/qt-5.11/qt3dextras-qspritesheetitem.html