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

Method SetFatalError

Source/ModularSynth.cpp:3402–3412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3400}
3401
3402void ModularSynth::SetFatalError(std::string error)
3403{
3404 if (mFatalError == "")
3405 {
3406 mFatalError = error;
3407 if (mUserPrefsEditor != nullptr)
3408 mUserPrefsEditor->Show();
3409 if (TheTitleBar != nullptr)
3410 TheTitleBar->SetShowing(false);
3411 }
3412}
3413
3414void ConsoleListener::TextEntryActivated(TextEntry* entry)
3415{

Callers 2

GetUserPrefsPathMethod · 0.80
initialiseMethod · 0.80

Calls 2

ShowMethod · 0.45
SetShowingMethod · 0.45

Tested by

no test coverage detected