KIO
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
| KProcessRunner::~KProcessRunner | ( | ) | [virtual] |
Member Function Documentation
| int KProcessRunner::pid | ( | ) | const |
| 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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:55:28 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:55:28 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.