Qt.QtSupport Class

public class QtSupport: System.IDisposable

Base Types

System.Object
  QtSupport

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QtSupport Methods

QtSupport.Dispose() Method
QtSupport.Dispose(bool) Method
QtSupport.QAssert(bool) Method
QtSupport.QAssert(bool, System.String) Method
QtSupport.SIGNAL Method
QtSupport.SLOT Method

QtSupport Fields

QtSupport.deleted Field
QtSupport.disposed Field
QtSupport.qchildren Field
QtSupport.qparent Field
QtSupport.rawObject Field

QtSupport Properties

QtSupport.Disposed Property
QtSupport.QChildren Property
QtSupport.QParent Property


QtSupport.Dispose() Method

public void Dispose();

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.Dispose(bool) Method

protected virtual void Dispose(bool disposeManaged);

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.QAssert(bool) Method

public void QAssert(bool value);

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.QAssert(bool, System.String) Method

public void QAssert(bool value, System.String message);

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.SIGNAL Method

public static System.String SIGNAL(System.String signal);

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.SLOT Method

public static System.String SLOT(System.String slot);

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.deleted Field

protected internal bool deleted

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.disposed Field

protected internal bool disposed

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.qchildren Field

protected System.Collections.ArrayList qchildren

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.qparent Field

protected Qt.QtSupport qparent

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.rawObject Field

protected internal void * rawObject

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.Disposed Property

public bool Disposed { get; }

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.QChildren Property

public System.Collections.ArrayList QChildren { get; }

See Also

Qt.QtSupport Class, Qt Namespace

QtSupport.QParent Property

public Qt.QtSupport QParent { get; }

See Also

Qt.QtSupport Class, Qt Namespace