![]() |
KD Chart API Documentation
3.1
|
#include "KDChartTextLabelCache.h"#include <cmath>#include <QApplication>#include <QImage>#include <QPainter>#include <QPixmap>#include <QtDebug>Go to the source code of this file.
Macros | |
| #define | DUMP_CACHE_STATS |
| #define | INC_HIT_COUNT |
| #define | INC_MISS_COUNT |
Variables | |
| int | HitCount = 0 |
| int | MissCount = 0 |
| #define DUMP_CACHE_STATS |
Definition at line 32 of file KDChartTextLabelCache.cpp.
| #define INC_HIT_COUNT |
Definition at line 24 of file KDChartTextLabelCache.cpp.
| #define INC_MISS_COUNT |
Definition at line 28 of file KDChartTextLabelCache.cpp.
| int HitCount = 0 |
Definition at line 22 of file KDChartTextLabelCache.cpp.
| int MissCount = 0 |
Definition at line 23 of file KDChartTextLabelCache.cpp.