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 |
配列内の項目数。
series : Scatter3DSeries |
このプロキシが接続されているシリーズ。
type : AbstractDataProxy.DataType |
プロキシのタイプ。QAbstractDataProxy::DataType 値のいずれか。
シグナル・ドキュメント
itemCountChanged(int count) |
このシグナルはitemCount がcount に変更されたときに発行される。
注: 対応するハンドラはonItemCountChanged
。
seriesChanged(Scatter3DSeries series) |
このシグナルはseries がseries に変更されたときに発行される。
注 :対応するハンドラは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.