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
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Jan 21 2019 12:35:09 by doxygen 1.7.5.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Jan 21 2019 12:35:09 by doxygen 1.7.5.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.