MCPcopy Create free account
hub / github.com/audacity/audacity / SetStatusText

Method SetStatusText

src/ProjectManager.cpp:820–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818}
819
820void ProjectManager::SetStatusText(
821 const TranslatableString& text, const StatusBarField& field)
822{
823 const auto index = ProjectStatusFieldsRegistry::GetFieldIndex(mProject, field);
824
825 if (index >= 0)
826 SetStatusText(text, index);
827}
828
829void ProjectManager::SetStatusText(const TranslatableString& text, int number)
830{

Callers 3

InitProjectWindowFunction · 0.80
UpdateMethod · 0.80

Calls 2

FindFunction · 0.85
TranslationMethod · 0.80

Tested by

no test coverage detected