#include <themefile.h>
Public Types | |
typedef TQValueVector< ThemeFile > | List |
Public Member Functions | |
ThemeFile (const KURL &url=KURL()) | |
bool | isZipTheme () const |
const TQString & | name () const |
const TQString & | version () const |
const TQString & | license () const |
const TQString & | id () const |
const TQString & | mo () const |
const TQString & | file () const |
const TQString & | pythonModule () const |
bool | pythonModuleExists () const |
const TQString & | path () const |
const TQString & | description () const |
const TQString & | author () const |
const TQString & | authorEmail () const |
const TQString & | homepage () const |
TQPixmap | icon () const |
bool | exists () const |
bool | isThemeFile (const TQString &filename) const |
bool | isValid () const |
TQByteArray | readThemeFile (const TQString &filename) const |
bool | fileExists (const TQString &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 TQString &filename) |
static TQString | canonicalFile (const TQString &file) |
Detailed Description
Definition at line 42 of file themefile.h.
Member Typedef Documentation
◆ List
typedef TQValueVector<ThemeFile> ThemeFile::List |
Definition at line 45 of file themefile.h.
Constructor & Destructor Documentation
◆ ThemeFile()
ThemeFile::ThemeFile | ( | const KURL & | url = KURL() | ) |
Definition at line 120 of file themefile.cpp.
◆ ~ThemeFile()
ThemeFile::~ThemeFile | ( | ) |
Definition at line 127 of file themefile.cpp.
Member Function Documentation
◆ author()
|
inline |
Definition at line 61 of file themefile.h.
◆ authorEmail()
|
inline |
Definition at line 62 of file themefile.h.
◆ canonicalFile()
|
static |
Definition at line 409 of file themefile.cpp.
◆ canUninstall()
bool ThemeFile::canUninstall | ( | ) | const |
Definition at line 328 of file themefile.cpp.
◆ close()
bool ThemeFile::close | ( | ) |
Definition at line 179 of file themefile.cpp.
◆ description()
|
inline |
Definition at line 60 of file themefile.h.
◆ exists()
bool ThemeFile::exists | ( | ) | const |
Definition at line 197 of file themefile.cpp.
◆ file()
|
inline |
Definition at line 56 of file themefile.h.
◆ fileExists()
bool ThemeFile::fileExists | ( | const TQString & | filename | ) | const |
Definition at line 345 of file themefile.cpp.
◆ homepage()
|
inline |
Definition at line 63 of file themefile.h.
◆ icon()
TQPixmap ThemeFile::icon | ( | ) | const |
Definition at line 203 of file themefile.cpp.
◆ id()
|
inline |
Definition at line 54 of file themefile.h.
◆ isThemeFile()
bool ThemeFile::isThemeFile | ( | const TQString & | filename | ) | const |
Definition at line 338 of file themefile.cpp.
◆ isValid()
bool ThemeFile::isValid | ( | ) | const |
Definition at line 192 of file themefile.cpp.
◆ isZipFile()
|
static |
Definition at line 387 of file themefile.cpp.
◆ isZipTheme()
|
inline |
Definition at line 50 of file themefile.h.
◆ license()
|
inline |
Definition at line 53 of file themefile.h.
◆ locale()
|
inline |
Definition at line 70 of file themefile.h.
◆ mo()
|
inline |
Definition at line 55 of file themefile.h.
◆ name()
|
inline |
Definition at line 51 of file themefile.h.
◆ nextLine()
bool ThemeFile::nextLine | ( | LineParser & | parser | ) |
Definition at line 163 of file themefile.cpp.
◆ open()
bool ThemeFile::open | ( | ) |
Definition at line 134 of file themefile.cpp.
◆ path()
|
inline |
Definition at line 59 of file themefile.h.
◆ pythonModule()
|
inline |
Definition at line 57 of file themefile.h.
◆ pythonModuleExists()
bool ThemeFile::pythonModuleExists | ( | ) | const |
Definition at line 404 of file themefile.cpp.
◆ readThemeFile()
TQByteArray ThemeFile::readThemeFile | ( | const TQString & | filename | ) | const |
Definition at line 361 of file themefile.cpp.
◆ set()
bool ThemeFile::set | ( | const KURL & | url | ) |
Definition at line 208 of file themefile.cpp.
◆ version()
|
inline |
Definition at line 52 of file themefile.h.
The documentation for this class was generated from the following files: