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 [read-only]
配列のカラム数。
rowCount : int [read-only]
配列の行数。
series : Bar3DSeries [read-only]
この代理人が所属するシリーズ。
type : AbstractDataProxy.DataType [read-only]
プロキシのタイプ。QAbstractDataProxy::DataType 。
シグナルのドキュメント
colCountChanged(int count)
このシグナルは、colCount がcount に変更されたときに発せられる。
注: 対応するハンドラはonColCountChanged 。
itemChanged(int rowIndex, int columnIndex)
このシグナルは、rowIndex とcolumnIndex で指定された位置の項目が変更されたときに発せられる。setItem() を呼び出さずに配列内のアイテムが変更された場合、グラフを更新するためにこのシグナルを発行する必要があります。
注: 対応するハンドラはonItemChanged です。
rowCountChanged(int count)
このシグナルは、rowCount がcount に変更されたときに発せられる。
注: 対応するハンドラはonRowCountChanged 。
seriesChanged(Bar3DSeries 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.