MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / undo

Method undo

plugins/Cardinal/src/ImGuiTextEditor.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void ImGuiTextEditor::undo()
173{
174 pData->editor.Undo();
175}
176
177void ImGuiTextEditor::redo()
178{

Callers 10

onActionMethod · 0.80
onActionMethod · 0.80
onActionMethod · 0.80
onHoverKeyMethod · 0.80
onActionMethod · 0.80
onActionMethod · 0.80
onActionMethod · 0.80
onActionMethod · 0.80
onActionMethod · 0.80
appendContextMenuMethod · 0.80

Calls 1

UndoMethod · 0.80

Tested by

no test coverage detected