Qt.QChildEvent Class

public class QChildEvent: QEvent, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent
      QChildEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QChildEvent Constructors

QChildEvent(Type, Qt.QObject) Constructor
QChildEvent(void *) Constructor

QChildEvent Methods

QChildEvent.Child Method
QChildEvent.Finalize Method
QChildEvent.Inserted Method
QChildEvent.Removed Method


QChildEvent(Type, Qt.QObject) Constructor

public void QChildEvent(Type type, Qt.QObject child);

See Also

Qt.QChildEvent Class, Qt Namespace

QChildEvent(void *) Constructor

public void QChildEvent(void * ptr);

See Also

Qt.QChildEvent Class, Qt Namespace

QChildEvent.Child Method

public Qt.QObject Child();

See Also

Qt.QChildEvent Class, Qt Namespace

QChildEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QChildEvent Class, Qt Namespace

QChildEvent.Inserted Method

public bool Inserted();

See Also

Qt.QChildEvent Class, Qt Namespace

QChildEvent.Removed Method

public bool Removed();

See Also

Qt.QChildEvent Class, Qt Namespace