kio
KProcessRunner Class Reference
#include <krun.h>
Inheritance diagram for KProcessRunner:
Public Member Functions | |
pid_t | pid () const |
virtual | ~KProcessRunner () |
Static Public Member Functions | |
static pid_t | run (KProcess *, const QString &binName) |
Protected Slots | |
void | slotProcessExited (KProcess *) |
Detailed Description
For internal use only.
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").
Definition at line 469 of file krun.h.
Constructor & Destructor Documentation
Member Function Documentation
pid_t KProcessRunner::run | ( | KProcess * | p, | |
const QString & | binName | |||
) | [static] |
void KProcessRunner::slotProcessExited | ( | KProcess * | p | ) | [protected, slot] |
The documentation for this class was generated from the following files: