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

Method GetFileChooserParent

Source/ModularSynth.cpp:2838–2845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2836}
2837
2838juce::Component* ModularSynth::GetFileChooserParent() const
2839{
2840#if BESPOKE_LINUX
2841 return nullptr;
2842#else
2843 return mMainComponent->getTopLevelComponent();
2844#endif
2845}
2846
2847void ModularSynth::SaveStatePopup()
2848{

Callers 12

ButtonClickedMethod · 0.80
ButtonClickedMethod · 0.80
LoadMidiMethod · 0.80
SaveMidiMethod · 0.80
PollMethod · 0.80
ButtonClickedMethod · 0.80
LoadFileMethod · 0.80
SaveFileMethod · 0.80
ButtonClickedMethod · 0.80
ButtonClickedMethod · 0.80
PollMethod · 0.80
LoadFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected