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

Method cut

src/Gui/EditorView.cpp:422–425  ·  view source on GitHub ↗

* Copies the selected text to the clipboard and deletes it from the text edit. * If there is no selected text nothing happens. */

Source from the content-addressed store, hash-verified

420 * If there is no selected text nothing happens.
421 */
422void EditorView::cut()
423{
424 d->textEdit->cut();
425}
426
427/**
428 * Copies any selected text to the clipboard.

Callers 1

onMsgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected