Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DAIS_Decoder.cpp55 extern Select *pSelectAIS;
466 SelectItem *pSel = pSelectAIS->AddSelectablePoint( pTargetData->Lat, in handleUpdate()
1233 pSelectAIS->DeleteSelectablePoint( (void *) mmsi_long, SELTYPE_AISTARGET ); in Decode()
1374 SelectItem *pSel = pSelectAIS->AddSelectablePoint( pTargetData->Lat, in Decode()
1400 SelectItem *pSel = pSelectAIS->AddSelectablePoint( pTargetData->Lat, in Decode()
1447 pSelectAIS->DeleteSelectablePoint( (void *) mmsi, SELTYPE_AISTARGET ); in getAISTarget()
1632 pSelectAIS->DeleteSelectablePoint( (void *) mmsi_long, SELTYPE_AISTARGET ); in ProcessDSx()
1634 SelectItem *pSel = pSelectAIS->AddSelectablePoint( pTargetData->Lat, in ProcessDSx()
2772 pSelectAIS->DeleteSelectablePoint( (void *) mmsi_long, SELTYPE_AISTARGET ); in OnTimerAIS()
H A DOCPNPlatform.cpp199 extern Select *pSelectAIS;
203 extern Select *pSelectAIS;
207 extern Select *pSelectAIS;
743 if(pSelectAIS) pSelectAIS->SetSelectPixelRadius( wxMax( 25, 6.0 * getAndroidDPmm()) ); in Initialize_4()
H A Dchart1.cpp245 Select *pSelectAIS; variable
1937 pSelectAIS = new Select(); in OnInit()
1938 pSelectAIS->SetSelectPixelRadius( 12 ); in OnInit()
2050 pSelectAIS->SetSelectPixelRadius(SelectPixelRadius); in OnInit()
2661 delete pSelectAIS; in OnExit()
H A Dchcanv.cpp176 extern Select *pSelectAIS;
3754 …SelectItem *pFind = pSelectAIS->FindSelection( this, m_cursor_lat, m_cursor_lon, SELTYPE_AISTARGET… in OnRolloverPopupTimerEvent()
7218 pFindAIS = pSelectAIS->FindSelection( this, slat, slon, SELTYPE_AISTARGET ); in CallPopupMenu()
7515 pFindAIS = pSelectAIS->FindSelection( this, zlat, zlon, SELTYPE_AISTARGET ); in MouseEventProcessObjects()
8403 …SelectItem *pFind = pSelectAIS->FindSelection( this, m_cursor_lat, m_cursor_lon, SELTYPE_AISTARGET… in MouseEventProcessObjects()