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

Function SetFocus

libraries/lib-basic-ui/BasicUI.h:396–400  ·  view source on GitHub ↗

Set the window that accepts keyboard input

Source from the content-addressed store, hash-verified

394
395//! Set the window that accepts keyboard input
396inline void SetFocus(const WindowPlacement &focus)
397{
398 if (auto p = Get())
399 p->DoSetFocus(focus);
400}
401
402//! Whether using a right-to-left language layout
403inline bool IsUsingRtlLayout()

Callers 15

GetFocusMethod · 0.85
SetMethod · 0.85
SetFocusMethod · 0.85
MainWndProcFunction · 0.85
SetFocusMethod · 0.85
SetFocusMethod · 0.85
SetFocusFromKbdMethod · 0.85
ShowPanelMethod · 0.85
OnTrackFocusChangeMethod · 0.85
EffectPreviewFunction · 0.85
SetFocusMethod · 0.85

Calls 2

GetFunction · 0.85
DoSetFocusMethod · 0.45

Tested by

no test coverage detected