Qt3DExtras::QConeGeometryView Class
class Qt3DExtras::QConeGeometryView锥形网格更多
头文件: | #include <Qt3DExtras/QConeGeometryView> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dextras) target_link_libraries(mytarget PRIVATE Qt6::3dextras) |
qmake: | QT += 3dextras |
在 QML 中: | ConeGeometryView |
继承: | Qt3DCore::QGeometryView |
状态: | 已废弃 |
属性
|
公共功能
float | bottomRadius() const |
bool | hasBottomEndcap() const |
bool | hasTopEndcap() const |
float | length() const |
int | rings() const |
int | slices() const |
float | topRadius() const |
公共插槽
void | setBottomRadius(float bottomRadius) |
void | setHasBottomEndcap(bool hasBottomEndcap) |
void | setHasTopEndcap(bool hasTopEndcap) |
void | setLength(float length) |
void | setRings(int rings) |
void | setSlices(int slices) |
void | setTopRadius(float topRadius) |
信号
void | bottomRadiusChanged(float bottomRadius) |
void | hasBottomEndcapChanged(bool hasBottomEndcap) |
void | hasTopEndcapChanged(bool hasTopEndcap) |
void | lengthChanged(float length) |
void | ringsChanged(int rings) |
void | slicesChanged(int slices) |
void | topRadiusChanged(float topRadius) |
属性文档
bottomRadius : float
保存锥体的底部半径。
访问功能:
float | bottomRadius() const |
void | setBottomRadius(float bottomRadius) |
通知信号:
void | bottomRadiusChanged(float bottomRadius) |
hasBottomEndcap : bool
确定锥底是封盖还是开放。
访问功能:
bool | hasBottomEndcap() const |
void | setHasBottomEndcap(bool hasBottomEndcap) |
提示信号:
void | hasBottomEndcapChanged(bool hasBottomEndcap) |
hasTopEndcap : bool
确定锥顶是否封盖或打开。
访问功能:
bool | hasTopEndcap() const |
void | setHasTopEndcap(bool hasTopEndcap) |
提示信号:
void | hasTopEndcapChanged(bool hasTopEndcap) |
length : float
保存锥体的长度。
访问功能:
float | length() const |
void | setLength(float length) |
通知信号:
void | lengthChanged(float length) |
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) |
topRadius : float
保存锥体的顶部半径。
访问功能:
float | topRadius() const |
void | setTopRadius(float topRadius) |
通知信号:
void | topRadiusChanged(float topRadius) |
© 2025 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.