Plasma
Plasma::AccessAppletJob Class Reference
#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
Definition at line 180 of file accessappletjob.cpp.
| Plasma::AccessAppletJob::AccessAppletJob | ( | const KUrl & | location, |
| QObject * | parent = 0 |
||
| ) | [protected] |
Default constructor.
- Parameters:
-
location the location of the service parent the parent object for this service
Definition at line 173 of file accessappletjob.cpp.
Member Function Documentation
| Applet * Plasma::AccessAppletJob::applet | ( | ) | const |
Definition at line 185 of file accessappletjob.cpp.
| void Plasma::AccessAppletJob::start | ( | ) | [protected] |
Definition at line 190 of file accessappletjob.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:36:33 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:36:33 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.