Plasma
Plasma::AccessAppletJob Class Reference
This class is used for asynchronously accessing an applet published on a remote system. More...
#include <accessappletjob.h>
Inheritance diagram for Plasma::AccessAppletJob:

Public Member Functions | |
| ~AccessAppletJob () | |
| Applet * | applet () const |
Protected Member Functions | |
| AccessAppletJob (const KUrl &location, QObject *parent=0) | |
| void | start () |
Detailed Description
This class is used for asynchronously accessing an applet published on a remote system.
After calling AccessManager::accessApplet, monitor this job to track when the remote applet is ready to be used, and to obtain the service when finished.
Definition at line 42 of file accessappletjob.h.
Constructor & Destructor Documentation
| Plasma::AccessAppletJob::~AccessAppletJob | ( | ) |
Definition at line 140 of file accessappletjob.cpp.
| Plasma::AccessAppletJob::AccessAppletJob | ( | const KUrl & | location, |
| QObject * | parent = 0 |
||
| ) | [protected] |
Default constructor.
- location the location of the service
- parent the parent object for this service
Definition at line 133 of file accessappletjob.cpp.
Member Function Documentation
| Applet * Plasma::AccessAppletJob::applet | ( | ) | const |
Definition at line 145 of file accessappletjob.cpp.
| void Plasma::AccessAppletJob::start | ( | ) | [protected] |
Definition at line 150 of file accessappletjob.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference