SurfaceDataProxy QML Type
3D曲面グラフのデータプロキシ。詳細...
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.