QAbstractDataProxy¶
The QAbstractDataProxy
class is a base class for all data visualization data proxies. More…
Inherited by: QSurfaceDataProxy, QItemModelSurfaceDataProxy, QHeightMapSurfaceDataProxy, QScatterDataProxy, QItemModelScatterDataProxy, QBarDataProxy, QItemModelBarDataProxy
Synopsis¶
Functions¶
def
type
()
Detailed Description¶
The following visualization type specific inherited classes are used instead of the base class: QBarDataProxy
, QScatterDataProxy
, and QSurfaceDataProxy
.
For more information, see Qt Data Visualization Data Handling .
- class PySide6.QtDataVisualization.QAbstractDataProxy¶
- PySide6.QtDataVisualization.QAbstractDataProxy.DataType¶
This enum type specifies the data type of the proxy.
Constant
Description
QAbstractDataProxy.DataTypeNone
No data type.
QAbstractDataProxy.DataTypeBar
Data type for
Q3DBars
.QAbstractDataProxy.DataTypeScatter
Data type for
Q3DScatter
.QAbstractDataProxy.DataTypeSurface
Data type for
Q3DSurface
.
This property holds The data type of the proxy..
© 2022 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.