이 페이지에서

ScatterDataProxy QML Type

3D 분산 그래프를 위한 데이터 프록시입니다. 더 보기...

Import Statement: import QtGraphs
In C++: QScatterDataProxy
Inherits:

AbstractDataProxy

Inherited By:

ItemModelScatterDataProxy

속성

신호

상세 설명

이 유형은 데이터 항목 추가, 삽입, 변경 및 제거를 처리합니다.

이 유형은 생성할 수 없지만 하위 유형을 통해 노출되는 속성을 포함합니다.

ItemModelScatterDataProxyQt Graphs 3D로 데이터 처리하기를참조하세요 .

속성 문서

itemCount : int [read-only]

배열의 항목 수입니다.

series : Scatter3DSeries [read-only]

이 프록시가 연결된 시리즈입니다.

type : AbstractDataProxy.DataType [read-only]

프록시 유형입니다. QAbstractDataProxy::DataType 값 중 하나입니다.

신호 문서

itemCountChanged(int count)

이 신호는 itemCountcount 로 변경될 때 발생합니다.

참고: 해당 핸들러는 onItemCountChanged 입니다.

seriesChanged(Scatter3DSeries series)

이 신호는 seriesseries 로 변경될 때 발생합니다.

참고: 해당 핸들러는 onSeriesChanged 입니다.

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