このページでは

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

© 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.