Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
void 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
152
void DeviceImpl::loadName()
153
{
Callers
nothing calls this directly
Calls
3
enabled
Method · 0.45
next
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected