QAbstractDataProxy Class

Die Klasse QAbstractDataProxy ist eine Basisklasse für alle Datenvisualisierungsdaten-Proxys. Mehr...

Kopfzeile: #include <QAbstractDataProxy>
CMake: find_package(Qt6 REQUIRED COMPONENTS DataVisualization)
target_link_libraries(mytarget PRIVATE Qt6::DataVisualization)
qmake: QT += datavisualization
Since: QtDataVisualization 1.0
In QML: AbstractDataProxy
Vererbt: QObject
Geerbt von:

QBarDataProxy, QScatterDataProxy, und QSurfaceDataProxy

Öffentliche Typen

enum DataType { DataTypeNone, DataTypeBar, DataTypeScatter, DataTypeSurface }

Eigenschaften

  • type : const DataType

Öffentliche Funktionen

virtual ~QAbstractDataProxy()
QAbstractDataProxy::DataType type() const

Detaillierte Beschreibung

Die folgenden Visualisierungstyp-spezifischen geerbten Klassen werden anstelle der Basisklasse verwendet: QBarDataProxy, QScatterDataProxy, und QSurfaceDataProxy.

Weitere Informationen finden Sie unter Qt Data Visualization Datenverarbeitung.

Dokumentation der Mitgliedstypen

enum QAbstractDataProxy::DataType

Dieser Enum-Typ gibt den Datentyp des Proxys an.

KonstanteWertBeschreibung
QAbstractDataProxy::DataTypeNone0Kein Datentyp.
QAbstractDataProxy::DataTypeBar1Datentyp für Q3DBars.
QAbstractDataProxy::DataTypeScatter2Datentyp für Q3DScatter.
QAbstractDataProxy::DataTypeSurface4Datentyp für Q3DSurface.

Eigenschaft Dokumentation

[read-only] type : const DataType

Diese Eigenschaft enthält den Datentyp des Proxys.

Zugriffsfunktionen:

QAbstractDataProxy::DataType type() const

Dokumentation der Mitgliedsfunktionen

[virtual noexcept] QAbstractDataProxy::~QAbstractDataProxy()

Löscht den abstrakten Datenproxy.

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