SurfaceDataProxy QML Type

3D曲面グラフのデータプロキシ。詳細...

Import Statement: import QtGraphs
In C++: QSurfaceDataProxy
Inherits:

AbstractDataProxy

Inherited By:

HeightMapSurfaceDataProxy and ItemModelSurfaceDataProxy

プロパティ

信号

詳細説明

この型は表面データ項目を扱う。データは行と列に配置され、すべての行は同じ数の列を持たなければならない。

この型は作成不可能であるが、サブ型によって公開されるプロパティを持つ。

より詳細な説明は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)

このシグナルはcolumnCountcount に変更されたときに発行される。

注: 対応するハンドラはonColumnCountChanged


rowCountChanged(int count)

このシグナルはrowCountcount に変更されたときに発行される。

:対応するハンドラはonRowCountChanged です。


seriesChanged(Surface3DSeries series)

このシグナルはseriesseries に変更されたときに発せられる。

: 対応するハンドラは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.