MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / LoadLayout

Method LoadLayout

Source/PulseRouter.cpp:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void PulseRouter::LoadLayout(const ofxJSONElement& moduleInfo)
120{
121 mModuleSaveData.LoadInt("num_items", moduleInfo, 2, 1, 99, K(isTextField));
122 mModuleSaveData.LoadBool("radiobuttonmode", moduleInfo, true);
123 mModuleSaveData.LoadBool("only_show_active_cables", moduleInfo, false);
124
125 SetUpFromSaveData();
126}
127
128void PulseRouter::SetUpFromSaveData()
129{

Callers

nothing calls this directly

Calls 2

LoadIntMethod · 0.80
LoadBoolMethod · 0.80

Tested by

no test coverage detected