Qyoto
4.0.6
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | Started () |
| |
void | Finished (int exitCode) |
| |
void | Finished (int exitCode, QProcess.ExitStatus exitStatus) |
void | Error (QProcess.ProcessError error) |
| |
void | StateChanged (QProcess.ProcessState state) |
| |
void | ReadyReadStandardOutput () |
| |
void | ReadyReadStandardError () |
| |
![]() | |
void | ReadyRead () |
| |
void | BytesWritten (long bytes) |
| |
void | AboutToClose () |
| |
void | ReadChannelFinished () |
| |
![]() | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtCore.IQProcessSignals.Error | ( | QProcess.ProcessError | error | ) |
Returns the type of error that occurred last.
See also state().
void QtCore.IQProcessSignals.Finished | ( | int | exitCode | ) |
This is an overloaded function.
Use finished(int exitCode, QProcess::ExitStatus status) instead.
void QtCore.IQProcessSignals.Finished | ( | int | exitCode, |
QProcess.ExitStatus | exitStatus | ||
) |
void QtCore.IQProcessSignals.ReadyReadStandardError | ( | ) |
This signal is emitted when the process has made new data available through its standard error channel (stderr). It is emitted regardless of the current read channel.
See also readAllStandardError() and readChannel().
void QtCore.IQProcessSignals.ReadyReadStandardOutput | ( | ) |
This signal is emitted when the process has made new data available through its standard output channel (stdout). It is emitted regardless of the current read channel.
See also readAllStandardOutput() and readChannel().
void QtCore.IQProcessSignals.Started | ( | ) |
This signal is emitted by QProcess when the process has started, and state() returns Running.
void QtCore.IQProcessSignals.StateChanged | ( | QProcess.ProcessState | state | ) |