Searched refs:m_timerObject (Results 1 – 2 of 2) sorted by relevance
74 : m_timerObject(new TimerObject(this)) in RunLoop()80 delete m_timerObject; in ~RunLoop()85 m_timerObject->wakeUp(); in wakeUp()99 runLoop->m_timerObject->killTimer(timer->m_ID); in timerFired()123 m_ID = m_runLoop->m_timerObject->startTimer(millis); in start()137 m_runLoop->m_timerObject->killTimer(m_ID); in stop()
158 TimerObject* m_timerObject; variable