Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DcanvasMenu.cpp103 extern RoutePoint *pAnchorWatchPoint2;
796 … if( ( m_pFoundRoutePoint == pAnchorWatchPoint1 ) || ( m_pFoundRoutePoint == pAnchorWatchPoint2 ) ) in CanvasPopupMenu()
800 && ( ( NULL == pAnchorWatchPoint1 ) || ( NULL == pAnchorWatchPoint2 ) ) ) { in CanvasPopupMenu()
1130 } else if( m_pFoundRoutePoint == pAnchorWatchPoint2 ) { in PopupMenuHandler()
1131 pAnchorWatchPoint2 = NULL; in PopupMenuHandler()
1176 } else if( pAnchorWatchPoint2 == m_pFoundRoutePoint ) { in PopupMenuHandler()
1177 pAnchorWatchPoint2 = NULL; in PopupMenuHandler()
1192 } else if( pAnchorWatchPoint2 == NULL ) { in PopupMenuHandler()
1193 pAnchorWatchPoint2 = m_pFoundRoutePoint; in PopupMenuHandler()
1194 g_AW2GUID = pAnchorWatchPoint2->m_GUID; in PopupMenuHandler()
H A Drouteman.cpp96 extern RoutePoint *pAnchorWatchPoint2;
105 extern RoutePoint *pAnchorWatchPoint2;
2247 …p->m_bKeepXRoute && ( prp->m_bIsInRoute || prp == pAnchorWatchPoint1 || prp == pAnchorWatchPoint2)) in SharedWptsExist()
2264 … && !( prp == pAnchorWatchPoint1 ) && !( prp == pAnchorWatchPoint2 ) ) ) ) { in DeleteAllWaypoints()
2319 if( pRp == pAnchorWatchPoint2 ) pAnchorWatchPoint2 = NULL; in DestroyWaypoint()
H A Dchart1.cpp315 RoutePoint *pAnchorWatchPoint2; variable
2494 pAnchorWatchPoint2 = NULL; in OnInit()
3828 if( pAnchorWatchPoint2 ) // pjotrc 2010.02.15 in OnCloseWindow()
3829 …watching_anchor |= ( pAnchorWatchPoint2->GetIconName().StartsWith( _T("anchor") ) ); // pjotrc 201… in OnCloseWindow()
6958 pAnchorWatchPoint2 = pWayPointMan->FindRoutePointByGUID( g_AW2GUID ); in OnInitTimer()
7500 if( pAnchorWatchPoint2 ) { in OnFrameTimer1()
7503 DistanceBearingMercator( pAnchorWatchPoint2->m_lat, pAnchorWatchPoint2->m_lon, gLat, gLon, in OnFrameTimer1()
7507 ( pAnchorWatchPoint2->GetName() ).ToDouble( &d ); in OnFrameTimer1()
7520 if( (pAnchorWatchPoint1 || pAnchorWatchPoint2) && !bGPSValid ) in OnFrameTimer1()
H A Dchcanv.cpp185 extern RoutePoint *pAnchorWatchPoint2;
6365 if( pAnchorWatchPoint2 && AnchorAlertOn2 ) { in AlertDraw()
6368 GetCanvasPointPix( pAnchorWatchPoint2->m_lat, pAnchorWatchPoint2->m_lon, &TargetPoint ); in AlertDraw()
8016 if( pAnchorWatchPoint2 == m_pRoutePointEditTarget ) { in MouseEventProcessObjects()
8017 lpp2 = fabs( GetAnchorWatchRadiusPixels( pAnchorWatchPoint2 ) ); in MouseEventProcessObjects()
11266 if( pAnchorWatchPoint1 || pAnchorWatchPoint2 ) { in DrawAnchorWatchPoints()
11277 if( pAnchorWatchPoint2 ) { in DrawAnchorWatchPoints()
11278 lpp2 = GetAnchorWatchRadiusPixels( pAnchorWatchPoint2 ); in DrawAnchorWatchPoints()
11279 GetCanvasPointPix( pAnchorWatchPoint2->m_lat, pAnchorWatchPoint2->m_lon, in DrawAnchorWatchPoints()
H A DandroidUTIL.cpp307 extern RoutePoint *pAnchorWatchPoint2;
4736 if( pAnchorWatchPoint2 ) // pjotrc 2010.02.15 in doAndroidPersistState()
4737 …watching_anchor |= ( pAnchorWatchPoint2->GetIconName().StartsWith( _T("anchor") ) ); // pjotrc 201… in doAndroidPersistState()