 |
KD Chart 2
[rev.2.8]
|
Go to the documentation of this file.
23 #ifndef KDCHARTABSTRACTCARTESIANDIAGRAM_H
24 #define KDCHARTABSTRACTCARTESIANDIAGRAM_H
56 #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) && defined(Q_COMPILER_MANGLES_RETURN_TYPE)
57 virtual const int numberOfAbscissaSegments()
const = 0;
58 virtual const int numberOfOrdinateSegments()
const = 0;
91 virtual void layoutPlanes();
112 virtual QPointF referenceDiagramOffset()
const;
115 void setModel( QAbstractItemModel* model )
override;
117 void setRootIndex(
const QModelIndex& index )
override;
virtual int numberOfAbscissaSegments() const =0
virtual qreal threeDItemDepth(const QModelIndex &index) const =0
A set of attributes controlling the appearance of grids.
The class for cartesian axes.
virtual qreal threeDItemDepth(int column) const =0
#define KDCHART_DECLARE_DERIVED_DIAGRAM(X, PLANE)
Base class for diagrams based on a cartesian coordianate system.
A proxy model used for decorating data with attributes.
AbstractDiagram defines the interface for diagram classes.
Cartesian coordinate plane.
virtual int numberOfOrdinateSegments() const =0
Base class common for all coordinate planes, CartesianCoordinatePlane, PolarCoordinatePlane,...