Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ paste
Method
paste
src/openms_gui/source/VISUAL/TOPPASScene.cpp:405–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
403
}
404
405
void TOPPASScene::paste(QPointF pos)
406
{
407
emit requestClipboardContent();
408
409
if (clipboard_ != nullptr)
410
{
411
include(clipboard_, pos);
412
}
413
}
414
415
void TOPPASScene::setClipboard(TOPPASScene* clipboard)
416
{
Callers
1
keyPressEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected