KDECore
kprocess.h
Go to the documentation of this file.
55 SeparateChannels = QProcess::SeparateChannels,
58 MergedChannels = QProcess::MergedChannels,
61 ForwardedChannels = QProcess::ForwardedChannels,
64 OnlyStdoutChannel,
66 OnlyStderrChannel
258 static int execute(const QString &exe, const QStringList &args = QStringList(), int msecs = -1);
typedef OpenMode
int execute(const QString &program, const QStringList &arguments)
bool startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid)
Definition: kprocess_p.h:27
ProcessChannelMode processChannelMode() const
void setReadChannelMode(ProcessChannelMode mode)
Q_PID pid() const
void setProcessChannelMode(ProcessChannelMode mode)
ProcessChannelMode readChannelMode() const
void start(const QString &program, const QStringList &arguments, QFlags< QIODevice::OpenModeFlag > mode)
QDataStream & operator<<(QDataStream &d, const ActionReply &reply)
Definition: kauthactionreply.cpp:181
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:11 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:22:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.