KD Chart 2
[rev.2.7]
|
#include <QtDebug>
#include <QPointF>
Go to the source code of this file.
Classes | |
class | TernaryPoint |
TernaryPoint defines a point within a ternary coordinate plane. More... | |
Functions | |
QDebug | operator<< (QDebug stream, const TernaryPoint &point) |
QPointF | translate (const TernaryPoint &) |
QDebug operator<< | ( | QDebug | stream, |
const TernaryPoint & | point | ||
) |
Definition at line 68 of file TernaryPoint.cpp.
References TernaryPoint::a(), TernaryPoint::b(), TernaryPoint::c(), and TernaryPoint::isValid().
Referenced by TernaryPoint::c().
QPointF translate | ( | const TernaryPoint & | ) |
Definition at line 86 of file TernaryPoint.cpp.
References TernaryPoint::a(), AxisVector_C_A, TernaryPoint::b(), and TernaryPoint::isValid().
Referenced by TernaryPoint::c(), KDChart::TernaryPointDiagram::paint(), KDChart::TernaryLineDiagram::paint(), KDChart::AbstractDiagram::paintDataValueTexts(), and KDChart::AbstractDiagram::paintMarkers().