Go to the documentation of this file.
24#include <QtCore/QString>
58 explicit K3ProcIO ( QTextCodec *codec = 0 );
72 void setComm (Communication comm);
88 bool start (
RunMode runmode = NotifyOnExit,
bool includeStderr =
false);
96 bool writeStdin(
const QString &line,
bool appendnewline=
true);
104 bool writeStdin(
const QByteArray &line,
bool appendnewline);
111 bool writeStdin(
const QByteArray &data);
116 void closeWhenDone();
139 int readln (QString &line,
bool autoAck=
true,
bool *partial=0);
163 void enableReadSignals (
bool enable);
174 void controlledEmission ();
177 void received (
K3Process *proc,
char *buffer,
int buflen);
181 KProcIOPrivate*
const d;
A slightly simpler interface to K3Process.
void readReady(K3ProcIO *pio)
Emitted when the process is ready for reading.
RunMode
Run-modes for a child process.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by
doxygen 1.11.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.