QCylinderGeometryView 类
class Qt3DExtras::QCylinderGeometryView圆柱形网格。 更多...
头文件 | #include <Qt3DExtras/QCylinderGeometryView> |
CMake | find_package(Qt6 REQUIRED COMPONENTS 3dextras) target_link_libraries(mytarget PRIVATE Qt6::3dextras) |
qmake | QT += 3dextras |
实例化 | CylinderGeometryView |
继承自 | Qt3DCore::QGeometryView |
属性
公共函数
QCylinderGeometryView(Qt3DCore::QNode *parent = nullptr) | |
float | length() const |
float | radius() const |
int | rings() const |
int | slices() const |
公共槽
void | setLength(float length) |
void | setRadius(float radius) |
void | setRings(int rings) |
void | setSlices(int slices) |
信号
void | lengthChanged(float length) |
void | radiusChanged(float radius) |
void | ringsChanged(int rings) |
void | slicesChanged(int slices) |
属性文档
length : float
包含圆柱的长度。
访问函数
float | length() const |
void | setLength(float length) |
通知信号
void | lengthChanged(float length) |
radius : float
包含圆柱的半径。
访问函数
float | radius() const |
void | setRadius(float radius) |
通知信号
void | radiusChanged(float radius) |
rings : int
保存网格中的环数。
访问函数
int | rings() const |
void | setRings(int rings) |
通知信号
void | ringsChanged(int rings) |
slices : int
保存网格中的切片数。
访问函数
int | slices() const |
void | setSlices(int slices) |
通知信号
void | slicesChanged(int slices) |
成员函数文档
[显式]
QCylinderGeometryView::QCylinderGeometryView(Qt3DCore::QNode *parent = nullptr)
使用指定的父对象构建一个新的 QCylinderGeometryView。
© 2024 The Qt Company Ltd. 本文档的贡献是各自版权拥有者的著作权。本文档是根据自由软件基金会发布、GNU 自由文档许可证版本 1.3 的条款获得许可的。Qt 和相应的标志是芬兰和其他全球国家的 The Qt Company Ltd. 的商标。所有其他商标均为其各自所有者的财产。