![]() |
KD Chart 2
[rev.2.8]
|
#include <KDChartWidget.h>#include <KDChartWidget_p.h>#include <KDChartAbstractDiagram.h>#include <KDChartBarDiagram.h>#include <KDChartChart.h>#include <KDChartAbstractCoordinatePlane.h>#include <KDChartLineDiagram.h>#include <KDChartPlotter.h>#include <KDChartPieDiagram.h>#include <KDChartPolarDiagram.h>#include <KDChartRingDiagram.h>#include <KDChartLegend.h>#include <QDebug>#include <KDABLibFakes>Go to the source code of this file.
Macros | |
| #define | d d_func() |
| #define | TEST_SUB_TYPE(DIAGRAM, INTERNALSUBTYPE, SUBTYPE) |
Functions | |
| static bool | isCartesian (KDChart::Widget::ChartType type) |
| static bool | isPolar (KDChart::Widget::ChartType type) |
| template<class DiagramType , class Subtype > | |
| void | setSubtype (AbstractDiagram *_dia, Subtype st) |
| #define d d_func() |
Definition at line 41 of file KDChartWidget.cpp.
| #define TEST_SUB_TYPE | ( | DIAGRAM, | |
| INTERNALSUBTYPE, | |||
| SUBTYPE | |||
| ) |
|
static |
Definition at line 382 of file KDChartWidget.cpp.
References KDChart::Widget::Bar, and KDChart::Widget::Line.
Referenced by KDChart::Widget::setType().
|
static |
Definition at line 387 of file KDChartWidget.cpp.
References KDChart::Widget::Pie, KDChart::Widget::Polar, and KDChart::Widget::Ring.
Referenced by KDChart::Widget::setType().
| void setSubtype | ( | AbstractDiagram * | _dia, |
| Subtype | st | ||
| ) |
Definition at line 474 of file KDChartWidget.cpp.