Qt.QProcess Class

public class QProcess: QObject, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QProcess

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QProcess Constructors

QProcess(Qt.QObject, System.String) Constructor
QProcess(System.String, Qt.QObject, System.String) Constructor
QProcess(Qt.QStringList, Qt.QObject, System.String) Constructor
QProcess() Constructor
QProcess(Qt.QObject) Constructor
QProcess(System.String) Constructor
QProcess(System.String, Qt.QObject) Constructor
QProcess(Qt.QStringList) Constructor
QProcess(Qt.QStringList, Qt.QObject) Constructor
QProcess(void *) Constructor

QProcess Methods

QProcess.AddArgument Method
QProcess.Arguments Method
QProcess.CanReadLineStderr Method
QProcess.CanReadLineStdout Method
QProcess.ClearArguments Method
QProcess.CloseStdin Method
QProcess.ConnectNotify Method
QProcess.DisconnectNotify Method
QProcess.ExitStatus Method
QProcess.Finalize Method
QProcess.FlushStdin Method
QProcess.IsRunning Method
QProcess.Kill Method
QProcess.Launch(System.String, Qt.QStringList) Method
QProcess.Launch(byte[], Qt.QStringList) Method
QProcess.Launch(System.String) Method
QProcess.Launch(byte[]) Method
QProcess.NormalExit Method
QProcess.ProcessIdentifier Method
QProcess.ReadLineStderr Method
QProcess.ReadLineStdout Method
QProcess.ReadStderr Method
QProcess.ReadStdout Method
QProcess.SetArguments Method
QProcess.SetCommunication Method
QProcess.SetWorkingDirectory Method
QProcess.Start(Qt.QStringList) Method
QProcess.Start() Method
QProcess.TheCommunication Method
QProcess.TryTerminate Method
QProcess.WorkingDirectory Method
QProcess.WriteToStdin(byte[]) Method
QProcess.WriteToStdin(System.String) Method


QProcess(Qt.QObject, System.String) Constructor

public void QProcess(Qt.QObject parent, System.String name);

See Also

Qt.QProcess Class, Qt Namespace

QProcess(System.String, Qt.QObject, System.String) Constructor

public void QProcess(System.String arg0, Qt.QObject parent, System.String name);

See Also

Qt.QProcess Class, Qt Namespace

QProcess(Qt.QStringList, Qt.QObject, System.String) Constructor

public void QProcess(Qt.QStringList args, Qt.QObject parent, System.String name);

See Also

Qt.QProcess Class, Qt Namespace

QProcess() Constructor

public void QProcess();

See Also

Qt.QProcess Class, Qt Namespace

QProcess(Qt.QObject) Constructor

public void QProcess(Qt.QObject parent);

See Also

Qt.QProcess Class, Qt Namespace

QProcess(System.String) Constructor

public void QProcess(System.String arg0);

See Also

Qt.QProcess Class, Qt Namespace

QProcess(System.String, Qt.QObject) Constructor

public void QProcess(System.String arg0, Qt.QObject parent);

See Also

Qt.QProcess Class, Qt Namespace

QProcess(Qt.QStringList) Constructor

public void QProcess(Qt.QStringList args);

See Also

Qt.QProcess Class, Qt Namespace

QProcess(Qt.QStringList, Qt.QObject) Constructor

public void QProcess(Qt.QStringList args, Qt.QObject parent);

See Also

Qt.QProcess Class, Qt Namespace

QProcess(void *) Constructor

public void QProcess(void * ptr);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.AddArgument Method

public void AddArgument(System.String arg);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.Arguments Method

public Qt.QStringList Arguments();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.CanReadLineStderr Method

public bool CanReadLineStderr();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.CanReadLineStdout Method

public bool CanReadLineStdout();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.ClearArguments Method

public void ClearArguments();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.CloseStdin Method

public void CloseStdin();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.ConnectNotify Method

protected void ConnectNotify(System.String signal);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.DisconnectNotify Method

protected void DisconnectNotify(System.String signal);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.ExitStatus Method

public int ExitStatus();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.Finalize Method

protected override void Finalize();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.FlushStdin Method

public void FlushStdin();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.IsRunning Method

public bool IsRunning();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.Kill Method

public void Kill();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.Launch(System.String, Qt.QStringList) Method

public bool Launch(System.String buf, Qt.QStringList env);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.Launch(byte[], Qt.QStringList) Method

public bool Launch(byte[] buf, Qt.QStringList env);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.Launch(System.String) Method

public bool Launch(System.String buf);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.Launch(byte[]) Method

public bool Launch(byte[] buf);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.NormalExit Method

public bool NormalExit();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.ProcessIdentifier Method

public long ProcessIdentifier();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.ReadLineStderr Method

public System.String ReadLineStderr();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.ReadLineStdout Method

public System.String ReadLineStdout();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.ReadStderr Method

public byte[] ReadStderr();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.ReadStdout Method

public byte[] ReadStdout();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.SetArguments Method

public void SetArguments(Qt.QStringList args);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.SetCommunication Method

public void SetCommunication(int c);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.SetWorkingDirectory Method

public void SetWorkingDirectory(Qt.QDir dir);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.Start(Qt.QStringList) Method

public bool Start(Qt.QStringList env);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.Start() Method

public bool Start();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.TheCommunication Method

public int TheCommunication();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.TryTerminate Method

public void TryTerminate();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.WorkingDirectory Method

public Qt.QDir WorkingDirectory();

See Also

Qt.QProcess Class, Qt Namespace

QProcess.WriteToStdin(byte[]) Method

public void WriteToStdin(byte[] buf);

See Also

Qt.QProcess Class, Qt Namespace

QProcess.WriteToStdin(System.String) Method

public void WriteToStdin(System.String buf);

See Also

Qt.QProcess Class, Qt Namespace