QCylinderMesh Class

(Qt3D::QCylinderMesh)

Properties

Public Functions

QCylinderMesh(QNode * parent = 0)
~QCylinderMesh()
float length() const
float radius() const
int rings() const
void setLength(float length)
void setRadius(float radius)
void setRings(int rings)
void setSlices(int slices)
int slices() const

Signals

Additional Inherited Members

Property Documentation

length : float

Access functions:

float length() const
void setLength(float length)

Notifier signal:

void lengthChanged()

radius : float

Access functions:

float radius() const
void setRadius(float radius)

Notifier signal:

void radiusChanged()

rings : int

Access functions:

int rings() const
void setRings(int rings)

Notifier signal:

void ringsChanged()

slices : int

Access functions:

int slices() const
void setSlices(int slices)

Notifier signal:

void slicesChanged()

Member Function Documentation

QCylinderMesh::QCylinderMesh(QNode * parent = 0)

QCylinderMesh::~QCylinderMesh()

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