116 virtual bool repeat(QFrequency frequency);
virtual void placeMark()
Place a time marker.
virtual QTime millis() const =0
Returns the current time in units of QTime.
virtual QTime getDtFromMark() const
Returns the time since the time marker.
virtual QTime getDtFromHardMark() const
Returns the time since the hard time marker.
virtual QTime readDt() const
Returns the time passed in ms since the previous call of getDt().
virtual QTime clearMark()
Clears the marker.
virtual QTime getDtFromStart() const
Returns the time since the timer was first constructed.
virtual QTime getDt()
Returns the time passed in ms since the previous call of this function.
virtual bool repeat(QTime time)
Returns true when the input time period has passed, then resets.
virtual QTime getStartingTime() const
Returns the time the timer was first constructed.
virtual QTime clearHardMark()
Clears the hard marker.
AbstractTimer(QTime ifirstCalled)
A Timer base class which implements its methods in terms of millis().
virtual void placeHardMark()
Place a hard time marker.
virtual bool repeat(QFrequency frequency)
Returns true when the input time period has passed, then resets.