KDEsu
stub.cpp
Go to the documentation of this file.
void reserve(int size)
QList< QByteArray > environment() const
Returns the additional environment variables set by setEnvironment()
Definition: process.cpp:181
char at(int i) const
QByteArray & setNum(short n, int base)
QByteArray readLine(bool block=true)
Reads a line from the program's standard out.
Definition: process.cpp:239
const T & at(int i) const
bool isNull() const
bool isEmpty() const
int count(const T &value) const
QByteArray mid(int pos, int len) const
QByteArray & append(char ch)
virtual void virtual_hook(int id, void *data)
Standard hack to add virtual methods in a BC way.
Definition: stub.cpp:233
void writeLine(const QByteArray &line, bool addNewline=true)
Writes a line of text to the program's standard in.
Definition: process.cpp:264
virtual QByteArray display()
This virtual function can be overloaded when special behavior is desired.
Definition: stub.cpp:219
Utility class to access the authentication tokens needed to run a KDE program (X11 cookies on X11...
Definition: kcookie.h:27
virtual void virtual_hook(int id, void *data)
Standard hack to add virtual methods in a BC way.
Definition: process.cpp:554
static QDebug kWarning(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
void setXOnly(bool xonly)
Set to "X only mode": Sycoca is not built and kdeinit is not launched.
Definition: stub.cpp:59
Definition: stub.h:64
int size() const
#define k_lineinfo
Definition: stub.h:64
QByteArray displayAuth() const
Returns the X11 magic cookie, if available.
Definition: kcookie.cpp:59
int enableLocalEcho(bool enable=true)
Enables/disables local echo on the pseudo tty.
Definition: process.cpp:406
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:36 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:24:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.