QPlaneMesh Class

(Qt3D::QPlaneMesh)

Properties

Public Functions

QPlaneMesh(QNode * parent = 0)
~QPlaneMesh()
float height() const
QSize meshResolution() const
void setHeight(float height)
void setMeshResolution(const QSize & resolution)
void setWidth(float width)
float width() const

Signals

Additional Inherited Members

Property Documentation

height : float

Access functions:

float height() const
void setHeight(float height)

Notifier signal:

void heightChanged()

meshResolution : QSize

Access functions:

QSize meshResolution() const
void setMeshResolution(const QSize & resolution)

Notifier signal:

void meshResolutionChanged()

width : float

Access functions:

float width() const
void setWidth(float width)

Notifier signal:

void widthChanged()

Member Function Documentation

QPlaneMesh::QPlaneMesh(QNode * parent = 0)

QPlaneMesh::~QPlaneMesh()

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