MCPcopy Create free account
hub / github.com/SpartanJ/eepp / cut

Method cut

src/eepp/ui/uitextinput.cpp:820–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818}
819
820void UITextInput::cut() {
821 getUISceneNode()->getWindow()->getClipboard()->setText( mDoc.getSelectedText().toUtf8() );
822 mDoc.deleteSelection();
823}
824
825void UITextInput::paste() {
826 String pasted( getUISceneNode()->getWindow()->getClipboard()->getText() );

Callers

nothing calls this directly

Calls 6

toUtf8Method · 0.80
getSelectedTextMethod · 0.80
deleteSelectionMethod · 0.80
setTextMethod · 0.45
getClipboardMethod · 0.45
getWindowMethod · 0.45

Tested by

no test coverage detected