Qt.QTimer Class

public class QTimer: QObject, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QTimer

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QTimer Constructors

QTimer(Qt.QObject, System.String) Constructor
QTimer() Constructor
QTimer(Qt.QObject) Constructor
QTimer(void *) Constructor

QTimer Methods

QTimer.ChangeInterval Method
QTimer.Finalize Method
QTimer.IsActive Method
QTimer.Q_event Method
QTimer.SingleShot Method
QTimer.Start(int, bool) Method
QTimer.Start(int) Method
QTimer.Stop Method


QTimer(Qt.QObject, System.String) Constructor

public void QTimer(Qt.QObject parent, System.String name);

See Also

Qt.QTimer Class, Qt Namespace

QTimer() Constructor

public void QTimer();

See Also

Qt.QTimer Class, Qt Namespace

QTimer(Qt.QObject) Constructor

public void QTimer(Qt.QObject parent);

See Also

Qt.QTimer Class, Qt Namespace

QTimer(void *) Constructor

public void QTimer(void * ptr);

See Also

Qt.QTimer Class, Qt Namespace

QTimer.ChangeInterval Method

public void ChangeInterval(int msec);

See Also

Qt.QTimer Class, Qt Namespace

QTimer.Finalize Method

protected override void Finalize();

See Also

Qt.QTimer Class, Qt Namespace

QTimer.IsActive Method

public bool IsActive();

See Also

Qt.QTimer Class, Qt Namespace

QTimer.Q_event Method

protected bool Q_event(Qt.QEvent arg1);

See Also

Qt.QTimer Class, Qt Namespace

QTimer.SingleShot Method

public static void SingleShot(int msec, Qt.QObject receiver, System.String member);

See Also

Qt.QTimer Class, Qt Namespace

QTimer.Start(int, bool) Method

public int Start(int msec, bool sshot);

See Also

Qt.QTimer Class, Qt Namespace

QTimer.Start(int) Method

public int Start(int msec);

See Also

Qt.QTimer Class, Qt Namespace

QTimer.Stop Method

public void Stop();

See Also

Qt.QTimer Class, Qt Namespace