public class QTimer: QObject, System.IDisposable
System.Object
QtSupport
QObject
QTimerThis type implements System.IDisposable.
Qt Namespace
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
public void QTimer(Qt.QObject parent, System.String name);
Qt.QTimer Class, Qt Namespace
public void QTimer();
Qt.QTimer Class, Qt Namespace
public void QTimer(Qt.QObject parent);
Qt.QTimer Class, Qt Namespace
public void QTimer(void * ptr);
Qt.QTimer Class, Qt Namespace
public void ChangeInterval(int msec);
Qt.QTimer Class, Qt Namespace
protected override void Finalize();
Qt.QTimer Class, Qt Namespace
public bool IsActive();
Qt.QTimer Class, Qt Namespace
protected bool Q_event(Qt.QEvent arg1);
Qt.QTimer Class, Qt Namespace
public static void SingleShot(int msec, Qt.QObject receiver, System.String member);
Qt.QTimer Class, Qt Namespace
public int Start(int msec, bool sshot);
Qt.QTimer Class, Qt Namespace
public int Start(int msec);
Qt.QTimer Class, Qt Namespace
public void Stop();
Qt.QTimer Class, Qt Namespace