KDE3Support
k3process.h
Go to the documentation of this file.
143 NoCommunication = 0,
144 Stdin = 1,
145 Stdout = 2,
146 Stderr = 4,
147 AllOutput = 6,
148 All = 7,
149 NoRead = 8,
151 CTtyOnly = NoRead,
154 MergedStderr = 16
183 OwnGroup
531 PrioHigher = -5, PrioHigh = -10, PrioHighest = -19 };
const char * input_data
The buffer holding the data that has to be sent to the child.
Definition: k3process.h:827
A class derived from K3Process to start child processes through a shell.
Definition: k3process.h:860
bool keepPrivs
If false, the child process' effective uid & gid will be reset to the real values.
Definition: k3process.h:690
const QList< QByteArray > & args()
Lets you see what your arguments are for debugging.
Definition: k3process.h:435
QDebug operator<<(QDebug s, KDebugStreamFunction f)
QList< QByteArray > arguments
The list of the process' command line arguments.
Definition: k3process.h:652
CommunicationFlag
Modes in which the communication channels can be opened.
Definition: k3process.h:142
Definition: k3process.h:127
The application is suspended until the started process is finished.
Definition: k3process.h:178
Communication communication
Lists the communication links that are activated for the child process.
Definition: k3process.h:808
The application is notified when the subprocess dies.
Definition: k3process.h:174
The application does not receive notifications from the subprocess when it is finished or aborted...
Definition: k3process.h:170
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.