kgpg
klinebufferedprocess.h
Go to the documentation of this file.
bool hasLineStandardOutput() const
Checks if a line is ready on stdout.
Definition: klinebufferedprocess.cpp:118
void lineReadyStandardError()
Emitted when there is a line of data available from stderr when there was previously none...
Read output of a process split into lines.
Definition: klinebufferedprocess.h:56
bool readLineStandardOutput(QByteArray *line)
Reads a line of text (excluding '\n') from stdout.
Definition: klinebufferedprocess.cpp:88
void lineReadyStandardOutput()
Emitted when there is a line of data available from stdout when there was previously none...
friend class KLineBufferedProcessPrivate
Definition: klinebufferedprocess.h:59
bool readLineStandardError(QByteArray *line)
Reads a line of text (excluding '\n') from stderr.
Definition: klinebufferedprocess.cpp:103
bool hasLineStandardError() const
Checks if a line is ready on stdout.
Definition: klinebufferedprocess.cpp:123
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 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:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.