#include <QFileInfo>#include <QDir>#include <klocale.h>#include <kstandarddirs.h>#include <krandom.h>#include <kdebug.h>#include <kconfiggroup.h>#include <kglobal.h>#include "carddeckinfo.h"#include "carddeckinfo_p.h"

Go to the source code of this file.
Namespaces | |
| namespace | CardDeckInfo |
Classes | |
| class | KCardThemeInfoStatic |
| Local static information. More... | |
Functions | |
| QString | CardDeckInfo::defaultFrontName (bool pAllowSVG=true, bool pAllowPNG=true) |
| Retrieve the name of the default card set (front side). | |
| QString | CardDeckInfo::defaultBackName (bool pAllowSVG=true, bool pAllowPNG=true) |
| Retrieve the name of the default card deck (back side). | |
| QString | CardDeckInfo::randomFrontName (bool pAllowSVG=true, bool pAllowPNG=true) |
| Retrieve a random card set (front side). | |
| QString | CardDeckInfo::randomBackName (bool pAllowSVG=true, bool pAllowPNG=true) |
| Retrieve a random card deck (back side). | |
| QString | CardDeckInfo::getBackFileNameFromIndex (const QString &desktop) |
| QString | CardDeckInfo::backSVGFilePath (const QString &name) |
| Retrieve the SVG file belonging to the given card deck (back side). | |
| QString | CardDeckInfo::frontSVGFilePath (const QString &name) |
| Retrieve the SVG file belonging to the given card set (front side). | |
| QString | CardDeckInfo::backFilename (const QString &name) |
| Retrieve the filename of the card back side. | |
| QString | CardDeckInfo::frontDir (const QString &name) |
| Retrieve the directory where the card front sides are stored. | |
| bool | CardDeckInfo::isSVGFront (const QString &name) |
| Check whether the card back deck contains also an SVG file. | |
| bool | CardDeckInfo::isSVGBack (const QString &name) |
| Check whether the card set is SVG or not. | |
| QStringList | CardDeckInfo::frontNames () |
| retrieve a list of all installed frontsides | |
| QStringList | CardDeckInfo::backNames () |
| retrieve a list of all installed backsides | |
| KCardThemeInfo | CardDeckInfo::frontInfo (const QString &name) |
| KCardThemeInfo | CardDeckInfo::backInfo (const QString &name) |
1.5.3