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 [read-only]
データ配列のカラム数。
rowCount : int [read-only]
データ配列の行数。
series : Surface3DSeries [read-only]
この代理人が所属するシリーズ。
type : AbstractDataProxy.DataType [read-only]
プロキシのタイプ。QAbstractDataProxy::DataType 。
シグナルのドキュメント
columnCountChanged(int count)
このシグナルは、columnCount がcount に変更されたときに発せられる。
注: 対応するハンドラはonColumnCountChanged 。
rowCountChanged(int count)
このシグナルは、rowCount がcount に変更されたときに発せられる。
注: 対応するハンドラはonRowCountChanged 。
seriesChanged(Surface3DSeries series)
このシグナルは、series がseries に変更されたときに発せられる。
注: 対応するハンドラはonSeriesChanged 。
© 2026 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.