QAbstractDataProxy Class
Die Klasse QAbstractDataProxy ist eine Basisklasse für alle 3D-Graph-Proxys. Mehr...
Kopfzeile: | #include <QAbstractDataProxy> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Graphs) target_link_libraries(mytarget PRIVATE Qt6::Graphs) |
qmake: | QT += graphs |
In QML: | AbstractDataProxy |
Vererbt: | QObject |
Vererbt von: |
- Liste aller Mitglieder, einschließlich geerbter Mitglieder
- QAbstractDataProxy ist Teil von Qt Graphs C++ Classes for 3D.
Öffentliche Typen
enum class | DataType { None, Bar, Scatter, Surface } |
Eigenschaften
- type : const QAbstractDataProxy::DataType
Öffentliche Funktionen
virtual | ~QAbstractDataProxy() override |
QAbstractDataProxy::DataType | type() const |
Detaillierte Beschreibung
Die folgenden graphentypspezifischen geerbten Klassen werden anstelle der Basisklasse verwendet: QBarDataProxy, QScatterDataProxy, und QSurfaceDataProxy.
Weitere Informationen finden Sie unter Qt Graphs Datenverarbeitung mit 3D.
Dokumentation der Mitgliedstypen
enum class QAbstractDataProxy::DataType
Dieser Enum-Typ gibt den Datentyp des Proxys an.
Konstante | Wert | Beschreibung |
---|---|---|
QAbstractDataProxy::DataType::None | 0 | Kein Datentyp. |
QAbstractDataProxy::DataType::Bar | 1 | Datentyp für Q3DBarsWidgetItem. |
QAbstractDataProxy::DataType::Scatter | 2 | Datentyp für Q3DScatterWidgetItem. |
QAbstractDataProxy::DataType::Surface | 3 | Datentyp für Q3DSurfaceWidgetItem. |
Eigenschaft Dokumentation
[read-only]
type : const QAbstractDataProxy::DataType
Diese Eigenschaft enthält den Datentyp des Proxys.
Zugriffsfunktionen:
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.