KPty
kptydevice.h
Go to the documentation of this file.
31 inline Class##Private* d_func() { return reinterpret_cast<Class##Private *>(SuperClass::d_ptr); } \
38class KPTY_EXPORT KPtyDevice : public QIODevice, public KPty { //krazy:exclude=dpointer (via macro)
void setSuspended(bool suspended)
Sets whether the KPtyDevice monitors the pty for incoming data.
Definition kptydevice.cpp:576
virtual qint64 writeData(const char *data, qint64 maxSize)
Definition kptydevice.cpp:603
bool isSuspended() const
Returns true if the KPtyDevice is not monitoring the pty for incoming data.
Definition kptydevice.cpp:582
virtual qint64 readLineData(char *data, qint64 maxSize)
Definition kptydevice.cpp:596
virtual qint64 readData(char *data, qint64 maxSize)
Definition kptydevice.cpp:589
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.