QtopiaTimer Class Reference
|
Constant | Value | Description |
---|---|---|
QtopiaTimer::Normal | 0x0000 | operate as a QTimer. |
QtopiaTimer::PauseWhenInactive | 0x0001 | pause while the screen turns off. |
Creates a new QtopiaTimer instance with the specified parent.
Destroys the QtopiaTimer instance.
Returns the number of milliseconds that the QtopiaTimer will wait. A value of 0 means that the timer will time out as soon as all the events in the window system event queue have been processed.
See also setInterval().
Returns true if the timer is active; false otherwise.
Returns true if the timer is a single-shot timer; false otherwise. Single-shot timers do not restart automatically.
See also setSingleShot().
Sets the timer to wait msec milliseconds before triggering. The type is set to type.
See also interval() and type().
Sets the timer to be a single-shot timer if singleShot is true. If singleShot is false the timer will restart automatically.
See also isSingleShot().
Starts the timer using the previously-set values.
See also setInterval().
This is an overloaded member function, provided for convenience.
Starts the timer with a new interval msec and type.
See also setInterval() and start().
Stops the timer.
See also isActive().
This signal is emitted when the timer interval has elapsed. Unless the timer is a single-shot timer, it will automatically restart and so trigger after the interval passes again.
See also start(), stop(), and setSingleShot().
Returns the type of the timer.
See also QtopiaTimer::Type and setInterval().
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtextended4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com