#include <QtCore/QString>#include <QtCore/QStringList>#include <libkdegames_export.h>


Go to the source code of this file.
Namespaces | |
| namespace | CardDeckInfo |
Functions | |
| 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). | |
| bool | CardDeckInfo::isSVGBack (const QString &name) |
| Check whether the card set is SVG or not. | |
| bool | CardDeckInfo::isSVGFront (const QString &name) |
| Check whether the card back deck contains also an SVG file. | |
| 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::frontDir (const QString &name) |
| Retrieve the directory where the card front sides are stored. | |
| QString | CardDeckInfo::backFilename (const QString &name) |
| Retrieve the filename of the card back side. | |
| QStringList | CardDeckInfo::backNames () |
| retrieve a list of all installed backsides | |
| QStringList | CardDeckInfo::frontNames () |
| retrieve a list of all installed frontsides | |
1.5.3