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

Method LoadLayout

Source/TimelineControl.cpp:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void TimelineControl::LoadLayout(const ofxJSONElement& moduleInfo)
182{
183 mModuleSaveData.LoadFloat("width", moduleInfo, 390, 100, 99999, K(isTextField));
184
185 SetUpFromSaveData();
186}
187
188void TimelineControl::SetUpFromSaveData()
189{

Callers

nothing calls this directly

Calls 1

LoadFloatMethod · 0.80

Tested by

no test coverage detected