Searched defs:repeatInterval (Results 1 – 3 of 3) sorted by relevance
166 get repeatInterval() { getter in RepeatingButton174 set repeatInterval(delay) { setter in RepeatingButton
50 void startRepeating(double repeatInterval, const TraceLocation& caller) in startRepeating()65 double repeatInterval() const { return m_repeatInterval; } in repeatInterval() function
206 void TimerBase::start(double nextFireInterval, double repeatInterval, const TraceLocation& caller) in start()