BarDataProxy QML Type
3D棒グラフのデータプロキシ。詳細...
Import Statement: | import QtGraphs |
In C++: | QBarDataProxy |
Inherits: | |
Inherited By: |
- 継承されたメンバを含む、すべてのメンバの一覧
- BarDataProxy はQt Graphs QML Types for 3D に含まれます。
プロパティ
信号
- colCountChanged(int count)
- itemChanged(int rowIndex, int columnIndex)
- rowCountChanged(int count)
- seriesChanged(Bar3DSeries series)
詳細説明
この型は、データの行の追加、挿入、変更、削除をQt Quick 2 で処理する。
この型をインスタンス化することはできませんが、サブタイプを通じて公開されるプロパティが含まれています。
より詳細な説明はQBarDataProxy を参照。
ItemModelBarDataProxy およびQt Graphs 3Dによるデータ処理も参照してください 。
プロパティの説明
colCount : int |
配列の列数。
rowCount : int |
配列の行数。
series : Bar3DSeries |
このプロキシが接続されているシリーズ。
type : AbstractDataProxy.DataType |
プロキシのタイプ。QAbstractDataProxy::DataType 値のいずれか。
シグナルドキュメント
このシグナルは、rowIndex とcolumnIndex で指定された位置のアイテムが変更されたときに発行されます。setItem()を呼び出さずに配列内のアイテムが変更された場合、グラフを更新するためにこのシグナルを発する必要がある。
注: 対応するハンドラはonItemChanged
である。
seriesChanged(Bar3DSeries 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.