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

Method MessageForScreenReader

src/TrackPanelAx.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34TrackPanelAx::Adapter::~Adapter() = default;
35
36void TrackPanelAx::Adapter::MessageForScreenReader(
37 const TranslatableString& message)
38{
39 if (mwAx)
40 mwAx->MessageForScreenReader(message);
41}
42
43void TrackPanelAx::Adapter::BeginChangeFocus()
44{

Callers 7

DoKeyDownMethod · 0.45
SelectNextClipMethod · 0.45
DoMoveToLabelFunction · 0.45
DoSelectClipBoundaryFunction · 0.45
DoSelectClipFunction · 0.45
DoCursorClipBoundaryFunction · 0.45
DoClipLeftOrRightFunction · 0.45

Calls 6

FindFocusFunction · 0.85
TrackNumMethod · 0.80
TranslationMethod · 0.80
lockMethod · 0.45
GetFocusMethod · 0.45
AppendMethod · 0.45

Tested by

no test coverage detected