Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
485
void MainWindow::copyMask() {
486
ImageCanvas * ic = getCurrentImageCanvas();
487
if (ic == NULL)
488
return;
489
490
_tmp = ic->getMask();
491
}
492
493
void MainWindow::pasteMask() {
494
ImageCanvas * ic = getCurrentImageCanvas();
Callers
nothing calls this directly
Calls
1
getMask
Method · 0.80
Tested by
no test coverage detected