![]() |
KD Chart 2
[rev.2.8]
|
#include "KDChartTextLabelCache.h"#include <cmath>#include <QtDebug>#include <QImage>#include <QPixmap>#include <QPainter>#include <QApplication>Go to the source code of this file.
Macros | |
| #define | DUMP_CACHE_STATS |
| #define | INC_HIT_COUNT { ++HitCount; } |
| #define | INC_MISS_COUNT { ++MissCount; } |
Variables | |
| int | HitCount = 0 |
| int | MissCount = 0 |
| #define DUMP_CACHE_STATS |
Definition at line 38 of file KDChartTextLabelCache.cpp.
| #define INC_HIT_COUNT { ++HitCount; } |
Definition at line 36 of file KDChartTextLabelCache.cpp.
| #define INC_MISS_COUNT { ++MissCount; } |
Definition at line 37 of file KDChartTextLabelCache.cpp.
| int HitCount = 0 |
Definition at line 34 of file KDChartTextLabelCache.cpp.
| int MissCount = 0 |
Definition at line 35 of file KDChartTextLabelCache.cpp.