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

Method FindItem

src/toolbars/SnappingToolBar.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 bool FindItem(const wxString& item, wxString* trueItem = NULL) override
166 {
167 return wxComboPopup::FindItem(item, trueItem);
168 }
169
170 void OnComboKeyEvent(wxKeyEvent& event) override
171 {

Callers 4

PopulateMacrosMethod · 0.80
EnableMultiItemMethod · 0.80
PopulatePopupMenuMethod · 0.80
FindPathNameFunction · 0.80

Calls 1

FindItemFunction · 0.85

Tested by

no test coverage detected