SurfaceDataProxy QML Type
三维曲面图的数据代理。更多
Import Statement: | import QtGraphs |
In C++: | QSurfaceDataProxy |
Inherits: | |
Inherited By: |
- 所有成员(包括继承成员)列表
- SurfaceDataProxy 是Qt Graphs QML Types for 3D 的一部分。
属性
- columnCount : int
- rowCount : int
- series : Surface3DSeries
- type : AbstractDataProxy.DataType
信号
- columnCountChanged(int count)
- rowCountChanged(int count)
- seriesChanged(Surface3DSeries series)
详细描述
该类型用于处理曲面数据项。数据按行和列排列,所有行的列数必须相同。
该类型不可创建,但包含通过子类型公开的属性。
有关更完整的描述,请参见QSurfaceDataProxy 。
另请参阅 ItemModelSurfaceDataProxy 和Qt Graphs 3D 数据处理。
属性文档
columnCount : int |
数据数组中的列数。
rowCount : int |
数据数组中的行数。
series : Surface3DSeries |
该代理所连接的系列。
type : AbstractDataProxy.DataType |
代理类型。QAbstractDataProxy::DataType 值之一。
信号文档
columnCountChanged(int count) |
当columnCount 更改为count 时,将发出该信号。
注: 相应的处理程序是onColumnCountChanged
。
seriesChanged(Surface3DSeries series) |
当series 变更为series 时,发出该信号。
注: 相应的处理程序是onSeriesChanged
。
© 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.