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

Method lockChanged

src/frontend/dockwidgets/ImageDock.cpp:425–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425void ImageDock::lockChanged(bool locked) {
426 CONDITIONAL_LOCK_RETURN;
427 for (auto* image : m_imageList)
428 image->setLock(locked);
429}
430
431//*************************************************************
432//********** SLOTs for changes triggered in Image *************

Callers

nothing calls this directly

Calls 1

setLockMethod · 0.80

Tested by

no test coverage detected