KD Chart 2
[rev.2.7]
|
#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().
Referenced by TernaryPoint::c().
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 TernaryPoint::c(), KDChart::TernaryPointDiagram::paint(), KDChart::TernaryLineDiagram::paint(), KDChart::AbstractDiagram::paintDataValueTexts(), and KDChart::AbstractDiagram::paintMarkers().