The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Core::QProcess

PUBLIC METHODS

QProcess(QObject * parent = 0)
QProcess(QObject * parent)
~QProcess()
bool atEnd()
qint64 bytesAvailable()
qint64 bytesToWrite()
bool canReadLine()
void close()
void closeReadChannel(QProcess::ProcessChannel channel)
void closeWriteChannel()
QStringList environment()
QProcess::ProcessError error()
static int execute(const QString & program)
static int execute(const QString & program, const QStringList & arguments)
int exitCode()
QProcess::ExitStatus exitStatus()
bool isSequential()
void kill()
qint64 pid()
QProcess::ProcessChannelMode processChannelMode()
QProcessEnvironment processEnvironment()
QByteArray readAllStandardError()
QByteArray readAllStandardOutput()
QProcess::ProcessChannel readChannel()
QProcess::ProcessChannelMode readChannelMode()
void setEnvironment(const QStringList & environment)
void setProcessChannelMode(QProcess::ProcessChannelMode mode)
void setProcessEnvironment(const QProcessEnvironment & environment)
void setReadChannel(QProcess::ProcessChannel channel)
void setReadChannelMode(QProcess::ProcessChannelMode mode)
void setStandardInputFile(const QString & fileName)
void setStandardOutputProcess(QProcess * destination)
void setWorkingDirectory(const QString & dir)
static bool startDetached(const QString & program)
static bool startDetached(const QString & program, const QStringList & arguments)
static bool startDetached(const QString & program, const QStringList & arguments, const QString & workingDirectory, qint64 * pid = 0)
static bool startDetached(const QString & program, const QStringList & arguments, const QString & workingDirectory, qint64 * pid)
QProcess::ProcessState state()
static QStringList systemEnvironment()
void terminate()
bool waitForBytesWritten(int msecs = 30000)
bool waitForBytesWritten(int msecs)
bool waitForFinished(int msecs = 30000)
bool waitForFinished(int msecs)
bool waitForReadyRead(int msecs = 30000)
bool waitForReadyRead(int msecs)
bool waitForStarted(int msecs = 30000)
bool waitForStarted(int msecs)
QString workingDirectory()

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html