ScatterDataProxy QML Type
3D散布図用のデータプロキシ。詳細...
| Import Statement: | import QtGraphs |
| In C++: | QScatterDataProxy |
| Inherits: | |
| Inherited By: |
- 継承メンバを含む全メンバ一覧
- ScatterDataProxy はQt Graphs QML Types for 3D に含まれます。
プロパティ
信号
- itemCountChanged(int count)
- seriesChanged(Scatter3DSeries series)
詳細説明
この型はデータ項目の追加、挿入、変更、削除を処理する。
この型は作成できませんが、サブタイプによって公開されるプロパティを含んでいます。
ItemModelScatterDataProxy およびQt Graphs 3Dによるデータ処理も参照してください 。
プロパティのドキュメント
itemCount : int [read-only]
配列の項目数。
series : Scatter3DSeries [read-only]
この代理人が所属するシリーズ。
type : AbstractDataProxy.DataType [read-only]
プロキシのタイプ。QAbstractDataProxy::DataType 。
シグナルのドキュメント
itemCountChanged(int count)
このシグナルは、itemCount がcount に変更されたときに発せられる。
注: 対応するハンドラはonItemCountChanged 。
seriesChanged(Scatter3DSeries 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.