IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Detailed Description

Qt Core Reference Documentation.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

  • Header: TimerInfo

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS Core)

    target_link_libraries(mytarget PRIVATE Qt6::Core)

  • qmake: QT += core

Detailed Description

This struct represents information about a timer: timerId, interval, and timerType.

See Also

See also registeredTimers()

Member Function Documentation

 

TimerInfo::TimerInfo(int timerId, int interval, Qt::TimerType timerType)

Constructs a TimerInfo struct with the given timerId, interval, and timerType.

Member Variable Documentation

 

int TimerInfo::interval

The timer's interval.

int TimerInfo::timerId

The timer's unique id.

Qt::TimerType TimerInfo::timerType

The timer's type

See Also

See also Qt::TimerType

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+