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

Method UpdateAccessibility

src/TrackPanelAx.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void TrackPanelAx::Adapter::UpdateAccessibility()
57{
58 if (mwAx)
59 mwAx->UpdateAccessibility();
60}
61
62
63TrackPanelAx::TrackPanelAx(std::weak_ptr<Viewport> wViewport,

Callers 3

DoTrackMuteMethod · 0.45
DoTrackSoloMethod · 0.45
OnToggleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected