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

Method canUndo

plugins/Cardinal/src/ImGuiTextEditor.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162bool ImGuiTextEditor::canUndo() const
163{
164 return pData->editor.CanUndo();
165}
166
167bool ImGuiTextEditor::canRedo() const
168{

Callers 9

stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
stepMethod · 0.80
appendContextMenuMethod · 0.80

Calls 1

CanUndoMethod · 0.80

Tested by

no test coverage detected