The Timer class manages the virtual time and drives the entire animation/simulation. Everything that is animated either directly or indirectly connects to the time slot of the global Timer instance. This global timer is automatically created by the scene and can be obtained by calling the timer() method of the Scene class.
name is the component name.
Current virtual time in seconds (DoubleSlot). This value is increased by timestep whenever the step() method is called.
The delta time step in seconds that represents one frame.
The total duration in seconds of the animation/simulation.
Current (fractional) frame number (as float).
Current frame rate (as float).
Total number of frames of the animation/simulation (as float).
This value contains the value in seconds of the real clock.
Start the real clock.
Stop the real clock.