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

Method removeDisabledPlugins

core/src/deviceimpl.cpp:143–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void DeviceImpl::removeDisabledPlugins()
144{
145 QMutableListIterator<Plugin *> i(m_plugins);
146 while(i.hasNext()) {
147 if(i.next()->enabled() == false)
148 i.remove();
149 }
150}
151
152void DeviceImpl::loadName()
153{

Callers

nothing calls this directly

Calls 3

enabledMethod · 0.45
nextMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected