QScissorTest Class
(Qt3DRender::QScissorTest)Inherits: | QRenderState |
Properties
- 2 properties inherited from Qt3DCore::QNode
- 1 property inherited from QObject
Public Functions
QScissorTest(Qt3DCore::QNode *parent = nullptr) | |
~QScissorTest() | |
int | bottom() const |
int | height() const |
int | left() const |
int | width() const |
- 6 public functions inherited from Qt3DCore::QNode
- 31 public functions inherited from QObject
Public Slots
void | setBottom(int bottom) |
void | setHeight(int height) |
void | setLeft(int left) |
void | setWidth(int width) |
- 2 public slots inherited from Qt3DCore::QNode
- 1 public slot inherited from QObject
Signals
void | bottomChanged(int bottom) |
void | heightChanged(int height) |
void | leftChanged(int left) |
void | widthChanged(int width) |
- 3 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
bottom : int
Access functions:
int | bottom() const |
void | setBottom(int bottom) |
Notifier signal:
void | bottomChanged(int bottom) |
height : int
Access functions:
int | height() const |
void | setHeight(int height) |
Notifier signal:
void | heightChanged(int height) |
left : int
Access functions:
int | left() const |
void | setLeft(int left) |
Notifier signal:
void | leftChanged(int left) |
width : int
Access functions:
int | width() const |
void | setWidth(int width) |
Notifier signal:
void | widthChanged(int width) |