| 2168 | } |
| 2169 | |
| 2170 | void Framework::BuildTrackPlacePage(Track::TrackSelectionInfo const & trackSelectionInfo, place_page::Info & info) |
| 2171 | { |
| 2172 | info.SetSelectedObject(df::SelectionShape::OBJECT_TRACK); |
| 2173 | auto const & track = *GetBookmarkManager().GetTrack(trackSelectionInfo.m_trackId); |
| 2174 | FillTrackInfo(track, trackSelectionInfo.m_trackPoint, info); |
| 2175 | GetBookmarkManager().SetTrackSelectionInfo(trackSelectionInfo, true /* notifyListeners */); |
| 2176 | } |
| 2177 | |
| 2178 | place_page::Info Framework::BuildPlacePageInfo(place_page::BuildInfo const & buildInfo) |
| 2179 | { |
nothing calls this directly
no test coverage detected