![]() |
KD Chart 2
[rev.2.8]
|
#include "TernaryPoint.h"#include "TernaryConstants.h"#include <limits>#include <QChar>#include <QTextStream>Go to the source code of this file.
Functions | |
| QDebug | operator<< (QDebug stream, const TernaryPoint &point) |
| QPointF | translate (const TernaryPoint &point) |
| 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().
| QPointF translate | ( | const TernaryPoint & | point | ) |
Definition at line 86 of file TernaryPoint.cpp.
References TernaryPoint::a(), AxisVector_C_A, TernaryPoint::b(), and TernaryPoint::isValid().
Referenced by KDChart::TernaryLineDiagram::paint(), KDChart::TernaryPointDiagram::paint(), KDChart::AbstractDiagram::paintDataValueTexts(), and KDChart::AbstractDiagram::paintMarkers().