QAbstractDataProxy Class

QAbstractDataProxy 클래스는 모든 3D 그래프 프록시를 위한 기본 클래스입니다. 더 보기...

Header: #include <QAbstractDataProxy>
CMake: find_package(Qt6 REQUIRED COMPONENTS Graphs)
target_link_libraries(mytarget PRIVATE Qt6::Graphs)
qmake: QT += graphs
QML에서: AbstractDataProxy
상속합니다: QObject
상속합니다:

QBarDataProxy, QScatterDataProxy, 그리고 QSurfaceDataProxy

공용 유형

enum class DataType { None, Bar, Scatter, Surface }

속성

  • type : const QAbstractDataProxy::DataType

공공 기능

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

상세 설명

다음 그래프 유형별 상속 클래스는 기본 클래스 대신 사용됩니다: QBarDataProxy, QScatterDataProxy, 및 QSurfaceDataProxy 을 참조하십시오.

자세한 내용은 Qt Graphs 3D로 데이터 처리하기를 참조하십시오.

멤버 유형 문서

enum class QAbstractDataProxy::DataType

이 열거형 유형은 프록시의 데이터 유형을 지정합니다.

Constant설명
QAbstractDataProxy::DataType::None0데이터 유형이 없습니다.
QAbstractDataProxy::DataType::Bar1Q3DBarsWidgetItem 의 데이터 유형입니다.
QAbstractDataProxy::DataType::Scatter2Q3DScatterWidgetItem 에 대한 데이터 유형입니다.
QAbstractDataProxy::DataType::Surface3Q3DSurfaceWidgetItem 에 대한 데이터 유형입니다.

속성 문서

[read-only] type : const QAbstractDataProxy::DataType

이 속성은 프록시의 데이터 유형을 보유합니다.

액세스 함수:

QAbstractDataProxy::DataType type() const

멤버 함수 문서

[override virtual noexcept] QAbstractDataProxy::~QAbstractDataProxy()

추상 데이터 프록시를 삭제합니다.

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