Qt.QEvent Class

public class QEvent: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QEvent Constructors

QEvent(Type) Constructor
QEvent(void *) Constructor

QEvent Methods

QEvent.Finalize Method
QEvent.Spontaneous Method
QEvent.TheType Method


QEvent(Type) Constructor

public void QEvent(Type type);

See Also

Qt.QEvent Class, Qt Namespace

QEvent(void *) Constructor

public void QEvent(void * ptr);

See Also

Qt.QEvent Class, Qt Namespace

QEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QEvent Class, Qt Namespace

QEvent.Spontaneous Method

public bool Spontaneous();

See Also

Qt.QEvent Class, Qt Namespace

QEvent.TheType Method

public Type TheType();

See Also

Qt.QEvent Class, Qt Namespace