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 です。


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