![]() |
KD Chart API Documentation 3.1
|
#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 = false |
| QModelIndex | index |
| qreal | key |
| qreal | value |
Definition at line 36 of file KDChartPlotterDiagramCompressor.h.
|
inline |
Definition at line 39 of file KDChartPlotterDiagramCompressor.h.
Definition at line 44 of file KDChartPlotterDiagramCompressor.h.
References key, QObject::qobject_cast(), and value.
Definition at line 56 of file KDChartPlotterDiagramCompressor.h.
References QObject::qobject_cast().
Definition at line 51 of file KDChartPlotterDiagramCompressor.h.
References key, QObject::qobject_cast(), and value.
Definition at line 63 of file KDChartPlotterDiagramCompressor.h.
| QModelIndex KDChart::PlotterDiagramCompressor::DataPoint::index |
Definition at line 64 of file KDChartPlotterDiagramCompressor.h.
Referenced by KDChart::PlotterDiagramCompressor::data().
| qreal KDChart::PlotterDiagramCompressor::DataPoint::key |
Definition at line 61 of file KDChartPlotterDiagramCompressor.h.
Referenced by calculateSlope(), KDChart::PlotterDiagramCompressor::data(), distance(), and operator==().
| qreal KDChart::PlotterDiagramCompressor::DataPoint::value |
Definition at line 62 of file KDChartPlotterDiagramCompressor.h.
Referenced by calculateSlope(), KDChart::PlotterDiagramCompressor::data(), distance(), and operator==().
https://www.kdab.com/development-resources/qt-tools/kd-chart/