QAbstractDataProxy Class
QAbstractDataProxyクラスは、すべてのデータ可視化データプロキシ用の基本クラスです。詳細...
ヘッダー | #include <QAbstractDataProxy> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS DataVisualization) target_link_libraries(mytarget PRIVATE Qt6::DataVisualization) |
qmake: | QT += datavisualization |
以来: | QtDataVisualization 1.0 |
QML で: | AbstractDataProxy |
を継承: | QObject |
によって継承されています: |
パブリックな型
enum | DataType { DataTypeNone, DataTypeBar, DataTypeScatter, DataTypeSurface } |
プロパティ
- type : const DataType
パブリック機能
virtual | ~QAbstractDataProxy() |
QAbstractDataProxy::DataType | type() const |
詳細説明
以下の可視化タイプ固有の継承クラスは、基底クラスの代わりに使用されます:QBarDataProxy QScatterDataProxy およびQSurfaceDataProxy 。
詳細については、Qt Data Visualization データ処理を参照してください。
メンバ型ドキュメント
enum QAbstractDataProxy::DataType
この列挙型はプロキシのデータ型を指定する。
定数 | 値 | 説明 |
---|---|---|
QAbstractDataProxy::DataTypeNone | 0 | データ型なし。 |
QAbstractDataProxy::DataTypeBar | 1 | Q3DBars のデータ型。 |
QAbstractDataProxy::DataTypeScatter | 2 | Q3DScatter のデータ型。 |
QAbstractDataProxy::DataTypeSurface | 4 | Q3DSurface のデータ型。 |
プロパティ・ドキュメンテーション
[read-only]
type : const DataType
このプロパティは、プロキシのデータ型を保持する。
関数にアクセスします:
QAbstractDataProxy::DataType | type() const |
© 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.