superkaramba
ThemeFile Class Reference
#include <themefile.h>
Detailed Description
Definition at line 41 of file themefile.h.
Public Types | |
| typedef QVector< ThemeFile > | List |
Public Member Functions | |
| ThemeFile (const KUrl &url=KUrl()) | |
| ~ThemeFile () | |
| 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 & | scriptModule () const |
| bool | scriptModuleExists () 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 |
| KUrl | getUrlPath () |
| bool | set (const KUrl &url) |
| bool | open () |
| bool | nextLine (LineParser &parser) |
| bool | close () |
| QString | extractArchive () const |
Static Public Member Functions | |
| static bool | isZipFile (const QString &filename) |
| static QString | canonicalFile (const QString &file) |
Member Typedef Documentation
| typedef QVector<ThemeFile> ThemeFile::List |
Definition at line 44 of file themefile.h.
Constructor & Destructor Documentation
| ThemeFile::ThemeFile | ( | const KUrl & | url = KUrl() |
) |
Definition at line 168 of file themefile.cpp.
| ThemeFile::~ThemeFile | ( | ) |
Definition at line 175 of file themefile.cpp.
Member Function Documentation
| bool ThemeFile::isZipTheme | ( | ) | const |
Definition at line 483 of file themefile.cpp.
| const QString & ThemeFile::name | ( | ) | const |
Definition at line 488 of file themefile.cpp.
| const QString & ThemeFile::version | ( | ) | const |
Definition at line 493 of file themefile.cpp.
| const QString & ThemeFile::license | ( | ) | const |
Definition at line 498 of file themefile.cpp.
| const QString & ThemeFile::id | ( | ) | const |
Definition at line 503 of file themefile.cpp.
| const QString & ThemeFile::mo | ( | ) | const |
Definition at line 508 of file themefile.cpp.
| const QString & ThemeFile::file | ( | ) | const |
Definition at line 513 of file themefile.cpp.
| const QString & ThemeFile::scriptModule | ( | ) | const |
Definition at line 518 of file themefile.cpp.
| bool ThemeFile::scriptModuleExists | ( | ) | const |
Definition at line 454 of file themefile.cpp.
| const QString & ThemeFile::path | ( | ) | const |
Definition at line 523 of file themefile.cpp.
| const QString & ThemeFile::description | ( | ) | const |
Definition at line 528 of file themefile.cpp.
| const QString & ThemeFile::author | ( | ) | const |
Definition at line 533 of file themefile.cpp.
| const QString & ThemeFile::authorEmail | ( | ) | const |
Definition at line 538 of file themefile.cpp.
| const QString & ThemeFile::homepage | ( | ) | const |
Definition at line 543 of file themefile.cpp.
| QPixmap ThemeFile::icon | ( | ) | const |
Definition at line 242 of file themefile.cpp.
| bool ThemeFile::exists | ( | ) | const |
Definition at line 236 of file themefile.cpp.
| bool ThemeFile::isThemeFile | ( | const QString & | filename | ) | const |
Definition at line 398 of file themefile.cpp.
| bool ThemeFile::isValid | ( | ) | const |
Definition at line 231 of file themefile.cpp.
| QByteArray ThemeFile::readThemeFile | ( | const QString & | filename | ) | const |
Definition at line 417 of file themefile.cpp.
| bool ThemeFile::fileExists | ( | const QString & | filename | ) | const |
Definition at line 405 of file themefile.cpp.
| const ThemeLocale * ThemeFile::locale | ( | ) | const |
Definition at line 548 of file themefile.cpp.
| bool ThemeFile::canUninstall | ( | ) | const |
Definition at line 388 of file themefile.cpp.
| KUrl ThemeFile::getUrlPath | ( | ) |
Definition at line 342 of file themefile.cpp.
| bool ThemeFile::set | ( | const KUrl & | url | ) |
Definition at line 249 of file themefile.cpp.
| bool ThemeFile::open | ( | ) |
Definition at line 180 of file themefile.cpp.
| bool ThemeFile::nextLine | ( | LineParser & | parser | ) |
Definition at line 204 of file themefile.cpp.
| bool ThemeFile::close | ( | ) |
Definition at line 219 of file themefile.cpp.
| QString ThemeFile::extractArchive | ( | ) | const |
Definition at line 474 of file themefile.cpp.
| bool ThemeFile::isZipFile | ( | const QString & | filename | ) | [static] |
Definition at line 439 of file themefile.cpp.
Definition at line 467 of file themefile.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference