kalarm/lib
shellprocess.h
Go to the documentation of this file.
Definition: shellprocess.h:69
void shellExited(ShellProcess *)
Signal emitted when the shell process execution completes.
Definition: shellprocess.h:71
void writeStdin(const char *buffer, int bufflen)
Writes a string to the process's STDIN.
Definition: shellprocess.cpp:104
Definition: shellprocess.h:68
Definition: shellprocess.h:67
static bool authorised()
Returns whether the user is authorised to run shell commands.
Definition: shellprocess.cpp:215
Status status() const
Returns the current status of the shell process.
Definition: shellprocess.h:83
Definition: shellprocess.h:72
static const QByteArray & shellPath()
Determines which shell to use.
Definition: shellprocess.cpp:180
QString errorMessage() const
Returns the error message corresponding to the command exit status.
Definition: shellprocess.cpp:153
void stdinExit()
Tell the process to exit once any outstanding STDIN strings have been written.
Definition: shellprocess.cpp:141
Definition: shellprocess.h:66
bool normalExit() const
Returns whether the command was run successfully.
Definition: shellprocess.h:89
void receivedStdout(ShellProcess *)
Signal emitted when input is available from the process's stdout.
Definition: shellprocess.h:70
const QString & command() const
Returns the command configured to be run.
Definition: shellprocess.h:91
void receivedStderr(ShellProcess *)
Signal emitted when input is available from the process's stderr.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:20 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:59:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.