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

Method setUpdateType

src/backend/datasources/MQTTClient.cpp:186–191  ·  view source on GitHub ↗

! * \brief Sets the MQTTClient's update type to updatetype and handles this change * \param updatetype */

Source from the content-addressed store, hash-verified

184 * \param updatetype
185 */
186void MQTTClient::setUpdateType(UpdateType updateType) {
187 if (updateType == UpdateType::NewData)
188 m_updateTimer->stop();
189
190 m_updateType = updateType;
191}
192
193/*!
194 * \brief Returns the MQTTClient's update type

Callers 15

updateTypeChangedMethod · 0.45
ifFunction · 0.45
saveSettingsMethod · 0.45
saveMQTTSettingsMethod · 0.45
testReadFromEnd00Method · 0.45
testReadFromEnd01Method · 0.45

Calls

no outgoing calls