KIO
KfsProcess Class Reference
#include <kfsprocess.h>
Inheritance diagram for KfsProcess:
Signals | |
void | processExited () |
Public Member Functions | |
KfsProcess (QObject *parent=0L) | |
~KfsProcess () | |
void | detach () |
KfsProcess & | operator<< (const QString &arg) |
KfsProcess & | operator<< (const char *arg) |
bool | start () |
Detailed Description
Don't use outside KIO! I mean it.
Definition at line 66 of file kfsprocess.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 226 of file kfsprocess.cpp.
KfsProcess::~KfsProcess | ( | ) |
Definition at line 235 of file kfsprocess.cpp.
Member Function Documentation
void KfsProcess::detach | ( | ) |
Definition at line 241 of file kfsprocess.cpp.
KfsProcess & KfsProcess::operator<< | ( | const QString & | arg | ) |
Definition at line 256 of file kfsprocess.cpp.
KfsProcess & KfsProcess::operator<< | ( | const char * | arg | ) |
Definition at line 250 of file kfsprocess.cpp.
|
signal |
bool KfsProcess::start | ( | ) |
Definition at line 262 of file kfsprocess.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.