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

Method UpdateStatusMessage

src/TrackPanel.cpp:637–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637void TrackPanel::UpdateStatusMessage( const TranslatableString &st )
638{
639 auto status = st;
640 if (HasEscape())
641 /* i18n-hint Esc is a key on the keyboard */
642 status.Join( XO("(Esc to cancel)"), " " );
643 ProjectStatus::Get( *GetProject() ).Set( status );
644}
645
646void TrackPanel::UpdateSelectionDisplay()
647{

Callers

nothing calls this directly

Calls 3

GetFunction · 0.85
JoinMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected