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

Method canRedo

plugins/Cardinal/src/ImGuiTextEditor.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167bool ImGuiTextEditor::canRedo() const
168{
169 return pData->editor.CanRedo();
170}
171
172void ImGuiTextEditor::undo()
173{

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

CanRedoMethod · 0.80

Tested by

no test coverage detected