Plasma
abstractrunner.h File Reference
#include <QtCore/QObject>#include <QtCore/QMutex>#include <QtCore/QStringList>#include <kconfiggroup.h>#include <kservice.h>#include <plasma/plasma_export.h>#include <plasma/querymatch.h>#include <plasma/runnercontext.h>#include <plasma/runnersyntax.h>#include <plasma/version.h>Go to the source code of this file.
Classes | |
| class | Plasma::AbstractRunner |
| An abstract base class for Plasma Runner plugins. More... | |
Namespaces | |
| namespace | Plasma |
Defines | |
| #define | K_EXPORT_PLASMA_RUNNER(libname, classname) |
| #define | K_EXPORT_RUNNER_CONFIG(name, classname) |
Define Documentation
| #define K_EXPORT_PLASMA_RUNNER | ( | libname, | |||
| classname | ) |
Value:
K_PLUGIN_FACTORY(factory, registerPlugin<classname>();) \ K_EXPORT_PLUGIN(factory("plasma_runner_" #libname)) \ K_EXPORT_PLUGIN_VERSION(PLASMA_VERSION)
Definition at line 383 of file abstractrunner.h.
| #define K_EXPORT_RUNNER_CONFIG | ( | name, | |||
| classname | ) |
Value:
K_PLUGIN_FACTORY(ConfigFactory, registerPlugin<classname>();) \ K_EXPORT_PLUGIN(ConfigFactory("kcm_krunner_" #name)) \ K_EXPORT_PLUGIN_VERSION(PLASMA_VERSION)
These plugins are Used by the plugin selector dialog to show configuration options specific to this runner.
These options must be runner global and not pertain to a specific match.
Definition at line 393 of file abstractrunner.h.
KDE 4.3 API Reference