Plasma
ServiceRunner Class Reference
This class looks for matches in the set of .desktop files installed by applications. More...
#include <servicerunner.h>
Inheritance diagram for ServiceRunner:

Public Member Functions | |
| ServiceRunner (QObject *parent, const QVariantList &args) | |
| ~ServiceRunner () | |
| void | match (Plasma::RunnerContext &context) |
| void | run (const Plasma::RunnerContext &context, const Plasma::QueryMatch &action) |
Protected Member Functions | |
| void | setupMatch (const KService::Ptr &service, Plasma::QueryMatch &action) |
Detailed Description
This class looks for matches in the set of .desktop files installed by applications.
This way the user can type exactly what they see in the appications menu and have it start the appropriate app. Essentially anything that KService knows about, this runner can launch
Definition at line 35 of file servicerunner.h.
Constructor & Destructor Documentation
| ServiceRunner::ServiceRunner | ( | QObject * | parent, | |
| const QVariantList & | args | |||
| ) |
Definition at line 29 of file servicerunner.cpp.
| ServiceRunner::~ServiceRunner | ( | ) |
Definition at line 40 of file servicerunner.cpp.
Member Function Documentation
| void ServiceRunner::match | ( | Plasma::RunnerContext & | context | ) |
Definition at line 44 of file servicerunner.cpp.
| void ServiceRunner::run | ( | const Plasma::RunnerContext & | context, | |
| const Plasma::QueryMatch & | action | |||
| ) |
Definition at line 218 of file servicerunner.cpp.
| void ServiceRunner::setupMatch | ( | const KService::Ptr & | service, | |
| Plasma::QueryMatch & | action | |||
| ) | [protected] |
Definition at line 227 of file servicerunner.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference