Plasma
Plasma::ServiceAccessJob Class Reference
#include <serviceaccessjob.h>
Inheritance diagram for Plasma::ServiceAccessJob:

Public Member Functions | |
| ~ServiceAccessJob () | |
| Service * | service () const |
Protected Member Functions | |
| ServiceAccessJob (KUrl location, QObject *parent=0) | |
| void | start () |
Detailed Description
This class is used for asynchronously accessing a job published on a remote system.
After calling AccessManager::accessService, monitor this job to track when the remote service is ready to be used, and to obtain the service when finished.
Definition at line 42 of file serviceaccessjob.h.
Constructor & Destructor Documentation
Definition at line 57 of file serviceaccessjob.cpp.
| Plasma::ServiceAccessJob::ServiceAccessJob | ( | 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 51 of file serviceaccessjob.cpp.
Member Function Documentation
| Service * Plasma::ServiceAccessJob::service | ( | ) | const |
Definition at line 62 of file serviceaccessjob.cpp.
| void Plasma::ServiceAccessJob::start | ( | ) | [protected] |
Definition at line 67 of file serviceaccessjob.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:47 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:47 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.