Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setEditedPalette
Function · 0.45
setEditedPalette
Method · 0.45
deleteSelected
Method · 0.45
insertTextAtCaret
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected