QCuboidMesh Class
(Qt3DExtras::QCuboidMesh)A cuboid mesh. 更多...
头文件: | #include <Qt3DExtras/QCuboidMesh> |
qmake: | QT += 3dextras |
Instantiated By: | CuboidMesh |
基类: | Qt3DRender::QGeometryRenderer |
属性
|
|
- 10 个属性继承自 Qt3DRender::QGeometryRenderer
- 1 个属性继承自 Qt3DCore::QComponent
- 3 个属性继承自 Qt3DCore::QNode
- 1 个属性继承自 QObject
公有函数
QCuboidMesh(Qt3DCore::QNode *parent = nullptr) | |
float | xExtent() const |
QSize | xyMeshResolution() const |
QSize | xzMeshResolution() const |
float | yExtent() const |
QSize | yzMeshResolution() const |
float | zExtent() const |
- 12 个公有函数继承自 Qt3DRender::QGeometryRenderer
- 2 个公有函数继承自 Qt3DCore::QComponent
- 11 个公有函数继承自 Qt3DCore::QNode
- 32 个公有函数继承自 QObject
公有槽函数
void | setXExtent(float xExtent) |
void | setXYMeshResolution(const QSize &resolution) |
void | setXZMeshResolution(const QSize &resolution) |
void | setYExtent(float yExtent) |
void | setYZMeshResolution(const QSize &resolution) |
void | setZExtent(float zExtent) |
- 10 个公有槽函数继承自 Qt3DRender::QGeometryRenderer
- 1 个公有槽函数继承自 Qt3DCore::QComponent
- 3 个公有槽函数继承自 Qt3DCore::QNode
- 1 个公有槽函数继承自 QObject
信号
void | xExtentChanged(float xExtent) |
void | xyMeshResolutionChanged(const QSize &xyMeshResolution) |
void | xzMeshResolutionChanged(const QSize &xzMeshResolution) |
void | yExtentChanged(float yExtent) |
void | yzMeshResolutionChanged(const QSize &yzMeshResolution) |
void | zExtentChanged(float zExtent) |
- 10 个信号继承自 Qt3DRender::QGeometryRenderer
- 3 个信号继承自 Qt3DCore::QComponent
- 4 个信号继承自 Qt3DCore::QNode
- 2 个信号继承自 QObject
其他继承的成员
- 1 个公有变量继承自 QObject
- 10 个静态公有成员继承自 QObject
- 2 个受保护的函数继承自 Qt3DCore::QNode
- 9 个受保护的函数继承自 QObject
- 2 个受保护的变量继承自 QObject
详细描述
A cuboid mesh.
属性
xExtent : float
Holds the x extent of the mesh.
访问函数:
float | xExtent() const |
void | setXExtent(float xExtent) |
Notifier signal:
void | xExtentChanged(float xExtent) |
xyMeshResolution : QSize
Holds the x-y resolution of the mesh. The width and height values of this property specify the number of vertices generated for the x-y faces of the mesh.
访问函数:
QSize | xyMeshResolution() const |
void | setXYMeshResolution(const QSize &resolution) |
Notifier signal:
void | xyMeshResolutionChanged(const QSize &xyMeshResolution) |
xzMeshResolution : QSize
Holds the x-z resolution of the mesh. The width and height values of this property specify the number of vertices generated for the x-z faces of the mesh.
访问函数:
QSize | xzMeshResolution() const |
void | setXZMeshResolution(const QSize &resolution) |
Notifier signal:
void | xzMeshResolutionChanged(const QSize &xzMeshResolution) |
yExtent : float
Holds the y extent of the mesh.
访问函数:
float | yExtent() const |
void | setYExtent(float yExtent) |
Notifier signal:
void | yExtentChanged(float yExtent) |
yzMeshResolution : QSize
Holds the y-z resolution of the mesh. The width and height values of this property specify the number of vertices generated for the y-z faces of the mesh.
访问函数:
QSize | yzMeshResolution() const |
void | setYZMeshResolution(const QSize &resolution) |
Notifier signal:
void | yzMeshResolutionChanged(const QSize &yzMeshResolution) |
zExtent : float
Holds the z extent of the mesh.
访问函数:
float | zExtent() const |
void | setZExtent(float zExtent) |
Notifier signal:
void | zExtentChanged(float zExtent) |