kchart
KDChartLinesPainter Class Reference
#include <KDChartLinesPainter.h>
Inheritance diagram for KDChartLinesPainter:

Detailed Description
A chart painter implementation that can paint line charts.
Definition at line 38 of file KDChartLinesPainter.h.
Protected Member Functions | |
KDChartLinesPainter (KDChartParams *params) | |
virtual | ~KDChartLinesPainter () |
virtual void | paintData (QPainter *painter, KDChartTableDataBase *data, bool paint2nd, KDChartDataRegionList *regions=0) |
virtual bool | isNormalMode () const |
virtual int | clipShiftUp (bool, double) const |
virtual void | specificPaintData (QPainter *painter, const QRect &ourClipRect, KDChartTableDataBase *data, KDChartDataRegionList *regions, const KDChartAxisParams *axisPara, bool bNormalMode, uint chart, double logWidth, double areaWidthP1000, double logHeight, double axisYOffset, double minColumnValue, double maxColumnValue, double columnValueDistance, uint chartDatasetStart, uint chartDatasetEnd, uint datasetStart, uint datasetEnd) |
void | paintDataInternal (QPainter *painter, KDChartTableDataBase *data, bool centerThePoints, bool drawMarkers, bool isArea, bool paint2nd, KDChartDataRegionList *regions=0) |
QPoint | project (int x, int y, int z) |
Friends | |
class | KDChartPainter |
Constructor & Destructor Documentation
|
Constructor. Sets up internal data structures as necessary.
Definition at line 55 of file KDChartLinesPainter.cpp. |
|
Destructor.
Definition at line 66 of file KDChartLinesPainter.cpp. |
Member Function Documentation
|
Paints the actual data area. Data regions will only be added if regions is not 0.
Reimplemented from KDChartAxesPainter. Reimplemented in KDChartAreaPainter. Definition at line 82 of file KDChartLinesPainter.cpp. |
|
Projects a point in a space defined by its x, y, and z coordinates into a point onto a plane, given two rotation angles around the x resp. y axis. Definition at line 140 of file KDChartLinesPainter.cpp. |
|
first dataset (or any dataset in normal mode, where the datasets overwrite each other) Implements KDChartAxesPainter. Definition at line 180 of file KDChartLinesPainter.cpp. |
The documentation for this class was generated from the following files: