public class QtSupport: System.IDisposable
System.Object
QtSupportThis type implements System.IDisposable.
Qt Namespace
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
public void Dispose();
Qt.QtSupport Class, Qt Namespace
protected virtual void Dispose(bool disposeManaged);
Qt.QtSupport Class, Qt Namespace
public void QAssert(bool value);
Qt.QtSupport Class, Qt Namespace
public void QAssert(bool value, System.String message);
Qt.QtSupport Class, Qt Namespace
public static System.String SIGNAL(System.String signal);
Qt.QtSupport Class, Qt Namespace
public static System.String SLOT(System.String slot);
Qt.QtSupport Class, Qt Namespace
protected internal bool deleted
Qt.QtSupport Class, Qt Namespace
protected internal bool disposed
Qt.QtSupport Class, Qt Namespace
protected System.Collections.ArrayList qchildren
Qt.QtSupport Class, Qt Namespace
protected Qt.QtSupport qparent
Qt.QtSupport Class, Qt Namespace
protected internal void * rawObject
Qt.QtSupport Class, Qt Namespace
public bool Disposed { get; }
Qt.QtSupport Class, Qt Namespace
public System.Collections.ArrayList QChildren { get; }
Qt.QtSupport Class, Qt Namespace
public Qt.QtSupport QParent { get; }
Qt.QtSupport Class, Qt Namespace