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
상속합니다:

QBarDataProxy, QScatterDataProxy, 및 QSurfaceDataProxy

공용 유형

enum DataType { DataTypeNone, DataTypeBar, DataTypeScatter, DataTypeSurface }

속성

  • type : const DataType

공공 기능

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

상세 설명

기본 클래스 대신 다음과 같은 시각화 유형별 상속 클래스가 사용됩니다: QBarDataProxy, QScatterDataProxy, 및 QSurfaceDataProxy 을 참조하십시오.

자세한 내용은 Qt Data Visualization 데이터 처리를 참조하십시오.

멤버 유형 문서

enum QAbstractDataProxy::DataType

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

Constant설명
QAbstractDataProxy::DataTypeNone0데이터 유형이 없습니다.
QAbstractDataProxy::DataTypeBar1Q3DBars 의 데이터 유형입니다.
QAbstractDataProxy::DataTypeScatter2Q3DScatter 에 대한 데이터 유형입니다.
QAbstractDataProxy::DataTypeSurface4Q3DSurface 에 대한 데이터 유형입니다.

속성 문서

[read-only] type : const DataType

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

액세스 함수:

QAbstractDataProxy::DataType type() const

멤버 함수 문서

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