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

Function FindByNameAmongPeers

src/JournalWindowPaths.cpp:76–80  ·  view source on GitHub ↗

Find the unique window in the list for the given name, if there is such

Source from the content-addressed store, hash-verified

74
75// Find the unique window in the list for the given name, if there is such
76wxWindow *FindByNameAmongPeers(
77 const wxString &name, const wxWindowList &list )
78{
79 return UniqueWindowAmongPeers(list, HasName(name));
80}
81
82// Find array of window names, starting with a top-level window and ending
83// with the given window, or an empty array if the conditions fail for

Callers 1

FindByPathFunction · 0.85

Calls 2

UniqueWindowAmongPeersFunction · 0.85
HasNameFunction · 0.85

Tested by

no test coverage detected