Qt.QThread Class

public class QThread: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QThread

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QThread Constructors

QThread Constructor

QThread Methods

QThread.Cleanup Method
QThread.CurrentThread Method
QThread.Exit Method
QThread.Finalize Method
QThread.Finished Method
QThread.Initialize Method
QThread.Running Method
QThread.Start Method
QThread.Wait(ulong) Method
QThread.Wait() Method


QThread Constructor

public void QThread(void * ptr);

See Also

Qt.QThread Class, Qt Namespace

QThread.Cleanup Method

public static void Cleanup();

See Also

Qt.QThread Class, Qt Namespace

QThread.CurrentThread Method

public static void * CurrentThread();

See Also

Qt.QThread Class, Qt Namespace

QThread.Exit Method

public static void Exit();

See Also

Qt.QThread Class, Qt Namespace

QThread.Finalize Method

protected override void Finalize();

See Also

Qt.QThread Class, Qt Namespace

QThread.Finished Method

public bool Finished();

See Also

Qt.QThread Class, Qt Namespace

QThread.Initialize Method

public static void Initialize();

See Also

Qt.QThread Class, Qt Namespace

QThread.Running Method

public bool Running();

See Also

Qt.QThread Class, Qt Namespace

QThread.Start Method

public void Start();

See Also

Qt.QThread Class, Qt Namespace

QThread.Wait(ulong) Method

public bool Wait(ulong time);

See Also

Qt.QThread Class, Qt Namespace

QThread.Wait() Method

public bool Wait();

See Also

Qt.QThread Class, Qt Namespace