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
Plasma::AccessAppletJob::~AccessAppletJob | ( | ) |
Definition at line 180 of file accessappletjob.cpp.
|
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.
|
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.