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


© 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.