Qt.QCustomEvent Class

public class QCustomEvent: QEvent, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent
      QCustomEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QCustomEvent Constructors

QCustomEvent(int) Constructor
QCustomEvent(Type, int[]) Constructor
QCustomEvent(void *) Constructor

QCustomEvent Methods

QCustomEvent.Data Method
QCustomEvent.Finalize Method
QCustomEvent.SetData Method


QCustomEvent(int) Constructor

public void QCustomEvent(int type);

See Also

Qt.QCustomEvent Class, Qt Namespace

QCustomEvent(Type, int[]) Constructor

public void QCustomEvent(Type type, int[] data);

See Also

Qt.QCustomEvent Class, Qt Namespace

QCustomEvent(void *) Constructor

public void QCustomEvent(void * ptr);

See Also

Qt.QCustomEvent Class, Qt Namespace

QCustomEvent.Data Method

public int[] Data();

See Also

Qt.QCustomEvent Class, Qt Namespace

QCustomEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QCustomEvent Class, Qt Namespace

QCustomEvent.SetData Method

public void SetData(int[] data);

See Also

Qt.QCustomEvent Class, Qt Namespace