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