Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dchartbase.h104 typedef enum OcpnProjType enum
156 virtual OcpnProjType GetChartProjectionType(){ return m_projection;} in GetChartProjectionType()
222 OcpnProjType m_projection;
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dpluginmanager.cpp6885 m_projection = (OcpnProjType)m_ppicb->GetChartProjection(); in Init()
H A Dchcanv.cpp5330 OcpnProjType projection = PROJECTION_UNKNOWN; in SetViewPoint()