| void | _create | | Ensures the C++ object is created |
| void | _destroy | | Explicitly destroys the object |
| [const] | bool | _destroyed? | | Returns a value indicating whether the object was already destroyed |
| [const] | bool | _is_const_object? | | Returns a value indicating whether the reference is a const reference |
| void | _manage | | Marks the object as managed by the script side. |
| void | _unmanage | | Marks the object as no longer owned by the script side. |
| [signal] | void | aboutToClose | | Signal declaration for QProcess::aboutToClose() |
| [const] | bool | atEnd | | Method () const |
| [const] | long long | bytesAvailable | | Method () const |
| [const] | long long | bytesToWrite | | Method () const |
| [signal] | void | bytesWritten | (long long bytes) | Signal declaration for QProcess::bytesWritten(qint64 bytes) |
| [const] | bool | canReadLine | | Method () const |
| void | close | | Method () |
| void | closeReadChannel | (const QProcess_ProcessChannel channel) | Method void QProcess::closeReadChannel(QProcess::ProcessChannel channel) |
| void | closeWriteChannel | | Method void QProcess::closeWriteChannel() |
| [signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QProcess::destroyed(QObject *) |
| [const] | string[] | environment | | Method QStringList QProcess::environment() |
| void | environment= | (string[] environment) | Method void QProcess::setEnvironment(const QStringList &environment) |
| [const] | QProcess_ProcessError | error | | Method QProcess::ProcessError QProcess::error() |
| [signal] | void | error_sig | (const QProcess_ProcessError error) | Signal declaration for QProcess::error(QProcess::ProcessError error) |
| [const] | int | exitCode | | Method int QProcess::exitCode() |
| [const] | QProcess_ExitStatus | exitStatus | | Method QProcess::ExitStatus QProcess::exitStatus() |
| [signal] | void | finished | (int exitCode, const QProcess_ExitStatus exitStatus) | Signal declaration for QProcess::finished(int exitCode, QProcess::ExitStatus exitStatus) |
| [signal] | void | finished_int | (int exitCode) | Signal declaration for QProcess::finished(int exitCode) |
| [const] | bool | isSequential? | | Method () const |
| void | kill | | Method void QProcess::kill() |
| [const] | unsigned long | pid | | Method Q_PID QProcess::pid() |
| [const] | QProcess_ProcessChannelMode | processChannelMode | | Method QProcess::ProcessChannelMode QProcess::processChannelMode() |
| void | processChannelMode= | (const QProcess_ProcessChannelMode mode) | Method void QProcess::setProcessChannelMode(QProcess::ProcessChannelMode mode) |
| [const] | QProcessEnvironment | processEnvironment | | Method QProcessEnvironment QProcess::processEnvironment() |
| void | processEnvironment= | (const QProcessEnvironment environment) | Method void QProcess::setProcessEnvironment(const QProcessEnvironment &environment) |
| string | readAllStandardError | | Method QByteArray QProcess::readAllStandardError() |
| string | readAllStandardOutput | | Method QByteArray QProcess::readAllStandardOutput() |
| [const] | QProcess_ProcessChannel | readChannel | | Method QProcess::ProcessChannel QProcess::readChannel() |
| void | readChannel= | (const QProcess_ProcessChannel channel) | Method void QProcess::setReadChannel(QProcess::ProcessChannel channel) |
| [signal] | void | readChannelFinished | | Signal declaration for QProcess::readChannelFinished() |
| [const] | QProcess_ProcessChannelMode | readChannelMode | | Method QProcess::ProcessChannelMode QProcess::readChannelMode() |
| void | readChannelMode= | (const QProcess_ProcessChannelMode mode) | Method void QProcess::setReadChannelMode(QProcess::ProcessChannelMode mode) |
| [signal] | void | readyRead | | Signal declaration for QProcess::readyRead() |
| [signal] | void | readyReadStandardError | | Signal declaration for QProcess::readyReadStandardError() |
| [signal] | void | readyReadStandardOutput | | Signal declaration for QProcess::readyReadStandardOutput() |
| void | setEnvironment | (string[] environment) | Method void QProcess::setEnvironment(const QStringList &environment) |
| void | setProcessChannelMode | (const QProcess_ProcessChannelMode mode) | Method void QProcess::setProcessChannelMode(QProcess::ProcessChannelMode mode) |
| void | setProcessEnvironment | (const QProcessEnvironment environment) | Method void QProcess::setProcessEnvironment(const QProcessEnvironment &environment) |
| void | setReadChannel | (const QProcess_ProcessChannel channel) | Method void QProcess::setReadChannel(QProcess::ProcessChannel channel) |
| void | setReadChannelMode | (const QProcess_ProcessChannelMode mode) | Method void QProcess::setReadChannelMode(QProcess::ProcessChannelMode mode) |
| void | setStandardErrorFile | (string fileName, QIODevice_QFlags_OpenModeFlag mode = QIODevice::Truncate) | Method void QProcess::setStandardErrorFile(const QString &fileName, QFlags<QIODevice::OpenModeFlag> mode) |
| void | setStandardInputFile | (string fileName) | Method void QProcess::setStandardInputFile(const QString &fileName) |
| void | setStandardOutputFile | (string fileName, QIODevice_QFlags_OpenModeFlag mode = QIODevice::Truncate) | Method void QProcess::setStandardOutputFile(const QString &fileName, QFlags<QIODevice::OpenModeFlag> mode) |
| void | setStandardOutputProcess | (QProcess ptr destination) | Method void QProcess::setStandardOutputProcess(QProcess *destination) |
| void | setWorkingDirectory | (string dir) | Method void QProcess::setWorkingDirectory(const QString &dir) |
| void | start | (string program, string[] arguments, QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite) | Method void QProcess::start(const QString &program, const QStringList &arguments, QFlags<QIODevice::OpenModeFlag> mode) |
| void | start | (string program, QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite) | Method void QProcess::start(const QString &program, QFlags<QIODevice::OpenModeFlag> mode) |
| [signal] | void | started | | Signal declaration for QProcess::started() |
| [const] | QProcess_ProcessState | state | | Method QProcess::ProcessState QProcess::state() |
| [signal] | void | stateChanged | (const QProcess_ProcessState state) | Signal declaration for QProcess::stateChanged(QProcess::ProcessState state) |
| void | terminate | | Method void QProcess::terminate() |
| bool | waitForBytesWritten | (int msecs = 30000) | Method (int) |
| bool | waitForFinished | (int msecs = 30000) | Method bool QProcess::waitForFinished(int msecs) |
| bool | waitForReadyRead | (int msecs = 30000) | Method (int) |
| bool | waitForStarted | (int msecs = 30000) | Method bool QProcess::waitForStarted(int msecs) |
| [const] | string | workingDirectory | | Method QString QProcess::workingDirectory() |
| void | workingDirectory= | (string dir) | Method void QProcess::setWorkingDirectory(const QString &dir) |
| [static,const] | QProcess_ExitStatus | CrashExit | | Enum constant QProcess::CrashExit |
| [static,const] | QProcess_ProcessError | Crashed | | Enum constant QProcess::Crashed |
| [static,const] | QProcess_ProcessError | FailedToStart | | Enum constant QProcess::FailedToStart |
| [static,const] | QProcess_ProcessChannelMode | ForwardedChannels | | Enum constant QProcess::ForwardedChannels |
| [static,const] | QProcess_ProcessChannelMode | MergedChannels | | Enum constant QProcess::MergedChannels |
| [static,const] | QProcess_ExitStatus | NormalExit | | Enum constant QProcess::NormalExit |
| [static,const] | QProcess_ProcessState | NotRunning | | Enum constant QProcess::NotRunning |
| [static,const] | QProcess_ProcessError | ReadError | | Enum constant QProcess::ReadError |
| [static,const] | QProcess_ProcessState | Running | | Enum constant QProcess::Running |
| [static,const] | QProcess_ProcessChannelMode | SeparateChannels | | Enum constant QProcess::SeparateChannels |
| [static,const] | QProcess_ProcessChannel | StandardError | | Enum constant QProcess::StandardError |
| [static,const] | QProcess_ProcessChannel | StandardOutput | | Enum constant QProcess::StandardOutput |
| [static,const] | QProcess_ProcessState | Starting | | Enum constant QProcess::Starting |
| [static,const] | QProcess_ProcessError | Timedout | | Enum constant QProcess::Timedout |
| [static,const] | QProcess_ProcessError | UnknownError | | Enum constant QProcess::UnknownError |
| [static,const] | QProcess_ProcessError | WriteError | | Enum constant QProcess::WriteError |
| int | execute | (string program, string[] arguments) | Static method int QProcess::execute(const QString &program, const QStringList &arguments) |
| int | execute | (string program) | Static method int QProcess::execute(const QString &program) |
| bool | startDetached | (string program, string[] arguments, string workingDirectory, long long ptr pid = 0) | Static method bool QProcess::startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid) |
| bool | startDetached | (string program, string[] arguments) | Static method bool QProcess::startDetached(const QString &program, const QStringList &arguments) |
| bool | startDetached | (string program) | Static method bool QProcess::startDetached(const QString &program) |
| QMetaObject | staticMetaObject | | Obtains the static MetaObject for this class. |
| string[] | systemEnvironment | | Static method QStringList QProcess::systemEnvironment() |
| string | tr | (string s, string c = 0) | Static method QString QProcess::tr(const char *s, const char *c) |
| string | tr | (string s, string c, int n) | Static method QString QProcess::tr(const char *s, const char *c, int n) |
| string | trUtf8 | (string s, string c = 0) | Static method QString QProcess::trUtf8(const char *s, const char *c) |
| string | trUtf8 | (string s, string c, int n) | Static method QString QProcess::trUtf8(const char *s, const char *c, int n) |
CrashExit | Signature: [static,const] QProcess_ExitStatus CrashExit Description: Enum constant QProcess::CrashExit |
Crashed | Signature: [static,const] QProcess_ProcessError Crashed Description: Enum constant QProcess::Crashed |
FailedToStart | Signature: [static,const] QProcess_ProcessError FailedToStart Description: Enum constant QProcess::FailedToStart |
ForwardedChannels | Signature: [static,const] QProcess_ProcessChannelMode ForwardedChannels Description: Enum constant QProcess::ForwardedChannels |
MergedChannels | Signature: [static,const] QProcess_ProcessChannelMode MergedChannels Description: Enum constant QProcess::MergedChannels |
NormalExit | Signature: [static,const] QProcess_ExitStatus NormalExit Description: Enum constant QProcess::NormalExit |
NotRunning | Signature: [static,const] QProcess_ProcessState NotRunning Description: Enum constant QProcess::NotRunning |
ReadError | Signature: [static,const] QProcess_ProcessError ReadError Description: Enum constant QProcess::ReadError |
Running | Signature: [static,const] QProcess_ProcessState Running Description: Enum constant QProcess::Running |
SeparateChannels | Signature: [static,const] QProcess_ProcessChannelMode SeparateChannels Description: Enum constant QProcess::SeparateChannels |
StandardError | Signature: [static,const] QProcess_ProcessChannel StandardError Description: Enum constant QProcess::StandardError |
StandardOutput | Signature: [static,const] QProcess_ProcessChannel StandardOutput Description: Enum constant QProcess::StandardOutput |
Starting | Signature: [static,const] QProcess_ProcessState Starting Description: Enum constant QProcess::Starting |
Timedout | Signature: [static,const] QProcess_ProcessError Timedout Description: Enum constant QProcess::Timedout |
UnknownError | Signature: [static,const] QProcess_ProcessError UnknownError Description: Enum constant QProcess::UnknownError |
WriteError | Signature: [static,const] QProcess_ProcessError WriteError Description: Enum constant QProcess::WriteError |
_create | Signature: void _create Description: Ensures the C++ object is created
Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object
Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception.
If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed
This method returns true, if the object was destroyed, either explicitly or by the C++ side.
The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference
This method returns true, if self is a const reference.
In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side.
After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side.
Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
aboutToClose | Signature: [signal] void aboutToClose Description: Signal declaration for QProcess::aboutToClose()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'aboutToClose'. This is the getter.
The object exposes a readable attribute 'aboutToClose'. This is the getter.
The object exposes a writable attribute 'aboutToClose'. This is the setter.
|
atEnd | Signature: [const] bool atEnd Description: Method () const
This is a reimplementation of QIODevice::atEnd |
bytesAvailable | Signature: [const] long long bytesAvailable Description: Method () const
This is a reimplementation of QIODevice::bytesAvailable |
bytesToWrite | Signature: [const] long long bytesToWrite Description: Method () const
This is a reimplementation of QIODevice::bytesToWrite |
bytesWritten | Signature: [signal] void bytesWritten (long long bytes) Description: Signal declaration for QProcess::bytesWritten(qint64 bytes)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'bytesWritten'. This is the getter.
The object exposes a writable attribute 'bytesWritten'. This is the setter.
This method is available as method 'bytesWritten_' in Python
|
canReadLine | Signature: [const] bool canReadLine Description: Method () const
This is a reimplementation of QIODevice::canReadLine |
close | Signature: void close Description: Method ()
This is a reimplementation of QIODevice::close |
closeReadChannel | Signature: void closeReadChannel (const QProcess_ProcessChannel channel) Description: Method void QProcess::closeReadChannel(QProcess::ProcessChannel channel) |
closeWriteChannel | Signature: void closeWriteChannel Description: Method void QProcess::closeWriteChannel() |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QProcess::destroyed(QObject *)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'destroyed'. This is the getter.
The object exposes a writable attribute 'destroyed'. This is the setter.
This method is available as method 'destroyed_' in Python
|
environment | Signature: [const] string[] environment Description: Method QStringList QProcess::environment() Python specific notes: The object exposes a readable attribute 'environment'. This is the getter.
|
environment= | Signature: void environment= (string[] environment) Description: Method void QProcess::setEnvironment(const QStringList &environment) Python specific notes: The object exposes a writable attribute 'environment'. This is the setter.
|
error | Signature: [const] QProcess_ProcessError error Description: Method QProcess::ProcessError QProcess::error() |
error_sig | Signature: [signal] void error_sig (const QProcess_ProcessError error) Description: Signal declaration for QProcess::error(QProcess::ProcessError error)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'error_sig'. This is the getter.
The object exposes a writable attribute 'error_sig'. This is the setter.
This method is available as method 'error_sig_' in Python
|
execute | Signature: [static] int execute (string program,string[] arguments) Description: Static method int QProcess::execute(const QString &program, const QStringList &arguments)
This method is static and can be called without an instance. |
Signature: [static] int execute (string program) Description: Static method int QProcess::execute(const QString &program)
This method is static and can be called without an instance. |
exitCode | Signature: [const] int exitCode Description: Method int QProcess::exitCode() |
exitStatus | Signature: [const] QProcess_ExitStatus exitStatus Description: Method QProcess::ExitStatus QProcess::exitStatus() |
finished | Signature: [signal] void finished (int exitCode,const QProcess_ExitStatus exitStatus) Description: Signal declaration for QProcess::finished(int exitCode, QProcess::ExitStatus exitStatus)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'finished'. This is the getter.
The object exposes a writable attribute 'finished'. This is the setter.
This method is available as method 'finished_' in Python
|
finished_int | Signature: [signal] void finished_int (int exitCode) Description: Signal declaration for QProcess::finished(int exitCode)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'finished_int'. This is the getter.
The object exposes a writable attribute 'finished_int'. This is the setter.
This method is available as method 'finished_int_' in Python
|
isSequential? | Signature: [const] bool isSequential? Description: Method () const
This is a reimplementation of QIODevice::isSequential |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead |
kill | Signature: void kill Description: Method void QProcess::kill() |
new | Signature: [static] new QProcess new (QObject ptr parent = 0) Description: Constructor QProcess::QProcess(QObject *parent)
This method creates an object of class QProcess. Python specific notes: This method is the default initializer of the object
|
pid | Signature: [const] unsigned long pid Description: Method Q_PID QProcess::pid() |
processChannelMode | Signature: [const] QProcess_ProcessChannelMode processChannelMode Description: Method QProcess::ProcessChannelMode QProcess::processChannelMode() Python specific notes: The object exposes a readable attribute 'processChannelMode'. This is the getter.
|
processChannelMode= | Signature: void processChannelMode= (const QProcess_ProcessChannelMode mode) Description: Method void QProcess::setProcessChannelMode(QProcess::ProcessChannelMode mode) Python specific notes: The object exposes a writable attribute 'processChannelMode'. This is the setter.
|
processEnvironment | Signature: [const] QProcessEnvironment processEnvironment Description: Method QProcessEnvironment QProcess::processEnvironment() Python specific notes: The object exposes a readable attribute 'processEnvironment'. This is the getter.
|
processEnvironment= | Signature: void processEnvironment= (const QProcessEnvironment environment) Description: Method void QProcess::setProcessEnvironment(const QProcessEnvironment &environment) Python specific notes: The object exposes a writable attribute 'processEnvironment'. This is the setter.
|
readAllStandardError | Signature: string readAllStandardError Description: Method QByteArray QProcess::readAllStandardError() |
readAllStandardOutput | Signature: string readAllStandardOutput Description: Method QByteArray QProcess::readAllStandardOutput() |
readChannel | Signature: [const] QProcess_ProcessChannel readChannel Description: Method QProcess::ProcessChannel QProcess::readChannel() Python specific notes: The object exposes a readable attribute 'readChannel'. This is the getter.
|
readChannel= | Signature: void readChannel= (const QProcess_ProcessChannel channel) Description: Method void QProcess::setReadChannel(QProcess::ProcessChannel channel) Python specific notes: The object exposes a writable attribute 'readChannel'. This is the setter.
|
readChannelFinished | Signature: [signal] void readChannelFinished Description: Signal declaration for QProcess::readChannelFinished()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'readChannelFinished'. This is the getter.
The object exposes a readable attribute 'readChannelFinished'. This is the getter.
The object exposes a writable attribute 'readChannelFinished'. This is the setter.
|
readChannelMode | Signature: [const] QProcess_ProcessChannelMode readChannelMode Description: Method QProcess::ProcessChannelMode QProcess::readChannelMode() Python specific notes: The object exposes a readable attribute 'readChannelMode'. This is the getter.
|
readChannelMode= | Signature: void readChannelMode= (const QProcess_ProcessChannelMode mode) Description: Method void QProcess::setReadChannelMode(QProcess::ProcessChannelMode mode) Python specific notes: The object exposes a writable attribute 'readChannelMode'. This is the setter.
|
readyRead | Signature: [signal] void readyRead Description: Signal declaration for QProcess::readyRead()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'readyRead'. This is the getter.
The object exposes a readable attribute 'readyRead'. This is the getter.
The object exposes a writable attribute 'readyRead'. This is the setter.
|
readyReadStandardError | Signature: [signal] void readyReadStandardError Description: Signal declaration for QProcess::readyReadStandardError()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'readyReadStandardError'. This is the getter.
The object exposes a readable attribute 'readyReadStandardError'. This is the getter.
The object exposes a writable attribute 'readyReadStandardError'. This is the setter.
|
readyReadStandardOutput | Signature: [signal] void readyReadStandardOutput Description: Signal declaration for QProcess::readyReadStandardOutput()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'readyReadStandardOutput'. This is the getter.
The object exposes a readable attribute 'readyReadStandardOutput'. This is the getter.
The object exposes a writable attribute 'readyReadStandardOutput'. This is the setter.
|
setEnvironment | Signature: void setEnvironment (string[] environment) Description: Method void QProcess::setEnvironment(const QStringList &environment) Python specific notes: The object exposes a writable attribute 'environment'. This is the setter.
|
setProcessChannelMode | Signature: void setProcessChannelMode (const QProcess_ProcessChannelMode mode) Description: Method void QProcess::setProcessChannelMode(QProcess::ProcessChannelMode mode) Python specific notes: The object exposes a writable attribute 'processChannelMode'. This is the setter.
|
setProcessEnvironment | Signature: void setProcessEnvironment (const QProcessEnvironment environment) Description: Method void QProcess::setProcessEnvironment(const QProcessEnvironment &environment) Python specific notes: The object exposes a writable attribute 'processEnvironment'. This is the setter.
|
setReadChannel | Signature: void setReadChannel (const QProcess_ProcessChannel channel) Description: Method void QProcess::setReadChannel(QProcess::ProcessChannel channel) Python specific notes: The object exposes a writable attribute 'readChannel'. This is the setter.
|
setReadChannelMode | Signature: void setReadChannelMode (const QProcess_ProcessChannelMode mode) Description: Method void QProcess::setReadChannelMode(QProcess::ProcessChannelMode mode) Python specific notes: The object exposes a writable attribute 'readChannelMode'. This is the setter.
|
setStandardErrorFile | Signature: void setStandardErrorFile (string fileName,QIODevice_QFlags_OpenModeFlag mode = QIODevice::Truncate) Description: Method void QProcess::setStandardErrorFile(const QString &fileName, QFlags<QIODevice::OpenModeFlag> mode) |
setStandardInputFile | Signature: void setStandardInputFile (string fileName) Description: Method void QProcess::setStandardInputFile(const QString &fileName) |
setStandardOutputFile | Signature: void setStandardOutputFile (string fileName,QIODevice_QFlags_OpenModeFlag mode = QIODevice::Truncate) Description: Method void QProcess::setStandardOutputFile(const QString &fileName, QFlags<QIODevice::OpenModeFlag> mode) |
setStandardOutputProcess | Signature: void setStandardOutputProcess (QProcess ptr destination) Description: Method void QProcess::setStandardOutputProcess(QProcess *destination) |
setWorkingDirectory | Signature: void setWorkingDirectory (string dir) Description: Method void QProcess::setWorkingDirectory(const QString &dir) Python specific notes: The object exposes a writable attribute 'workingDirectory'. This is the setter.
|
start | Signature: void start (string program,string[] arguments,QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite) Description: Method void QProcess::start(const QString &program, const QStringList &arguments, QFlags<QIODevice::OpenModeFlag> mode) |
Signature: void start (string program,QIODevice_QFlags_OpenModeFlag mode = QIODevice::ReadWrite) Description: Method void QProcess::start(const QString &program, QFlags<QIODevice::OpenModeFlag> mode) |
startDetached | Signature: [static] bool startDetached (string program,string[] arguments,string workingDirectory,long long ptr pid = 0) Description: Static method bool QProcess::startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid)
This method is static and can be called without an instance. |
Signature: [static] bool startDetached (string program,string[] arguments) Description: Static method bool QProcess::startDetached(const QString &program, const QStringList &arguments)
This method is static and can be called without an instance. |
Signature: [static] bool startDetached (string program) Description: Static method bool QProcess::startDetached(const QString &program)
This method is static and can be called without an instance. |
started | Signature: [signal] void started Description: Signal declaration for QProcess::started()
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'started'. This is the getter.
The object exposes a readable attribute 'started'. This is the getter.
The object exposes a writable attribute 'started'. This is the setter.
|
state | Signature: [const] QProcess_ProcessState state Description: Method QProcess::ProcessState QProcess::state() |
stateChanged | Signature: [signal] void stateChanged (const QProcess_ProcessState state) Description: Signal declaration for QProcess::stateChanged(QProcess::ProcessState state)
You can bind a procedure to this signal. Python specific notes: The object exposes a readable attribute 'stateChanged'. This is the getter.
The object exposes a writable attribute 'stateChanged'. This is the setter.
This method is available as method 'stateChanged_' in Python
|
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
systemEnvironment | Signature: [static] string[] systemEnvironment Description: Static method QStringList QProcess::systemEnvironment()
This method is static and can be called without an instance. |
terminate | Signature: void terminate Description: Method void QProcess::terminate() |
tr | Signature: [static] string tr (string s,string c = 0) Description: Static method QString QProcess::tr(const char *s, const char *c)
This method is static and can be called without an instance. |
Signature: [static] string tr (string s,string c,int n) Description: Static method QString QProcess::tr(const char *s, const char *c, int n)
This method is static and can be called without an instance. |
trUtf8 | Signature: [static] string trUtf8 (string s,string c = 0) Description: Static method QString QProcess::trUtf8(const char *s, const char *c)
This method is static and can be called without an instance. |
Signature: [static] string trUtf8 (string s,string c,int n) Description: Static method QString QProcess::trUtf8(const char *s, const char *c, int n)
This method is static and can be called without an instance. |
waitForBytesWritten | Signature: bool waitForBytesWritten (int msecs = 30000) Description: Method (int)
This is a reimplementation of QIODevice::waitForBytesWritten |
waitForFinished | Signature: bool waitForFinished (int msecs = 30000) Description: Method bool QProcess::waitForFinished(int msecs) |
waitForReadyRead | Signature: bool waitForReadyRead (int msecs = 30000) Description: Method (int)
This is a reimplementation of QIODevice::waitForReadyRead |
waitForStarted | Signature: bool waitForStarted (int msecs = 30000) Description: Method bool QProcess::waitForStarted(int msecs) |
workingDirectory | Signature: [const] string workingDirectory Description: Method QString QProcess::workingDirectory() Python specific notes: The object exposes a readable attribute 'workingDirectory'. This is the getter.
|
workingDirectory= | Signature: void workingDirectory= (string dir) Description: Method void QProcess::setWorkingDirectory(const QString &dir) Python specific notes: The object exposes a writable attribute 'workingDirectory'. This is the setter.
|