|
OpenCPN Partial API docs
|
Public Member Functions | |
| virtual InitReturn | Init (const wxString &name, ChartInitFlag init_flags) |
| virtual ThumbData * | GetThumbData (int tnx, int tny, float lat, float lon) |
| virtual ThumbData * | GetThumbData () |
| virtual bool | UpdateThumbData (double lat, double lon) |
| double | GetNormalScaleMin (double canvas_scale_factor, bool b_allow_overzoom) |
| double | GetNormalScaleMax (double canvas_scale_factor, int canvas_width) |
| virtual bool | GetChartExtent (Extent *pext) |
| virtual bool | RenderRegionViewOnDC (wxMemoryDC &dc, const ViewPort &VPoint, const OCPNRegion &Region) |
| virtual bool | RenderRegionViewOnGL (const wxGLContext &glc, const ViewPort &VPoint, const OCPNRegion &RectRegion, const LLRegion &Region) |
| virtual bool | AdjustVP (ViewPort &vp_last, ViewPort &vp_proposed) |
| virtual void | GetValidCanvasRegion (const ViewPort &VPoint, OCPNRegion *pValidRegion) |
| virtual LLRegion | GetValidRegion () |
| virtual void | SetColorScheme (ColorScheme cs, bool bApplyImmediate) |
| virtual double | GetNearestPreferredScalePPM (double target_scale_ppm) |
Public Member Functions inherited from ChartBase | |
| virtual void | Activate (void) |
| virtual void | Deactivate (void) |
| virtual OcpnProjType | GetChartProjectionType () |
| virtual wxDateTime | GetEditionDate (void) |
| virtual wxString | GetPubDate () |
| virtual int | GetNativeScale () |
| wxString | GetFullPath () const |
| wxString | GetHashKey () const |
| wxString | GetName () |
| wxString | GetDescription () |
| wxString | GetID () |
| wxString | GetSE () |
| wxString | GetDepthUnits () |
| wxString | GetSoundingsDatum () |
| wxString | GetDatumString () |
| wxString | GetExtraInfo () |
| double | GetChart_Error_Factor () |
| ChartTypeEnum | GetChartType () |
| ChartFamilyEnum | GetChartFamily () |
| double | GetChartSkew () |
| virtual ChartDepthUnitType | GetDepthUnitType (void) |
| virtual bool | IsReadyToRender () |
| virtual int | GetCOVREntries () |
| virtual int | GetCOVRTablePoints (int iTable) |
| virtual int | GetCOVRTablenPoints (int iTable) |
| virtual float * | GetCOVRTableHead (int iTable) |
| virtual int | GetNoCOVREntries () |
| virtual int | GetNoCOVRTablePoints (int iTable) |
| virtual int | GetNoCOVRTablenPoints (int iTable) |
| virtual float * | GetNoCOVRTableHead (int iTable) |
Additional Inherited Members | |
Protected Attributes inherited from ChartBase | |
| int | m_Chart_Scale |
| ChartTypeEnum | m_ChartType |
| ChartFamilyEnum | m_ChartFamily |
| wxString | m_FullPath |
| wxString | m_Name |
| wxString | m_Description |
| wxString | m_ID |
| wxString | m_SE |
| wxString | m_SoundingsDatum |
| wxString | m_datum_str |
| wxString | m_ExtraInfo |
| wxString | m_PubYear |
| wxString | m_DepthUnits |
| OcpnProjType | m_projection |
| ChartDepthUnitType | m_depth_unit_id |
| wxDateTime | m_EdDate |
| ThumbData * | pThumbData |
| ColorScheme | m_global_color_scheme |
| bool | bReadyToRender |
| double | Chart_Error_Factor |
| double | m_lon_datum_adjust |
| double | m_lat_datum_adjust |
| double | m_Chart_Skew |
| int | m_nCOVREntries |
| int * | m_pCOVRTablePoints |
| float ** | m_pCOVRTable |
| int | m_nNoCOVREntries |
| int * | m_pNoCOVRTablePoints |
| float ** | m_pNoCOVRTable |
Definition at line 268 of file chartbase.h.
| ChartDummy::ChartDummy | ( | ) |
Definition at line 191 of file chartimg.cpp.
|
virtual |
Definition at line 201 of file chartimg.cpp.
Implements ChartBase.
Definition at line 261 of file chartimg.cpp.
|
virtual |
Implements ChartBase.
Definition at line 215 of file chartimg.cpp.
|
inlinevirtual |
Implements ChartBase.
Definition at line 305 of file chartbase.h.
|
inlinevirtual |
Implements ChartBase.
Definition at line 283 of file chartbase.h.
|
inlinevirtual |
Implements ChartBase.
Definition at line 280 of file chartbase.h.
|
inlinevirtual |
Implements ChartBase.
Definition at line 277 of file chartbase.h.
|
virtual |
Implements ChartBase.
Definition at line 209 of file chartimg.cpp.
|
virtual |
Implements ChartBase.
Definition at line 265 of file chartimg.cpp.
|
virtual |
Implements ChartBase.
Definition at line 271 of file chartimg.cpp.
|
virtual |
Implements ChartBase.
Definition at line 203 of file chartimg.cpp.
|
virtual |
Implements ChartBase.
Definition at line 231 of file chartimg.cpp.
|
virtual |
Implements ChartBase.
Definition at line 224 of file chartimg.cpp.
|
virtual |
Implements ChartBase.
Definition at line 207 of file chartimg.cpp.
|
virtual |
Implements ChartBase.
Definition at line 213 of file chartimg.cpp.