superkaramba
SkPackage Class Reference
#include <skpackage.h>
Inheritance diagram for SkPackage:

Detailed Description
The SkPackage class implements a Plasma::PackageStructure to deal with SuperKaramba Theme Files - those handy *.skz files packaged as zip.Definition at line 33 of file skpackage.h.
Public Member Functions | |
| virtual bool | installPackage (const QString &archivePath, const QString &packageRoot) |
| SkPackage (QObject *parent, const QVariantList &args) | |
| virtual | ~SkPackage () |
Constructor & Destructor Documentation
| SkPackage::SkPackage | ( | QObject * | parent, | |
| const QVariantList & | args | |||
| ) |
Constructor.
- Parameters:
-
parent The parent QObject this QObject will be child of. args The optional list of arguments.
Definition at line 30 of file skpackage.cpp.
| SkPackage::~SkPackage | ( | ) | [virtual] |
Member Function Documentation
| bool SkPackage::installPackage | ( | const QString & | archivePath, | |
| const QString & | packageRoot | |||
| ) | [virtual] |
Installs a package matching this package structure.
- Parameters:
-
archivePath path to the package archive file packageRoot path to the directory where the package should be installed to
- Returns:
- true on successful installation, false otherwise
Definition at line 41 of file skpackage.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference