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

Method paste

src/Gui/EditorView.cpp:439–442  ·  view source on GitHub ↗

* Pastes the text from the clipboard into the text edit at the current cursor position. * If there is no text in the clipboard nothing happens. */

Source from the content-addressed store, hash-verified

437 * If there is no text in the clipboard nothing happens.
438 */
439void EditorView::paste()
440{
441 d->textEdit->paste();
442}
443
444/**
445 * Undoes the last operation.

Callers 1

onMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected