MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / copy

Method copy

src/Gui/EditorView.cpp:430–433  ·  view source on GitHub ↗

* Copies any selected text to the clipboard. */

Source from the content-addressed store, hash-verified

428 * Copies any selected text to the clipboard.
429 */
430void EditorView::copy()
431{
432 d->textEdit->copy();
433}
434
435/**
436 * Pastes the text from the clipboard into the text edit at the current cursor position.

Callers 11

attachMethod · 0.45
onMsgMethod · 0.45
getDetailMethod · 0.45
getDetailPathMethod · 0.45
setupMenuBarMethod · 0.45
setupToolBarsMethod · 0.45
setupCommandBarsMethod · 0.45
setupContextMenuMethod · 0.45
writeToImageMethod · 0.45
imageFromFramebufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected