このページでは

BarDataProxy QML Type

3D棒グラフのデータプロキシ。詳細...

Import Statement: import QtGraphs
In C++: QBarDataProxy
Inherits:

AbstractDataProxy

Inherited By:

ItemModelBarDataProxy

プロパティ

信号

詳細説明

この型は、データの行の追加、挿入、変更、削除を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)

このシグナルは、colCountcount に変更されたときに発せられる。

注: 対応するハンドラはonColCountChanged

itemChanged(int rowIndex, int columnIndex)

このシグナルは、rowIndexcolumnIndex で指定された位置の項目が変更されたときに発せられる。setItem() を呼び出さずに配列内のアイテムが変更された場合、グラフを更新するためにこのシグナルを発行する必要があります。

注: 対応するハンドラはonItemChanged です。

rowCountChanged(int count)

このシグナルは、rowCountcount に変更されたときに発せられる。

注: 対応するハンドラはonRowCountChanged

seriesChanged(Bar3DSeries series)

このシグナルは、seriesseries に変更されたときに発せられる。

注: 対応するハンドラは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.