KIO
KfsProcess Class Reference
#include <kfsprocess.h>
Inheritance diagram for KfsProcess:

Signals | |
void | processExited () |
Public Member Functions | |
void | detach () |
KfsProcess (QObject *parent=0L) | |
KfsProcess & | operator<< (const char *arg) |
KfsProcess & | operator<< (const QString &arg) |
bool | start () |
~KfsProcess () |
Detailed Description
For internal use only.
Don't use outside KIO! I mean it.
Definition at line 66 of file kfsprocess.h.
Constructor & Destructor Documentation
KfsProcess::KfsProcess | ( | QObject * | parent = 0L |
) | [explicit] |
Definition at line 227 of file kfsprocess.cpp.
KfsProcess::~KfsProcess | ( | ) |
Definition at line 236 of file kfsprocess.cpp.
Member Function Documentation
void KfsProcess::detach | ( | ) |
Definition at line 242 of file kfsprocess.cpp.
KfsProcess & KfsProcess::operator<< | ( | const char * | arg | ) |
Definition at line 251 of file kfsprocess.cpp.
KfsProcess & KfsProcess::operator<< | ( | const QString & | arg | ) |
Definition at line 257 of file kfsprocess.cpp.
void KfsProcess::processExited | ( | ) | [signal] |
bool KfsProcess::start | ( | ) |
Definition at line 263 of file kfsprocess.cpp.
The documentation for this class was generated from the following files: