KPty
kptyprocess.cpp
Go to the documentation of this file.
129 d->pty->login(KUser(KUser::UseRealUserID).loginName().toLocal8Bit().data(), qgetenv("DISPLAY"));
void setUseUtmp(bool value)
Set whether to register the process as a TTY login in utmp.
Definition: kptyprocess.cpp:102
void setPtyChannels(PtyChannels channels)
Set to which channels the PTY should be assigned.
Definition: kptyprocess.cpp:88
bool isUseUtmp() const
Get whether to register the process as a TTY login in utmp.
Definition: kptyprocess.cpp:109
PtyChannels ptyChannels() const
Query to which channels the PTY is assigned.
Definition: kptyprocess.cpp:95
This class extends KProcess by support for PTYs (pseudo TTYs).
Definition: kptyprocess.h:48
Encapsulates KPty into a QIODevice, so it can be used with Q*Stream, etc.
Definition: kptydevice.h:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.