![]() |
KD Chart 2
[rev.2.7]
|
#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 50 of file KDChartPlotterDiagramCompressor.h.
| KDChart::PlotterDiagramCompressor::DataPoint::DataPoint | ( | ) |
Definition at line 52 of file KDChartPlotterDiagramCompressor.h.
| qreal KDChart::PlotterDiagramCompressor::DataPoint::distance | ( | const DataPoint & | other | ) |
Definition at line 57 of file KDChartPlotterDiagramCompressor.h.
| bool KDChart::PlotterDiagramCompressor::DataPoint::operator!= | ( | const DataPoint & | other | ) |
Definition at line 69 of file KDChartPlotterDiagramCompressor.h.
| bool KDChart::PlotterDiagramCompressor::DataPoint::operator== | ( | const DataPoint & | other | ) |
Definition at line 64 of file KDChartPlotterDiagramCompressor.h.
| bool KDChart::PlotterDiagramCompressor::DataPoint::hidden |
Definition at line 76 of file KDChartPlotterDiagramCompressor.h.
| QModelIndex KDChart::PlotterDiagramCompressor::DataPoint::index |
Definition at line 77 of file KDChartPlotterDiagramCompressor.h.
Referenced by KDChart::PlotterDiagramCompressor::data().
| qreal KDChart::PlotterDiagramCompressor::DataPoint::key |
Definition at line 74 of file KDChartPlotterDiagramCompressor.h.
Referenced by calculateSlope(), KDChart::PlotterDiagramCompressor::data(), distance(), and operator==().
| qreal KDChart::PlotterDiagramCompressor::DataPoint::value |
Definition at line 75 of file KDChartPlotterDiagramCompressor.h.
Referenced by calculateSlope(), KDChart::PlotterDiagramCompressor::data(), distance(), and operator==().