#include <carddeckinfo_p.h>
Public Attributes | |
| QString | name |
| The translated name. | |
| QString | noi18Name |
| The untranslated name. | |
| QString | comment |
| The comment (author and description). | |
| QString | path |
| The full path information. | |
| QString | back |
| The translated name of the back side. | |
| QPixmap | preview |
| The preview image. | |
| QString | svgfile |
| The full filename of the SVG file. | |
| QSizeF | size |
| The default size. | |
| bool | isDefault |
| Is this a default deck or set. | |
Definition at line 32 of file carddeckinfo_p.h.
| QString KCardThemeInfo::name |
The translated name.
Definition at line 37 of file carddeckinfo_p.h.
Referenced by CardDeckInfo::defaultBackName(), CardDeckInfo::defaultFrontName(), KCardThemeInfoStatic::findi18nBack(), KCardThemeInfoStatic::readBacks(), and KCardThemeInfoStatic::readFronts().
| QString KCardThemeInfo::noi18Name |
The untranslated name.
Definition at line 41 of file carddeckinfo_p.h.
Referenced by KCardThemeInfoStatic::findi18nBack(), KCardThemeInfoStatic::readBacks(), and KCardThemeInfoStatic::readFronts().
| QString KCardThemeInfo::comment |
The comment (author and description).
Definition at line 45 of file carddeckinfo_p.h.
Referenced by KCardThemeInfoStatic::readBacks(), and KCardThemeInfoStatic::readFronts().
| QString KCardThemeInfo::path |
The full path information.
Definition at line 49 of file carddeckinfo_p.h.
Referenced by CardDeckInfo::backFilename(), CardDeckInfo::frontDir(), KCardThemeInfoStatic::readBacks(), and KCardThemeInfoStatic::readFronts().
| QString KCardThemeInfo::back |
The translated name of the back side.
Definition at line 53 of file carddeckinfo_p.h.
Referenced by KCardThemeInfoStatic::readFronts().
| QPixmap KCardThemeInfo::preview |
The preview image.
Definition at line 57 of file carddeckinfo_p.h.
Referenced by KCardThemeInfoStatic::readBacks(), and KCardThemeInfoStatic::readFronts().
| QString KCardThemeInfo::svgfile |
The full filename of the SVG file.
Definition at line 61 of file carddeckinfo_p.h.
Referenced by CardDeckInfo::backSVGFilePath(), KCardDialogPrivate::filterOutCard(), CardDeckInfo::frontSVGFilePath(), KCardThemeInfoStatic::readBacks(), and KCardThemeInfoStatic::readFronts().
| QSizeF KCardThemeInfo::size |
The default size.
Definition at line 65 of file carddeckinfo_p.h.
Referenced by KCardThemeInfoStatic::readBacks(), and KCardThemeInfoStatic::readFronts().
Is this a default deck or set.
Definition at line 69 of file carddeckinfo_p.h.
Referenced by CardDeckInfo::defaultBackName(), CardDeckInfo::defaultFrontName(), KCardThemeInfoStatic::readBacks(), and KCardThemeInfoStatic::readFronts().
1.5.3