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

Method GetWidth

Source/SongBuilder.cpp:1076–1079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1074}
1075
1076float SongBuilder::SongScene::GetWidth() const
1077{
1078 return kSceneTabWidth + (int)mValues.size() * (kColumnWidth + kSpacingX);
1079}
1080
1081void SongBuilder::SongScene::CleanUp()
1082{

Callers 15

GetModuleDimensionsMethod · 0.45
DrawModuleMethod · 0.45
DrawModuleMethod · 0.45
GetModuleDimensionsMethod · 0.45
SaveStateMethod · 0.45
DrawMethod · 0.45
DrawModuleMethod · 0.45
GetModuleDimensionsMethod · 0.45
SaveStateMethod · 0.45
DrawModuleMethod · 0.45
DrawModuleMethod · 0.45
GetModuleDimensionsMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by 3

DrawModuleMethod · 0.36
GetModuleDimensionsMethod · 0.36
UpdateVelocityGridPosMethod · 0.36