MCPcopy Create free account
hub / github.com/christophhart/HISE / getUndoManager

Method getUndoManager

hi_scripting/scripting/scriptnode/api/NodeBase.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326juce::UndoManager* NodeBase::getUndoManager(bool returnIfPending) const
327{
328 return getRootNetwork()->getUndoManager(returnIfPending);
329}
330
331juce::Rectangle<int> NodeBase::getBoundsToDisplay(Rectangle<int> originalHeight) const
332{

Callers 15

keyPressedMethod · 0.45
duplicateSelectionMethod · 0.45
removeSnexParameterMethod · 0.45
addNewParameterMethod · 0.45
initialiseMethod · 0.45
addOrRemoveDataFromUIMethod · 0.45
SnexParameterMethod · 0.45
getTreeInNetworkMethod · 0.45
removeLastParameterMethod · 0.45
setClassMethod · 0.45
setRangeMethod · 0.45
ManagerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected