KDECore
KProcessPrivate Class Reference
#include <kprocess_p.h>
Protected Member Functions | |
KProcessPrivate () | |
void | _k_forwardStderr () |
void | _k_forwardStdout () |
void | forwardStd (KProcess::ProcessChannel good, int fd) |
void | writeAll (const QByteArray &buf, int fd) |
Protected Attributes | |
QStringList | args |
QIODevice::OpenMode | openMode |
KProcess::OutputChannelMode | outputChannelMode |
QString | prog |
KProcess * | q_ptr |
Detailed Description
Definition at line 27 of file kprocess_p.h.
Constructor & Destructor Documentation
◆ KProcessPrivate()
|
inlineprotected |
Definition at line 30 of file kprocess_p.h.
Member Function Documentation
◆ _k_forwardStderr()
|
protected |
Definition at line 93 of file kprocess.cpp.
◆ _k_forwardStdout()
|
protected |
Definition at line 84 of file kprocess.cpp.
◆ forwardStd()
|
protected |
Definition at line 74 of file kprocess.cpp.
◆ writeAll()
|
protected |
Definition at line 48 of file kprocess.cpp.
Member Data Documentation
◆ args
|
protected |
Definition at line 40 of file kprocess_p.h.
◆ openMode
|
protected |
Definition at line 42 of file kprocess_p.h.
◆ outputChannelMode
|
protected |
Definition at line 41 of file kprocess_p.h.
◆ prog
|
protected |
Definition at line 39 of file kprocess_p.h.
◆ q_ptr
|
protected |
Definition at line 44 of file kprocess_p.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.