Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ getUndoManager
Method
getUndoManager
Source/UIComponents/CtrlrComponents/CtrlrComponent.cpp:274–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
}
273
274
UndoManager* CtrlrComponent::getUndoManager() const
275
{
276
return (owner.getOwnerPanel().getPanelUndoManager());
277
}
278
279
void CtrlrComponent::restoreState (const ValueTree &savedState)
280
{
Callers
5
getPropertyComponent
Method · 0.45
mouseDown
Method · 0.45
mouseUp
Method · 0.45
startDraggingSelection
Method · 0.45
restoreState
Method · 0.45
Calls
1
getPanelUndoManager
Method · 0.80
Tested by
no test coverage detected