OpenCPN Partial API docs
|
Public Member Functions | |
virtual wxString | GetFileSearchMask (void) |
virtual int | Init (const wxString &full_path, int init_flags) |
virtual void | SetColorScheme (int cs, bool bApplyImmediate) |
virtual double | GetNormalScaleMin (double canvas_scale_factor, bool b_allow_overzoom) |
virtual double | GetNormalScaleMax (double canvas_scale_factor, int canvas_width) |
virtual double | GetNearestPreferredScalePPM (double target_scale_ppm) |
virtual bool | GetChartExtent (ExtentPI *pext) |
virtual wxBitmap & | RenderRegionView (const PlugIn_ViewPort &VPoint, const wxRegion &Region) |
virtual bool | AdjustVP (PlugIn_ViewPort &vp_last, PlugIn_ViewPort &vp_proposed) |
virtual void | GetValidCanvasRegion (const PlugIn_ViewPort &VPoint, wxRegion *pValidRegion) |
virtual int | GetCOVREntries () |
virtual int | GetCOVRTablePoints (int iTable) |
virtual int | GetCOVRTablenPoints (int iTable) |
virtual float * | GetCOVRTableHead (int iTable) |
virtual wxBitmap * | GetThumbnail (int tnx, int tny, int cs) |
virtual wxString | GetFullPath () const |
virtual ChartTypeEnumPI | GetChartType () |
virtual ChartFamilyEnumPI | GetChartFamily () |
virtual OcpnProjTypePI | GetChartProjection () |
virtual wxString | GetName () |
virtual wxString | GetDescription () |
virtual wxString | GetID () |
virtual wxString | GetSE () |
virtual wxString | GetDepthUnits () |
virtual wxString | GetSoundingsDatum () |
virtual wxString | GetDatumString () |
virtual wxString | GetExtraInfo () |
virtual wxString | GetPubDate () |
virtual double | GetChartErrorFactor () |
virtual ChartDepthUnitTypePI | GetDepthUnitId () |
virtual bool | IsReadyToRender () |
virtual int | GetNativeScale () |
virtual double | GetChartSkew () |
virtual wxDateTime | GetEditionDate (void) |
virtual void | ComputeSourceRectangle (const PlugIn_ViewPort &vp, wxRect *pSourceRect) |
virtual double | GetRasterScaleFactor () |
virtual bool | GetChartBits (wxRect &source, unsigned char *pPix, int sub_samp) |
virtual int | GetSize_X () |
virtual int | GetSize_Y () |
virtual void | latlong_to_chartpix (double lat, double lon, double &pixx, double &pixy) |
virtual void | chartpix_to_latlong (double pixx, double pixy, double *plat, double *plon) |
Definition at line 279 of file ocpn_plugin.h.