MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / restoreState

Method restoreState

Source/Lua/CtrlrLuaManager.cpp:283–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void CtrlrLuaManager::restoreState (const ValueTree &savedState)
284{
285 if (savedState.isValid())
286 {
287 if (savedState.getChildWithName(Ids::luaManagerMethods).isValid())
288 {
289 methodManager->restoreState (savedState.getChildWithName(Ids::luaManagerMethods));
290 }
291 }
292
293 methodManager->wrapUtilities();
294}
295
296void CtrlrLuaManager::valueTreePropertyChanged (ValueTree &treeWhosePropertyHasChanged, const Identifier &property)
297{

Callers 1

setStateInformationMethod · 0.45

Calls 2

isValidMethod · 0.45
wrapUtilitiesMethod · 0.45

Tested by

no test coverage detected