MCPcopy Create free account
hub / github.com/comaps/comaps / FillSearchResultsMarks

Method FillSearchResultsMarks

libs/map/framework.cpp:1436–1439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1434}
1435
1436void Framework::FillSearchResultsMarks(bool clear, search::Results const & results)
1437{
1438 FillSearchResultsMarks(results.begin(), results.end(), clear);
1439}
1440
1441void Framework::FillSearchResultsMarks(SearchResultsIterT beg, SearchResultsIterT end, bool clear)
1442{

Callers 2

OnSearchResultsMethod · 0.80
ShowFoundResultsMarksMethod · 0.80

Calls 15

GetEditSessionMethod · 0.80
ClearGroupMethod · 0.80
SetMatchedNameMethod · 0.80
SetFoundFeatureMethod · 0.80
SetFromTypeMethod · 0.80
GetFeatureTypeMethod · 0.80
SetVisitedMethod · 0.80
IsVisitedMethod · 0.80
SetSelectedMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
SetIsVisibleMethod · 0.45

Tested by

no test coverage detected