BarDataProxy QML Type
3D 막대 그래프의 데이터 프록시입니다. 더 보기...
Import Statement: | import QtGraphs |
In C++: | QBarDataProxy |
Inherits: | |
Inherited By: |
- 상속된 멤버를 포함한 모든 멤버 목록
- BarDataProxy는 Qt Graphs QML Types for 3D의 일부입니다.
속성
신호
- colCountChanged(int count)
- itemChanged(int rowIndex, int columnIndex)
- rowCountChanged(int count)
- seriesChanged(Bar3DSeries series)
상세 설명
이 유형은 Qt Quick 2를 사용하여 데이터 행 추가, 삽입, 변경 및 제거를 처리합니다.
이 유형은 인스턴스화할 수 없지만 하위 유형을 통해 노출되는 속성을 포함합니다.
자세한 설명은 QBarDataProxy 을 참조하세요.
ItemModelBarDataProxy 및 Qt Graphs 3D를 사용한 데이터 처리도참조하세요 .
속성 문서
colCount : int |
배열의 열 수입니다.
rowCount : int |
배열의 행 수입니다.
series : Bar3DSeries |
이 프록시가 연결된 시리즈입니다.
type : AbstractDataProxy.DataType |
프록시의 유형입니다. QAbstractDataProxy::DataType 값 중 하나입니다.
신호 문서
이 신호는 rowIndex 및 columnIndex 에 지정된 위치의 항목이 변경될 때 발생합니다. setItem()을 호출하지 않고 배열에서 항목이 변경된 경우 그래프를 업데이트하려면 이 신호를 발생시켜야 합니다.
참고: 해당 핸들러는 onItemChanged
입니다.
rowCountChanged(int count) |
rowCount 이 count 으로 변경될 때 이 신호가 발생합니다.
참고: 해당 핸들러는 onRowCountChanged
입니다.
seriesChanged(Bar3DSeries series) |
series 이 series 으로 변경될 때 이 신호가 전송됩니다.
참고: 해당 핸들러는 onSeriesChanged
입니다.
© 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.