QSpriteSheetItem Class
(Qt3DExtras::QSpriteSheetItem)Properties
Public Functions
| QSpriteSheetItem(Qt3DCore::QNode *parent = nullptr) | |
| int | height() const | 
| int | width() const | 
| int | x() const | 
| int | y() const | 
Public Slots
Signals
| void | heightChanged(int height) | 
| void | widthChanged(int width) | 
| void | xChanged(int x) | 
| void | yChanged(int y) | 
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) |