![]() |
Qt 4.8
|
#include <qprocess_p.h>
Public Types | |
| enum | ProcessChannelType { Normal = 0, PipeSource = 1, PipeSink = 2, Redirect = 3 } |
Public Functions | |
| Channel () | |
| void | clear () |
| Channel & | operator= (const QString &fileName) |
| void | pipeFrom (QProcessPrivate *other) |
| void | pipeTo (QProcessPrivate *other) |
Public Variables | |
| bool | append: 1 |
| bool | closed: 1 |
| QString | file |
| QSocketNotifier * | notifier |
| Q_PIPE | pipe [2] |
| QProcessPrivate * | process |
| unsigned | type: 2 |
Definition at line 245 of file qprocess_p.h.
| Enumerator | |
|---|---|
| Normal | |
| PipeSource | |
| PipeSink | |
| Redirect | |
Definition at line 246 of file qprocess_p.h.
|
inline |
Definition at line 254 of file qprocess_p.h.
| void QProcessPrivate::Channel::clear | ( | ) |
Definition at line 445 of file qprocess.cpp.
Definition at line 262 of file qprocess_p.h.
|
inline |
|
inline |
| bool QProcessPrivate::Channel::append |
Definition at line 291 of file qprocess_p.h.
Referenced by QProcessPrivate::createChannel().
| bool QProcessPrivate::Channel::closed |
Definition at line 290 of file qprocess_p.h.
| QString QProcessPrivate::Channel::file |
Definition at line 284 of file qprocess_p.h.
Referenced by QProcessPrivate::createChannel().
| QSocketNotifier* QProcessPrivate::Channel::notifier |
Definition at line 286 of file qprocess_p.h.
Referenced by QProcessPrivate::createChannel().
| Q_PIPE QProcessPrivate::Channel::pipe[2] |
Definition at line 287 of file qprocess_p.h.
Referenced by QProcessPrivate::createChannel(), QProcessPrivate::pipeWriterBytesToWrite(), qt_create_commandline(), and qt_create_pipe().
| QProcessPrivate* QProcessPrivate::Channel::process |
Definition at line 285 of file qprocess_p.h.
Referenced by QProcessPrivate::createChannel().
| unsigned QProcessPrivate::Channel::type |
Definition at line 289 of file qprocess_p.h.
Referenced by QProcessPrivate::createChannel().