Plasma
Bundle Class Reference
#include <bundle.h>
Inheritance diagram for Bundle:

Public Member Functions | |
Bundle (QObject *parent, QVariantList args) | |
Bundle (const QByteArray &data) | |
Bundle (const QString &path) | |
QString | bundleId () const |
QByteArray | data () const |
QString | description () const |
int | height () const |
QString | htmlLocation () const |
QString | iconLocation () const |
bool | isValid () const |
QString | name () const |
void | setData (const QByteArray &fn) |
QString | version () const |
int | width () const |
~Bundle () | |
Protected Member Functions | |
void | pathChanged () |
Detailed Description
Definition at line 32 of file bundle.h.
Constructor & Destructor Documentation
Bundle::Bundle | ( | const QString & | path | ) |
Definition at line 90 of file bundle.cpp.
Bundle::Bundle | ( | const QByteArray & | data | ) |
Definition at line 104 of file bundle.cpp.
Bundle::Bundle | ( | QObject * | parent, | |
QVariantList | args | |||
) |
Definition at line 116 of file bundle.cpp.
Bundle::~Bundle | ( | ) |
Definition at line 127 of file bundle.cpp.
Member Function Documentation
QString Bundle::bundleId | ( | ) | const |
Definition at line 384 of file bundle.cpp.
QByteArray Bundle::data | ( | ) | const |
Definition at line 140 of file bundle.cpp.
QString Bundle::description | ( | ) | const |
Definition at line 399 of file bundle.cpp.
int Bundle::height | ( | ) | const |
Definition at line 409 of file bundle.cpp.
QString Bundle::htmlLocation | ( | ) | const |
Definition at line 414 of file bundle.cpp.
QString Bundle::iconLocation | ( | ) | const |
Definition at line 419 of file bundle.cpp.
bool Bundle::isValid | ( | ) | const |
Definition at line 424 of file bundle.cpp.
QString Bundle::name | ( | ) | const |
Definition at line 389 of file bundle.cpp.
void Bundle::pathChanged | ( | ) | [protected] |
Definition at line 223 of file bundle.cpp.
void Bundle::setData | ( | const QByteArray & | fn | ) |
Definition at line 133 of file bundle.cpp.
QString Bundle::version | ( | ) | const |
Definition at line 394 of file bundle.cpp.
int Bundle::width | ( | ) | const |
Definition at line 404 of file bundle.cpp.
The documentation for this class was generated from the following files: