|
| opencpn_plugin_118 (void *pmgr) |
|
virtual bool | RenderGLOverlayMultiCanvas (wxGLContext *pcontext, PlugIn_ViewPort *vp, int canvasIndex, int priority) |
| Render plugin overlay over chart canvas in OpenGL mode. More...
|
|
bool | RenderGLOverlayMultiCanvas (wxGLContext *pcontext, PlugIn_ViewPort *vp, int canvas_ix) override |
|
virtual bool | RenderOverlayMultiCanvas (wxDC &dc, PlugIn_ViewPort *vp, int canvas_ix, int priority) |
| Render plugin overlay over chart canvas in non-OpenGL mode. More...
|
|
bool | RenderOverlayMultiCanvas (wxDC &dc, PlugIn_ViewPort *vp, int canvas_ix) override |
|
virtual bool | RenderGLOverlayMultiCanvas (wxGLContext *pcontext, PlugIn_ViewPort *vp, int canvasIndex) |
|
virtual bool | RenderOverlayMultiCanvas (wxDC &dc, PlugIn_ViewPort *vp, int canvasIndex) |
|
| opencpn_plugin_117 (void *pmgr) |
|
virtual int | GetPlugInVersionPatch () |
|
virtual int | GetPlugInVersionPost () |
| Post-release version part, extends the semver spec.
|
|
virtual const char * | GetPlugInVersionPre () |
| Pre-release tag version part, see GetPlugInVersionPatch()
|
|
virtual const char * | GetPlugInVersionBuild () |
| Build version part see GetPlugInVersionPatch().
|
|
virtual void | SetActiveLegInfo (Plugin_Active_Leg_Info &leg_info) |
|
| opencpn_plugin_116 (void *pmgr) |
|
virtual void | PrepareContextMenu (int canvasIndex) |
|
| opencpn_plugin_115 (void *pmgr) |
|
| opencpn_plugin_114 (void *pmgr) |
|
| opencpn_plugin_113 (void *pmgr) |
|
virtual bool | KeyboardEventHook (wxKeyEvent &event) |
|
virtual void | OnToolbarToolDownCallback (int id) |
|
virtual void | OnToolbarToolUpCallback (int id) |
|
| opencpn_plugin_112 (void *pmgr) |
|
virtual bool | MouseEventHook (wxMouseEvent &event) |
|
virtual void | SendVectorChartObjectInfo (wxString &chart, wxString &feature, wxString &objname, double lat, double lon, double scale, int nativescale) |
|
| opencpn_plugin_111 (void *pmgr) |
|
| opencpn_plugin_110 (void *pmgr) |
|
virtual void | LateInit (void) |
|
| opencpn_plugin_19 (void *pmgr) |
|
virtual void | OnSetupOptions (void) |
|
| opencpn_plugin_18 (void *pmgr) |
|
virtual bool | RenderOverlay (wxDC &dc, PlugIn_ViewPort *vp) |
|
virtual bool | RenderGLOverlay (wxGLContext *pcontext, PlugIn_ViewPort *vp) |
|
virtual void | SetPluginMessage (wxString &message_id, wxString &message_body) |
|
virtual void | SetPositionFixEx (PlugIn_Position_Fix_Ex &pfix) |
|
virtual bool | RenderOverlay (wxMemoryDC *pmdc, PlugIn_ViewPort *vp) |
|
| opencpn_plugin (void *pmgr) |
|
virtual int | Init (void) |
|
virtual bool | DeInit (void) |
|
virtual int | GetAPIVersionMajor () |
|
virtual int | GetAPIVersionMinor () |
|
virtual int | GetPlugInVersionMajor () |
|
virtual int | GetPlugInVersionMinor () |
|
virtual wxBitmap * | GetPlugInBitmap () |
| FIXME static wxBitmap* LoadSVG(const wxString filename, unsigned int width, unsigned int height) { if (!gFrame) return new wxBitmap(width, height); // We are headless. More...
|
|
virtual wxString | GetCommonName () |
|
virtual wxString | GetShortDescription () |
|
virtual wxString | GetLongDescription () |
|
virtual void | SetDefaults (void) |
|
virtual int | GetToolbarToolCount (void) |
|
virtual int | GetToolboxPanelCount (void) |
|
virtual void | SetupToolboxPanel (int page_sel, wxNotebook *pnotebook) |
|
virtual void | OnCloseToolboxPanel (int page_sel, int ok_apply_cancel) |
|
virtual void | ShowPreferencesDialog (wxWindow *parent) |
|
virtual bool | RenderOverlay (wxMemoryDC *pmdc, PlugIn_ViewPort *vp) |
|
virtual void | SetCursorLatLon (double lat, double lon) |
|
virtual void | SetCurrentViewPort (PlugIn_ViewPort &vp) |
|
virtual void | SetPositionFix (PlugIn_Position_Fix &pfix) |
|
virtual void | SetNMEASentence (wxString &sentence) |
|
virtual void | SetAISSentence (wxString &sentence) |
|
virtual void | ProcessParentResize (int x, int y) |
|
virtual void | SetColorScheme (PI_ColorScheme cs) |
|
virtual void | OnToolbarToolCallback (int id) |
|
virtual void | OnContextMenuItemCallback (int id) |
|
virtual void | UpdateAuiStatus (void) |
|
virtual wxArrayString | GetDynamicChartClassNameArray (void) |
|
Definition at line 588 of file ocpn_plugin.h.