ThemeFile Class Reference
#include <themefile.h>
Detailed Description
Definition at line 42 of file themefile.h.
Public Types | |
| typedef QValueVector< ThemeFile > | List |
Public Member Functions | |
| ThemeFile (const KURL &url=KURL()) | |
| bool | isZipTheme () const |
| const QString & | name () const |
| const QString & | version () const |
| const QString & | license () const |
| const QString & | id () const |
| const QString & | mo () const |
| const QString & | file () const |
| const QString & | pythonModule () const |
| bool | pythonModuleExists () const |
| const QString & | path () const |
| const QString & | description () const |
| const QString & | author () const |
| const QString & | authorEmail () const |
| const QString & | homepage () const |
| QPixmap | icon () const |
| bool | exists () const |
| bool | isThemeFile (const QString &filename) const |
| bool | isValid () const |
| QByteArray | readThemeFile (const QString &filename) const |
| bool | fileExists (const QString &filename) const |
| const ThemeLocale * | locale () const |
| bool | canUninstall () const |
| bool | set (const KURL &url) |
| bool | open () |
| bool | nextLine (LineParser &parser) |
| bool | close () |
Static Public Member Functions | |
| static bool | isZipFile (const QString &filename) |
| static QString | canonicalFile (const QString &file) |
The documentation for this class was generated from the following files:

