Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
bool ImGuiTextEditor::canUndo() const
163
{
164
return pData->editor.CanUndo();
165
}
166
167
bool ImGuiTextEditor::canRedo() const
168
{
Callers
9
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
appendContextMenu
Method · 0.80
Calls
1
CanUndo
Method · 0.80
Tested by
no test coverage detected