PySide6.QtGraphs.QAbstractDataProxy¶
- class QAbstractDataProxy¶
The
QAbstractDataProxy
class is a base class for all 3D graph proxies. More…Inherited by:
QSurfaceDataProxy
,QItemModelSurfaceDataProxy
,QHeightMapSurfaceDataProxy
,QScatterDataProxy
,QItemModelScatterDataProxy
,QBarDataProxy
,QItemModelBarDataProxy
Synopsis¶
Properties¶
typeᅟ
- Data type of the proxy
Methods¶
def
type()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
The following graphs type specific inherited classes are used instead of the base class:
QBarDataProxy
,QScatterDataProxy
, andQSurfaceDataProxy
.For more information, see Qt Graphs Data Handling with 3D .
- class DataType¶
This enum type specifies the data type of the proxy.
Constant
Description
QAbstractDataProxy.DataType.None_
No data type.
QAbstractDataProxy.DataType.Bar
Data type for
Q3DBarsWidgetItem
.QAbstractDataProxy.DataType.Scatter
Data type for
Q3DScatterWidgetItem
.QAbstractDataProxy.DataType.Surface
Data type for
Q3DSurfaceWidgetItem
.
Note
Properties can be used directly when
from __feature__ import true_property
is used or via accessor functions otherwise.- property typeᅟ: QAbstractDataProxy.DataType¶
This property holds The data type of the proxy..
- Access functions:
Getter of property
typeᅟ
.