KProcessRunner Class Reference
#include <krun_p.h>
Inheritance diagram for KProcessRunner:

Public Member Functions | |
| virtual | ~KProcessRunner () |
| int | pid () const |
Static Public Member Functions | |
| static int | run (KProcess *, const QString &executable, const KStartupInfoId &id) |
Protected Slots | |
| void | slotProcessExited (int, QProcess::ExitStatus) |
Detailed Description
This class watches a process launched by KRun. It sends a notification when the process exits (for the taskbar) and it will show an error message if necessary (e.g. "program not found").
Constructor & Destructor Documentation
Member Function Documentation
| int KProcessRunner::run | ( | KProcess * | p, |
| const QString & | executable, | ||
| const KStartupInfoId & | id | ||
| ) | [static] |
| void KProcessRunner::slotProcessExited | ( | int | exitCode, |
| QProcess::ExitStatus | exitStatus | ||
| ) | [protected, slot] |
The documentation for this class was generated from the following files:
KDE 4.6 API Reference