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

Method Resize

Source/EQModule.cpp:488–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void EQModule::Resize(float w, float h)
489{
490 mWidth = w;
491 mHeight = h;
492 mModuleSaveData.SetInt("width", w);
493 mModuleSaveData.SetInt("height", h);
494 mNeedToUpdateFrequencyResponseGraph = true;
495}
496
497void EQModule::LoadLayout(const ofxJSONElement& moduleInfo)
498{

Callers 5

ReadMethod · 0.45
CreateMethod · 0.45
CopyFromMethod · 0.45
MouseDraggedMethod · 0.45
DrawModuleMethod · 0.45

Calls 1

SetIntMethod · 0.80

Tested by

no test coverage detected