MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / setParam

Method setParam

pluginbase/src/pluginbase.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29using namespace scopy;
30
31void PluginBase::setParam(QString param, QString category)
32{
33 m_param = param;
34 m_category = category;
35 m_displayParam = param;
36 m_enabled = true;
37}
38
39void PluginBase::setEnabled(bool en) { m_enabled = en; }
40

Callers 1

getCompatiblePluginsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected