libplasma
Plasma::ServiceJob Class Reference
#include <servicejob.h>
Inheritance diagram for Plasma::ServiceJob:

Detailed Description
This class provides jobs for use with Plasma::Service.Definition at line 36 of file servicejob.h.
Public Member Functions | |
| QString | destination () const |
| QString | operationName () const |
| QMap< QString, QVariant > | parameters () const |
| QVariant | result () const |
| ServiceJob (const QString &destination, const QString &operation, const QMap< QString, QVariant > ¶meters, QObject *parent=0) | |
| ~ServiceJob () | |
Protected Member Functions | |
| void | setResult (const QVariant &result) |
Constructor & Destructor Documentation
| Plasma::ServiceJob::ServiceJob | ( | const QString & | destination, | |
| const QString & | operation, | |||
| const QMap< QString, QVariant > & | parameters, | |||
| QObject * | parent = 0 | |||
| ) |
Default constructor.
- parent the parent object for this service
Definition at line 40 of file servicejob.cpp.
| Plasma::ServiceJob::~ServiceJob | ( | ) |
Member Function Documentation
| QString Plasma::ServiceJob::destination | ( | ) | const |
- Returns:
- the destination, if any, that this service is associated with
Definition at line 52 of file servicejob.cpp.
| QString Plasma::ServiceJob::operationName | ( | ) | const |
| QVariant Plasma::ServiceJob::result | ( | ) | const |
| void Plasma::ServiceJob::setResult | ( | const QVariant & | result | ) | [protected] |
The documentation for this class was generated from the following files:
KDE 4.1 API Reference