KDE3Support
k3procio.cpp
Go to the documentation of this file.
void setComm(Communication comm)
Sets the communication mode to be passed to K3Process::start() by start().
Definition: k3procio.cpp:91
void enableReadSignals(bool enable)
Turns readReady() signals on and off.
Definition: k3procio.cpp:216
bool start(RunMode runmode=NotifyOnExit, bool includeStderr=false)
Starts the process.
Definition: k3procio.cpp:96
bool writeStdin(const QString &line, bool appendnewline=true)
Writes text to stdin of the process.
Definition: k3procio.cpp:113
void ackRead()
Call this after you have finished processing a readReady() signal.
Definition: k3procio.cpp:197
void received(K3Process *proc, char *buffer, int buflen)
Definition: k3procio.cpp:190
int readln(QString &line, bool autoAck=true, bool *partial=0)
Reads a line of text (up to and including '\n').
Definition: k3procio.cpp:225
Definition: k3process.h:128
void wroteStdin(K3Process *proc)
Emitted after all the data that has been specified by a prior call to writeStdin() has actually been ...
void receivedStdout(K3Process *proc, char *buffer, int buflen)
Emitted, when output from the child process has been received on stdout.
virtual bool start(RunMode runmode=NotifyOnExit, Communication comm=NoCommunication)
Starts the process.
Definition: k3process.cpp:239
void receivedStderr(K3Process *proc, char *buffer, int buflen)
Emitted, when output from the child process has been received on stderr.
virtual bool kill(int signo=SIGTERM)
Stop the process (by sending it a signal).
Definition: k3process.cpp:429
void clearArguments()
Clear a command line argument list that has been set by using operator<<.
Definition: k3process.cpp:234
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.