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

Method hidePage

core/src/deviceimpl.cpp:414–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void DeviceImpl::hidePage()
415{
416 for(auto &&p : m_plugins)
417 p->hidePageCallback();
418}
419
420void DeviceImpl::save(QSettings &s)
421{

Callers 2

showMethod · 0.80
slideInKeyMethod · 0.80

Calls 1

hidePageCallbackMethod · 0.45

Tested by

no test coverage detected