QScissorTest Class

(Qt3DRender::QScissorTest)

Properties

Public Functions

QScissorTest(Qt3DCore::QNode *parent = Q_NULLPTR)
~QScissorTest()
int bottom() const
int height() const
int left() const
int width() const

Public Slots

void setBottom(int bottom)
void setHeight(int height)
void setLeft(int left)
void setWidth(int width)

Signals

void bottomChanged(int bottom)
void heightChanged(int height)
void leftChanged(int left)
void widthChanged(int width)

Protected Functions

void copy(const Qt3DCore::QNode *ref)

Additional Inherited Members

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)

Member Function Documentation

QScissorTest::QScissorTest(Qt3DCore::QNode *parent = Q_NULLPTR)

Default constructs an instance of QScissorTest.

QScissorTest::~QScissorTest()

Destroys the instance of QScissorTest.

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

© 2017 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.