| close() | QProcess | |
| closeReadChannel(ProcessChannel channel) | QProcess | |
| closeWriteChannel() | QProcess | |
| environment() | QProcess | |
| error(QProcess::ProcessError error) | QProcess | |
| execute(const QString &program, const QStringList &arguments) | QProcess | |
| execute(const QString &program) | QProcess | |
| exitCode() | QProcess | |
| ExitStatusQProcess::exitStatus() | QProcess | |
| finished(int exitCode, QProcess::ExitStatus exitStatus) | QProcess | |
| getAllStderr() | KLFBlockProcess | inline |
| getAllStdout() | KLFBlockProcess | inline |
| kill() | QProcess | |
| KLFBlockProcess(QObject *parent=0) | KLFBlockProcess | |
| pid() | QProcess | |
| processChannelMode() | QProcess | |
| ProcessErrorQProcess::error() | QProcess | |
| processExitStatus() const | KLFBlockProcess | inline |
| processNormalExit() const | KLFBlockProcess | inline |
| ProcessStateQProcess::state() | QProcess | |
| QProcess(QObject *parent=0) | QProcess | |
| readAllStandardError() | QProcess | |
| readAllStandardOutput() | QProcess | |
| readChannel() | QProcess | |
| readStderrString() | KLFBlockProcess | inlineslot |
| readStdoutString() | KLFBlockProcess | inlineslot |
| readyReadStandardError() | QProcess | |
| readyReadStandardOutput() | QProcess | |
| setEnvironment(const QStringList &environment) | QProcess | |
| setProcessAppEvents(bool processAppEvents) | KLFBlockProcess | inline |
| setProcessChannelMode(ProcessChannelMode mode) | QProcess | |
| setProcessState(ProcessState state) | QProcess | |
| setReadChannel(ProcessChannel channel) | QProcess | |
| setStandardErrorFile(const QString &fileName, OpenMode mode=Truncate) | QProcess | |
| setStandardInputFile(const QString &fileName) | QProcess | |
| setStandardOutputFile(const QString &fileName, OpenMode mode=Truncate) | QProcess | |
| setStandardOutputProcess(QProcess *destination) | QProcess | |
| setupChildProcess() | QProcess | |
| setWorkingDirectory(const QString &dir) | QProcess | |
| start(const QString &program, const QStringList &arguments, OpenMode mode=ReadWrite) | QProcess | |
| start(const QString &program, OpenMode mode=ReadWrite) | QProcess | |
| startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid=0) | QProcess | |
| startDetached(const QString &program, const QStringList &arguments) | QProcess | |
| startDetached(const QString &program) | QProcess | |
| started() | QProcess | |
| startProcess(QStringList cmd, QByteArray stdindata, QStringList env=QStringList()) | KLFBlockProcess | slot |
| startProcess(QStringList cmd, QStringList env=QStringList()) | KLFBlockProcess | slot |
| stateChanged(QProcess::ProcessState newState) | QProcess | |
| systemEnvironment() | QProcess | |
| terminate() | QProcess | |
| waitForFinished(int msecs=30000) | QProcess | |
| waitForStarted(int msecs=30000) | QProcess | |
| workingDirectory() | QProcess | |
| ~KLFBlockProcess() | KLFBlockProcess | |