Qt.QCleanupHandler Class

public class QCleanupHandler: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QCleanupHandler

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QCleanupHandler Constructors

QCleanupHandler() Constructor
QCleanupHandler(void *) Constructor

QCleanupHandler Methods

QCleanupHandler.Add Method
QCleanupHandler.Clear Method
QCleanupHandler.Finalize Method
QCleanupHandler.IsEmpty Method
QCleanupHandler.Remove Method


QCleanupHandler() Constructor

public void QCleanupHandler();

See Also

Qt.QCleanupHandler Class, Qt Namespace

QCleanupHandler(void *) Constructor

public void QCleanupHandler(void * ptr);

See Also

Qt.QCleanupHandler Class, Qt Namespace

QCleanupHandler.Add Method

public System.Type Add(System.Type Q_object);

See Also

Qt.QCleanupHandler Class, Qt Namespace

QCleanupHandler.Clear Method

public void Clear();

See Also

Qt.QCleanupHandler Class, Qt Namespace

QCleanupHandler.Finalize Method

protected override void Finalize();

See Also

Qt.QCleanupHandler Class, Qt Namespace

QCleanupHandler.IsEmpty Method

public bool IsEmpty();

See Also

Qt.QCleanupHandler Class, Qt Namespace

QCleanupHandler.Remove Method

public void Remove(System.Type Q_object);

See Also

Qt.QCleanupHandler Class, Qt Namespace