MCPcopy Create free account
hub / github.com/abreheret/PixelAnnotationTool / copyMask

Method copyMask

src/main_window.cpp:485–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485void MainWindow::copyMask() {
486 ImageCanvas * ic = getCurrentImageCanvas();
487 if (ic == NULL)
488 return;
489
490 _tmp = ic->getMask();
491}
492
493void MainWindow::pasteMask() {
494 ImageCanvas * ic = getCurrentImageCanvas();

Callers

nothing calls this directly

Calls 1

getMaskMethod · 0.80

Tested by

no test coverage detected