MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / lockScene

Method lockScene

ImagePlay/src/MainWindow.cpp:1011–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011void MainWindow::lockScene()
1012{
1013 //_imageViewer->setEnabled(false);
1014 _imageViewer->setIgnoreMouseEvents(true);
1015 ui->graphicsView->setEnabled(false);
1016}
1017
1018void MainWindow::unlockScene()
1019{

Callers 1

executeMethod · 0.80

Calls 1

setIgnoreMouseEventsMethod · 0.80

Tested by

no test coverage detected