このページでは

ScatterDataProxy QML Type

3D散布図用のデータプロキシ。詳細...

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

AbstractDataProxy

Inherited By:

ItemModelScatterDataProxy

プロパティ

信号

詳細説明

この型はデータ項目の追加、挿入、変更、削除を処理する。

この型は作成できませんが、サブタイプによって公開されるプロパティを含んでいます。

ItemModelScatterDataProxy およびQt Graphs 3Dによるデータ処理も参照してください

プロパティのドキュメント

itemCount : int [read-only]

配列の項目数。

series : Scatter3DSeries [read-only]

この代理人が所属するシリーズ。

type : AbstractDataProxy.DataType [read-only]

プロキシのタイプ。QAbstractDataProxy::DataType

シグナルのドキュメント

itemCountChanged(int count)

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

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

seriesChanged(Scatter3DSeries 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.