MCPcopy Create free account
hub / github.com/KDE/labplot / setUpdateInterval

Method setUpdateInterval

src/backend/datasources/MQTTClient.cpp:113–117  ·  view source on GitHub ↗

! * \brief Sets the MQTTclient's update interval to \c interval * \param interval */

Source from the content-addressed store, hash-verified

111 * \param interval
112 */
113void MQTTClient::setUpdateInterval(int interval) {
114 m_updateInterval = interval;
115 if (!m_paused)
116 m_updateTimer->start(m_updateInterval);
117}
118
119/*!
120 * \brief Returns the MQTTClient's update interval to \c interval

Callers 9

updateTypeChangedMethod · 0.45
ifFunction · 0.45
updateIntervalChangedMethod · 0.45
saveSettingsMethod · 0.45
saveMQTTSettingsMethod · 0.45
zoomMethod · 0.45
zoomMethod · 0.45

Calls 1

startMethod · 0.45

Tested by 2