Home
last modified time | relevance | path

Searched refs:SortWaypointsOnName (Results 1 – 1 of 1) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Droutemanagerdialog.cpp175 static int wxCALLBACK SortWaypointsOnName(wxIntPtr item1, wxIntPtr item2, wxIntPtr list) in SortWaypointsOnName() function
177 int wxCALLBACK SortWaypointsOnName(long item1, long item2, long list) in SortWaypointsOnName()
1975 … m_pWptListCtrl->SortItems( SortWaypointsOnName, reinterpret_cast<wxIntPtr>( m_pWptListCtrl )); in UpdateWptListCtrl()
1980 … m_pWptListCtrl->SortItems( SortWaypointsOnName, reinterpret_cast<wxIntPtr>( m_pWptListCtrl )); in UpdateWptListCtrl()
2039 … m_pWptListCtrl->SortItems( SortWaypointsOnName, reinterpret_cast<wxIntPtr>( m_pWptListCtrl )); in OnWptColumnClicked()