Searched refs:m_updateTimer (Results 1 – 7 of 7) sorted by relevance
227 QBasicTimer *m_updateTimer = nullptr; // the timer used in startUpdates() member in QNmeaSatelliteInfoSourcePrivate251 if (m_updateTimer && m_updateTimer->isActive()) { // update interval > 0 in notifyNewUpdate()267 delete m_updateTimer; in ~QNmeaSatelliteInfoSourcePrivate()296 if (m_updateTimer) in startUpdates()297 m_updateTimer->stop(); in startUpdates()300 if (!m_updateTimer) in startUpdates()301 m_updateTimer = new QBasicTimer; in startUpdates()302 m_updateTimer->start(m_source->updateInterval(), this); in startUpdates()312 if (m_updateTimer) in stopUpdates()313 m_updateTimer->stop(); in stopUpdates()
488 m_updateTimer(0), in QNmeaPositionInfoSourcePrivate()501 delete m_updateTimer; in ~QNmeaPositionInfoSourcePrivate()595 if (m_updateTimer) in startUpdates()596 m_updateTimer->stop(); in startUpdates()599 if (!m_updateTimer) in startUpdates()600 m_updateTimer = new QBasicTimer; in startUpdates()601 m_updateTimer->start(m_source->updateInterval(), this); in startUpdates()611 if (m_updateTimer) in stopUpdates()612 m_updateTimer->stop(); in stopUpdates()680 if (m_updateTimer && m_updateTimer->isActive()) { // update interval > 0 in notifyNewUpdate()
121 QBasicTimer *m_updateTimer; // the timer used in startUpdates() variable
22 m_updateTimer = new QTimer(this); in mySpeed()23 m_updateTimer->setInterval(100); in mySpeed()24 connect(m_updateTimer,SIGNAL(timeout()),this,SLOT(UpdateAngle())); in mySpeed()25 m_updateTimer->start(); in mySpeed()
38 QTimer *m_updateTimer; variable
118 , m_updateTimer(0) function228 if (m_updateTimer) killTimer(m_updateTimer);229 if (msec > 0) m_updateTimer = startTimer(msec);230 else m_updateTimer = 0;279 if (event->timerId() == m_updateTimer) {
98 int m_updateTimer; variable