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

Method setFilter

src/backend/datasources/MQTTTopic.cpp:67–70  ·  view source on GitHub ↗

! *\brief Sets the MQTTTopic's filter * The ownership of the filter is passed to MQTTTopic. * * \param filter */

Source from the content-addressed store, hash-verified

65 * \param filter
66 */
67void MQTTTopic::setFilter(AsciiFilter* f) {
68 delete m_filter;
69 m_filter = f;
70}
71
72/*!
73 *\brief Returns the MQTTTopic's filter

Calls

no outgoing calls