Qt.QTimerEvent Class

public class QTimerEvent: QEvent, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent
      QTimerEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTimerEvent Constructors

QTimerEvent(int) Constructor
QTimerEvent(void *) Constructor

QTimerEvent Methods

QTimerEvent.Finalize Method
QTimerEvent.TimerId Method


QTimerEvent(int) Constructor

public void QTimerEvent(int timerId);

See Also

Qt.QTimerEvent Class, Qt Namespace

QTimerEvent(void *) Constructor

public void QTimerEvent(void * ptr);

See Also

Qt.QTimerEvent Class, Qt Namespace

QTimerEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QTimerEvent Class, Qt Namespace

QTimerEvent.TimerId Method

public int TimerId();

See Also

Qt.QTimerEvent Class, Qt Namespace