QScissorTest Class

(Qt3D::QScissorTest)
Inherits: QRenderState

Properties

Public Functions

QScissorTest(QNode * parent = 0)
~QScissorTest()
int bottom() const
int height() const
int left() const
void setBottom(int bottom)
void setHeight(int height)
void setLeft(int left)
void setWidth(int width)
int width() const

Signals

void bottomChanged()
void heightChanged()
void leftChanged()
void widthChanged()

Protected Functions

void copy(const QNode * ref)

Property Documentation

bottom : int

Access functions:

int bottom() const
void setBottom(int bottom)

Notifier signal:

void bottomChanged()

height : int

Access functions:

int height() const
void setHeight(int height)

Notifier signal:

void heightChanged()

left : int

Access functions:

int left() const
void setLeft(int left)

Notifier signal:

void leftChanged()

width : int

Access functions:

int width() const
void setWidth(int width)

Notifier signal:

void widthChanged()

Member Function Documentation

QScissorTest::QScissorTest(QNode * parent = 0)

QScissorTest::~QScissorTest()

[protected] void QScissorTest::copy(const QNode * ref)

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.