MCPcopy Create free account
hub / github.com/VitalAudio/visage / clear

Method clear

visage_widgets/text_editor.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 }
297
298 void TextEditor::clear() {
299 selectAll();
300 deleteSelected();
301 }
302
303 void TextEditor::deleteSelected() {
304 undone_history_.clear();

Callers 4

setEditedPaletteFunction · 0.45
setEditedPaletteMethod · 0.45
deleteSelectedMethod · 0.45
insertTextAtCaretMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected