![]() |
KD Chart 2
[rev.2.8]
|
#include <KDChartPlotterDiagramCompressor.h>

Public Member Functions | |
| DataPoint () | |
| qreal | distance (const DataPoint &other) |
| bool | operator!= (const DataPoint &other) |
| bool | operator== (const DataPoint &other) |
Public Attributes | |
| bool | hidden |
| QModelIndex | index |
| qreal | key |
| qreal | value |
Definition at line 46 of file KDChartPlotterDiagramCompressor.h.
| KDChart::PlotterDiagramCompressor::DataPoint::DataPoint | ( | ) |
Definition at line 48 of file KDChartPlotterDiagramCompressor.h.
| qreal KDChart::PlotterDiagramCompressor::DataPoint::distance | ( | const DataPoint & | other | ) |
Definition at line 53 of file KDChartPlotterDiagramCompressor.h.
| bool KDChart::PlotterDiagramCompressor::DataPoint::operator!= | ( | const DataPoint & | other | ) |
Definition at line 65 of file KDChartPlotterDiagramCompressor.h.
| bool KDChart::PlotterDiagramCompressor::DataPoint::operator== | ( | const DataPoint & | other | ) |
Definition at line 60 of file KDChartPlotterDiagramCompressor.h.
| bool KDChart::PlotterDiagramCompressor::DataPoint::hidden |
Definition at line 72 of file KDChartPlotterDiagramCompressor.h.
| QModelIndex KDChart::PlotterDiagramCompressor::DataPoint::index |
Definition at line 73 of file KDChartPlotterDiagramCompressor.h.
Referenced by KDChart::PlotterDiagramCompressor::data().
| qreal KDChart::PlotterDiagramCompressor::DataPoint::key |
Definition at line 70 of file KDChartPlotterDiagramCompressor.h.
Referenced by calculateSlope(), KDChart::PlotterDiagramCompressor::data(), distance(), and operator==().
| qreal KDChart::PlotterDiagramCompressor::DataPoint::value |
Definition at line 71 of file KDChartPlotterDiagramCompressor.h.
Referenced by calculateSlope(), KDChart::PlotterDiagramCompressor::data(), distance(), and operator==().