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

Method UpdateStatusBar

src/toolbars/ControlToolBar.cpp:766–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766void ControlToolBar::UpdateStatusBar()
767{
768 ProjectStatus::Get( mProject ).Set(
769 StateForStatusBar(), StateStatusBarField()
770 );
771}
772
773void ControlToolBar::StartScrollingIfPreferred()
774{

Callers

nothing calls this directly

Calls 3

GetFunction · 0.85
StateStatusBarFieldFunction · 0.85
SetMethod · 0.45

Tested by

no test coverage detected