#include "cardcache.h"#include "cardcache_p.h"#include <QMap>#include <QPixmap>#include <QPair>#include <QImage>#include <QMutexLocker>#include <QPainter>#include <QDateTime>#include <QSizeF>#include <QFileInfo>#include <QDir>#include <ksvgrenderer.h>#include <kpixmapcache.h>#include <kconfig.h>#include <kstandarddirs.h>#include "carddeckinfo.h"#include <kdebug.h>#include "cardcache_p.moc"

Go to the source code of this file.
Defines | |
| #define | DECKLIST_LENGTH 53 |
Functions | |
| QPixmap | doRender (const QString &element, KSvgRenderer *r, const QSize &s) |
| QString | keyForPixmap (const QString &theme, const QString &element, const QSize &s) |
Variables | |
| KCardInfo | fullDeckList [DECKLIST_LENGTH] |
| #define DECKLIST_LENGTH 53 |
Definition at line 44 of file cardcache.cpp.
| QPixmap doRender | ( | const QString & | element, | |
| KSvgRenderer * | r, | |||
| const QSize & | s | |||
| ) |
Definition at line 229 of file cardcache.cpp.
Referenced by KCardCachePrivate::renderBackSvg(), KCardCachePrivate::renderFrontSvg(), and LoadThread::run().
| QString keyForPixmap | ( | const QString & | theme, | |
| const QString & | element, | |||
| const QSize & | s | |||
| ) |
Definition at line 245 of file cardcache.cpp.
Referenced by KCardCache::backside(), KCardCache::frontside(), and LoadThread::run().
| KCardInfo fullDeckList[DECKLIST_LENGTH] |
Definition at line 46 of file cardcache.cpp.
1.5.3