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

Method MoveToFront

Source/ModularSynth.cpp:1910–1914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1908}
1909
1910void ModularSynth::MoveToFront(IDrawableModule* module)
1911{
1912 if (module->GetOwningContainer())
1913 module->GetOwningContainer()->MoveToFront(module);
1914}
1915
1916void ModularSynth::OnModuleDeleted(IDrawableModule* module)
1917{

Callers 2

PostRepatchMethod · 0.45
OnClickedMethod · 0.45

Calls 1

GetOwningContainerMethod · 0.80

Tested by

no test coverage detected