OpenCPN Partial API docs
|
Public Member Functions | |
grib_pi (void *ppimgr) | |
int | Init (void) |
Initialize the plugin and declare its capabilities. | |
bool | DeInit (void) |
Clean up plugin resources. | |
int | GetAPIVersionMajor () |
Returns the major version number of the plugin API that this plugin supports. | |
int | GetAPIVersionMinor () |
Returns the minor version number of the plugin API that this plugin supports. | |
int | GetPlugInVersionMajor () |
Returns the major version number of the plugin itself. | |
int | GetPlugInVersionMinor () |
Returns the minor version number of the plugin itself. | |
wxBitmap * | GetPlugInBitmap () |
Get the plugin's icon bitmap. | |
wxString | GetCommonName () |
Get the plugin's common (short) name. | |
wxString | GetShortDescription () |
Get a brief description of the plugin. | |
wxString | GetLongDescription () |
Get detailed plugin information. | |
bool | MouseEventHook (wxMouseEvent &event) |
Handles mouse events from chart window. | |
bool | RenderOverlay (wxDC &dc, PlugIn_ViewPort *vp) |
bool | RenderOverlayMultiCanvas (wxDC &dc, PlugIn_ViewPort *vp, int canvasIndex) |
Renders plugin overlay graphics with canvas selection. | |
void | SetCursorLatLon (double lat, double lon) |
Receives cursor lat/lon position updates. | |
void | OnContextMenuItemCallback (int id) |
Handles context menu item selection. | |
void | SetPluginMessage (wxString &message_id, wxString &message_body) |
bool | RenderGLOverlay (wxGLContext *pcontext, PlugIn_ViewPort *vp) |
Renders plugin overlay graphics in OpenGL mode. | |
bool | RenderGLOverlayMultiCanvas (wxGLContext *pcontext, PlugIn_ViewPort *vp, int canvasIndex) |
Renders plugin overlay graphics in OpenGL mode with canvas selection. | |
void | SendTimelineMessage (wxDateTime time) |
void | SetDefaults (void) |
Sets plugin default options. | |
int | GetToolBarToolCount (void) |
void | ShowPreferencesDialog (wxWindow *parent) |
Shows the plugin preferences dialog. | |
void | OnToolbarToolCallback (int id) |
Handles toolbar tool clicks. | |
bool | QualifyCtrlBarPosition (wxPoint position, wxSize size) |
void | MoveDialog (wxDialog *dialog, wxPoint position) |
void | SetPositionFixEx (PlugIn_Position_Fix_Ex &pfix) |
Updates plugin with extended position fix data. | |
void | SetCtrlBarXY (wxPoint p) |
void | SetCursorDataXY (wxPoint p) |
void | SetCtrlBarSizeXY (wxSize p) |
void | SetColorScheme (PI_ColorScheme cs) |
Updates plugin color scheme. | |
void | SetDialogFont (wxWindow *window, wxFont *font=OCPNGetFont(_("Dialog"))) |
void | SetCurrentViewPort (PlugIn_ViewPort &vp) |
Callback invoked by OpenCPN core whenever the current ViewPort changes or through periodic updates. | |
PlugIn_ViewPort & | GetCurrentViewPort () |
void | OnGribCtrlBarClose () |
wxPoint | GetCtrlBarXY () |
wxPoint | GetCursorDataXY () |
const wxString | GetTimezoneSelector () |
void | SetTimeZone (int tz) |
int | GetStartOptions () |
bool | GetCopyFirstCumRec () |
Returns true if cumulative parameters like precipitation and cloud cover should initialize their start values from the first record. | |
bool | GetCopyMissWaveRec () |
Returns true if wave data should be propagated across time periods where wave records are missing. | |
GRIBOverlayFactory * | GetGRIBOverlayFactory () |
void | UpdatePrefs (GribPreferencesDialog *Pref) |
![]() | |
opencpn_plugin_116 (void *pmgr) | |
virtual void | PrepareContextMenu (int canvasIndex) |
Prepares plugin context menu items. | |
![]() | |
opencpn_plugin_115 (void *pmgr) | |
![]() | |
opencpn_plugin_114 (void *pmgr) | |
![]() | |
opencpn_plugin_113 (void *pmgr) | |
virtual bool | KeyboardEventHook (wxKeyEvent &event) |
Handles keyboard events from main window. | |
virtual void | OnToolbarToolDownCallback (int id) |
Handles toolbar button press. | |
virtual void | OnToolbarToolUpCallback (int id) |
Handles toolbar button release. | |
![]() | |
opencpn_plugin_112 (void *pmgr) | |
virtual void | SendVectorChartObjectInfo (wxString &chart, wxString &feature, wxString &objname, double lat, double lon, double scale, int nativescale) |
Receives vector chart object information. | |
![]() | |
opencpn_plugin_111 (void *pmgr) | |
![]() | |
opencpn_plugin_110 (void *pmgr) | |
virtual void | LateInit (void) |
![]() | |
opencpn_plugin_19 (void *pmgr) | |
virtual void | OnSetupOptions (void) |
Allows plugin to add custom setup options. | |
![]() | |
opencpn_plugin_18 (void *pmgr) | |
virtual bool | RenderOverlay (wxMemoryDC *pmdc, PlugIn_ViewPort *vp) |
Render plugin overlay graphics using standard device context. | |
![]() | |
opencpn_plugin (void *pmgr) | |
virtual int | GetToolbarToolCount (void) |
Returns the number of toolbar tools this plugin provides. | |
virtual int | GetToolboxPanelCount (void) |
Returns the number of preference pages this plugin provides. | |
virtual void | SetupToolboxPanel (int page_sel, wxNotebook *pnotebook) |
Creates a plugin preferences page. | |
virtual void | OnCloseToolboxPanel (int page_sel, int ok_apply_cancel) |
Handles preference page closure. | |
virtual void | SetPositionFix (PlugIn_Position_Fix &pfix) |
Updates plugin with current position fix data. | |
virtual void | SetNMEASentence (wxString &sentence) |
Receive all NMEA 0183 sentences from OpenCPN. | |
virtual void | SetAISSentence (wxString &sentence) |
Receive all AIS sentences from OpenCPN. | |
virtual void | ProcessParentResize (int x, int y) |
Handles parent window resize events. | |
virtual void | UpdateAuiStatus (void) |
Updates AUI manager status. | |
virtual wxArrayString | GetDynamicChartClassNameArray (void) |
Returns array of dynamically loaded chart class names. | |
Public Attributes | |
GRIBOverlayFactory * | m_pGRIBOverlayFactory |
int | m_MenuItem |
bool | m_DialogStyleChanged |
wxSize | m_coreToolbarSize |
wxPoint | m_coreToolbarPosn |
bool | m_bZoomToCenterAtInit |
wxString | m_local_sources_catalog |
double | m_boat_lat |
double | m_boat_lon |
double | m_boat_cog |
double | m_boat_sog |
time_t | m_boat_time |
grib_pi::grib_pi | ( | void * | ppimgr | ) |
Definition at line 73 of file grib_pi.cpp.
grib_pi::~grib_pi | ( | void | ) |
Definition at line 93 of file grib_pi.cpp.
|
virtual |
Clean up plugin resources.
This required method is called by OpenCPN during plugin unloading or program shutdown. It should release any resources allocated by the plugin.
Reimplemented from opencpn_plugin.
Definition at line 174 of file grib_pi.cpp.
|
virtual |
Returns the major version number of the plugin API that this plugin supports.
This method must be implemented by all plugins to declare compatibility with a specific major version of the OpenCPN plugin API.
Reimplemented from opencpn_plugin.
Definition at line 187 of file grib_pi.cpp.
|
virtual |
Returns the minor version number of the plugin API that this plugin supports.
This method must be implemented by all plugins to declare compatibility with a specific minor version of the OpenCPN plugin API.
Reimplemented from opencpn_plugin.
Definition at line 189 of file grib_pi.cpp.
|
virtual |
Get the plugin's common (short) name.
This required method should return a short name used to identify the plugin in lists and menus.
Reimplemented from opencpn_plugin.
Definition at line 197 of file grib_pi.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Get detailed plugin information.
This required method should return a longer description including:
Reimplemented from opencpn_plugin.
Definition at line 201 of file grib_pi.cpp.
|
virtual |
Get the plugin's icon bitmap.
FIXME static wxBitmap* LoadSVG(const wxString filename, unsigned int width, unsigned int height) { if (!gFrame) return new wxBitmap(width, height); // We are headless.
This method should return a wxBitmap containing the plugin's icon for display in the plugin manager and other UI elements.
#ifdef ANDROID return loadAndroidSVG(filename, width, height); #elif defined(ocpnUSE_SVG) wxSVGDocument svgDoc; if (svgDoc.Load(filename)) return new wxBitmap(svgDoc.Render(width, height, NULL, true, true)); else return new wxBitmap(width, height); #else return new wxBitmap(width, height); #endif }
wxBitmap* opencpn_plugin::GetPlugInBitmap() { auto bitmap = PluginLoader::getInstance()->GetPluginDefaultIcon(); return const_cast<wxBitmap*>(bitmap); }
Reimplemented from opencpn_plugin.
Definition at line 195 of file grib_pi.cpp.
|
virtual |
Returns the major version number of the plugin itself.
This method should return the plugin's own major version number, which is used by OpenCPN for plugin version management and display.
Reimplemented from opencpn_plugin.
Definition at line 191 of file grib_pi.cpp.
|
virtual |
Returns the minor version number of the plugin itself.
This method should return the plugin's own minor version number, which is used by OpenCPN for plugin version management and display.
Reimplemented from opencpn_plugin.
Definition at line 193 of file grib_pi.cpp.
|
virtual |
Get a brief description of the plugin.
This required method should return a short description (1-2 sentences) explaining the plugin's basic functionality.
Reimplemented from opencpn_plugin.
Definition at line 199 of file grib_pi.cpp.
int grib_pi::GetToolBarToolCount | ( | void | ) |
Definition at line 222 of file grib_pi.cpp.
|
virtual |
Initialize the plugin and declare its capabilities.
This required method is called by OpenCPN during plugin loading. It should:
Reimplemented from opencpn_plugin.
Definition at line 99 of file grib_pi.cpp.
|
virtual |
Handles mouse events from chart window.
Called for mouse events in the chart display area. Must be implemented if plugin declares WANTS_MOUSE_EVENTS capability.
event | The mouse event |
Reimplemented from opencpn_plugin_112.
Definition at line 224 of file grib_pi.cpp.
void grib_pi::MoveDialog | ( | wxDialog * | dialog, |
wxPoint | position | ||
) |
Definition at line 400 of file grib_pi.cpp.
|
virtual |
Handles context menu item selection.
Called when user selects a plugin's context menu item. Must be implemented if plugin adds items via AddCanvasContextMenuItem().
id | The menu item ID assigned when item was added |
Reimplemented from opencpn_plugin.
Definition at line 624 of file grib_pi.cpp.
void grib_pi::OnGribCtrlBarClose | ( | ) |
Definition at line 529 of file grib_pi.cpp.
|
virtual |
Handles toolbar tool clicks.
Called when the user clicks a plugin's toolbar button. Must be implemented if plugin declares WANTS_TOOLBAR_CALLBACK capability.
id | The tool ID assigned when tool was added via InsertPlugInTool() |
Reimplemented from opencpn_plugin.
Definition at line 422 of file grib_pi.cpp.
bool grib_pi::QualifyCtrlBarPosition | ( | wxPoint | position, |
wxSize | size | ||
) |
Definition at line 367 of file grib_pi.cpp.
|
virtual |
Renders plugin overlay graphics in OpenGL mode.
Called by OpenCPN during chart redraw to allow plugins to render custom visualizations in OpenGL mode. Both RenderOverlay() and RenderGLOverlay() use the same piDC device context abstraction for drawing, but RenderGLOverlay() provides direct access to the OpenGL context.
Plugins render in their load order within plugin array
pcontext | OpenGL context for direct GL drawing commands |
vp | Current viewport settings (scale, position, rotation) |
Reimplemented from opencpn_plugin_18.
Definition at line 577 of file grib_pi.cpp.
|
virtual |
Renders plugin overlay graphics in OpenGL mode with canvas selection.
Extended version of RenderGLOverlay() that supports multiple chart canvases and overlay priorities.
pcontext | OpenGL context for drawing |
vp | Current viewport parameters |
canvasIndex | Index of target canvas (0-based) |
priority | Drawing priority level (OVERLAY_LEGACY etc) |
Reimplemented from opencpn_plugin_116.
Definition at line 609 of file grib_pi.cpp.
|
virtual |
Reimplemented from opencpn_plugin_18.
Definition at line 554 of file grib_pi.cpp.
|
virtual |
Renders plugin overlay graphics with canvas selection.
Extended version of RenderOverlay() that supports multiple chart canvases and overlay priorities.
dc | Device context for drawing |
vp | Current viewport parameters |
canvasIndex | Index of target canvas (0-based) |
priority | Drawing priority level (OVERLAY_LEGACY etc) |
Reimplemented from opencpn_plugin_116.
Definition at line 614 of file grib_pi.cpp.
void grib_pi::SendTimelineMessage | ( | wxDateTime | time | ) |
Definition at line 844 of file grib_pi.cpp.
|
virtual |
Updates plugin color scheme.
Called when OpenCPN's color scheme changes between day, dusk and night modes. Plugins should update their UI colors to match the new scheme.
cs | New color scheme to use:
|
Reimplemented from opencpn_plugin.
Definition at line 834 of file grib_pi.cpp.
|
inlinevirtual |
Callback invoked by OpenCPN core whenever the current ViewPort changes or through periodic updates.
In multi-canvas configurations, each canvas triggers a viewport update.
Reimplemented from opencpn_plugin.
|
virtual |
Receives cursor lat/lon position updates.
This method is called when the cursor moves over the chart. Must be implemented if plugin sets WANTS_CURSOR_LATLON flag.
lat | Cursor latitude in decimal degrees |
lon | Cursor longitude in decimal degrees |
Reimplemented from opencpn_plugin.
Definition at line 619 of file grib_pi.cpp.
|
virtual |
Sets plugin default options.
This method is called when a plugin is enabled via the user preferences dialog. It provides an opportunity to set up any default options and behaviors.
Reimplemented from opencpn_plugin.
Definition at line 220 of file grib_pi.cpp.
void grib_pi::SetDialogFont | ( | wxWindow * | window, |
wxFont * | font = OCPNGetFont(_("Dialog")) |
||
) |
Definition at line 629 of file grib_pi.cpp.
|
virtual |
Reimplemented from opencpn_plugin_18.
Definition at line 642 of file grib_pi.cpp.
|
virtual |
Updates plugin with extended position fix data.
Called by OpenCPN when a new position fix with heading data is received. Extends SetPositionFix() by adding true heading information.
pfix | Extended position fix data containing:
|
Reimplemented from opencpn_plugin_18.
Definition at line 869 of file grib_pi.cpp.
|
virtual |
Shows the plugin preferences dialog.
This method is called when the user requests the plugin preferences through the OpenCPN options dialog. Must be implemented if plugin sets WANTS_PREFERENCES flag.
parent | Parent window to use for dialog |
Reimplemented from opencpn_plugin.
Definition at line 230 of file grib_pi.cpp.
void grib_pi::UpdatePrefs | ( | GribPreferencesDialog * | Pref | ) |
Definition at line 291 of file grib_pi.cpp.
GRIBOverlayFactory* grib_pi::m_pGRIBOverlayFactory |