KDE3Support
k3procio.h
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 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
virtual bool start(RunMode runmode=NotifyOnExit, Communication comm=NoCommunication)
Starts the process.
Definition k3process.cpp:239
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.