Qt Graphs C++ Classes for 3D¶
C++ classes for the Qt Graphs for 3D API.
The Qt Graphs for 3D functionality can be accessed via these C++ classes.
The QAbstract3DAxis class is a base class for the axes of a 3D graph.
The QCategory3DAxis class manipulates an axis of a graph.
The QLogValue3DAxisFormatter class provides formatting rules for a logarithmic value axis.
The QValue3DAxis class manipulates an axis of a graph.
The QValue3DAxisFormatter class is a base class for 3D value axis formatters.
The QAbstract3DSeries class is a base class for all 3D data series.
The QAbstractDataProxy class is a base class for all 3D graph proxies.
The QBar3DSeries class represents a data series in a 3D bar graph.
The QBarDataItem class provides a container for resolved data to be added to bar graphs.
The QBarDataProxy class is the data proxy for a 3D bars graph.
The QCustom3DItem class adds a custom item to a graph.
The QCustom3DLabel class adds a custom label to a graph.
The QCustom3DVolume class adds a volume rendered object to a graph.
Base proxy class for Q3DSurfaceWidgetItem.
Proxy class for presenting data in item models with Q3DBarsWidgetItem.
Proxy class for presenting data in item models with Q3DScatterWidgetItem.
Proxy class for presenting data in item models with Q3DSurfaceWidgetItem.
The QScatter3DSeries class represents a data series in a 3D scatter graph.
The QScatterDataItem class provides a container for resolved data to be added to scatter graphs.
The QScatterDataProxy class is the data proxy for 3D scatter graphs.
The QSpline3DSeries class represents a data series as a spline.
The QSurface3DSeries class represents a data series in a 3D surface graph.
The QSurfaceDataItem class provides a container for resolved data to be added to surface graphs.
The QSurfaceDataProxy class is the data proxy for a 3D surface graph.
Q3DScene class provides description of the 3D scene being visualized.
The QtGraphs3D module provides enums used by QtGraphs’ 3D API.