Plasma
ShellRunner Class Reference
This class runs programs using the literal name of the binary, much as one would use at a shell prompt. More...
#include <shellrunner.h>
Inheritance diagram for ShellRunner:

Public Member Functions | |
void | match (Plasma::RunnerContext &context) |
void | run (const Plasma::RunnerContext &context, const Plasma::QueryMatch &action) |
ShellRunner (QObject *parent, const QVariantList &args) | |
~ShellRunner () | |
Protected Member Functions | |
void | reloadConfig () |
Detailed Description
This class runs programs using the literal name of the binary, much as one would use at a shell prompt.Definition at line 31 of file shellrunner.h.
Constructor & Destructor Documentation
ShellRunner::ShellRunner | ( | QObject * | parent, | |
const QVariantList & | args | |||
) |
Definition at line 33 of file shellrunner.cpp.
ShellRunner::~ShellRunner | ( | ) |
Definition at line 49 of file shellrunner.cpp.
Member Function Documentation
void ShellRunner::match | ( | Plasma::RunnerContext & | context | ) |
Definition at line 58 of file shellrunner.cpp.
void ShellRunner::reloadConfig | ( | ) | [protected] |
Definition at line 53 of file shellrunner.cpp.
void ShellRunner::run | ( | const Plasma::RunnerContext & | context, | |
const Plasma::QueryMatch & | action | |||
) |
Definition at line 76 of file shellrunner.cpp.
The documentation for this class was generated from the following files: