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

Method willUpdateIntervalChanged

src/frontend/dockwidgets/LiveDataDock.cpp:639–642  ·  view source on GitHub ↗

! *\brief called when the update interval for will message is changed in the will settings widget * sets the will update interval for the m_mqttClient, then starts the will timer for each one * * \param interval the new will update interval */

Source from the content-addressed store, hash-verified

637 * \param interval the new will update interval
638 */
639void LiveDataDock::willUpdateIntervalChanged(int interval) {
640 m_mqttClient->setWillTimeInterval(interval);
641 m_mqttClient->startWillTimer();
642}
643
644/*!
645 *\brief called when the will statistics are changed in the will settings widget

Callers 1

showWillSettingsMethod · 0.95

Calls 2

setWillTimeIntervalMethod · 0.80
startWillTimerMethod · 0.80

Tested by

no test coverage detected