 |
KD Chart 2
[rev.2.8]
|
Go to the documentation of this file.
24 #include "KDChartLeveyJenningsCoordinatePlane_p.h"
30 #include "KDChartPainterSaver_p.h"
38 LeveyJenningsCoordinatePlane::Private::Private()
43 LeveyJenningsCoordinatePlane::LeveyJenningsCoordinatePlane(
Chart* parent )
52 void LeveyJenningsCoordinatePlane::init()
59 "LeveyJenningsCoordinatePlane::addDiagram",
"Only Levey Jennings "
60 "diagrams can be added to a ternary coordinate plane!" );
64 LeveyJenningsGrid* LeveyJenningsCoordinatePlane::grid()
const
68 return leveyJenningsGrid;
73 return d->gridAttributes;
78 d->gridAttributes = attr;
void addDiagram(AbstractDiagram *diagram) override
Adds a diagram to this coordinate plane.
const QPointF translateBack(const QPointF &screenPoint) const
LeveyDiagram defines a Levey Jennings chart.
const QPointF translateBack(const QPointF &screenPoint) const
AbstractDiagram * diagram()
LeveyJenningsGridAttributes gridAttributes() const
void setGridAttributes(const LeveyJenningsGridAttributes &attr)
AbstractDiagram defines the interface for diagram classes.
void addDiagram(AbstractDiagram *diagram) override
Adds a diagram to this coordinate plane.
~LeveyJenningsCoordinatePlane() override
friend class LeveyJenningsGrid
Cartesian coordinate plane.
A set of attributes controlling the appearance of grids.
A chart with one or more diagrams.