|
OpenCPN Partial API docs
|
GribRequestDialog.h. More...
#include "wx/wx.h"#include <wx/utils.h>#include <sstream>#include "email.h"#include "xy_grib_model_def.h"#include "pi_gl.h"#include "grib_request_dlg.h"#include "grib_overlay_factory.h"#include <wx/wfstream.h>#include "grib_pi.h"#include <unordered_map>#include <regex>#include <string>Go to the source code of this file.
Classes | |
| struct | GribCatalogInfo |
Macros | |
| #define | RESOLUTIONS 4 |
Enumerations | |
| enum | { SAILDOCS , ZYGRIB } |
| enum | { GFS , COAMPS , RTOFS , HRRR , ICON , ECMWF } |
| enum | LocalSourceItem { SOURCE , AREA , GRIB } |
| enum | LocalGribDownloadType { DIRECT , MANIFEST , WEBPAGE } |
Functions | |
| wxString | toMailFormat (int NEflag, int a) |
| wxWindow * | GetGRIBCanvas () |
| size_t | LengthSelToHours (int sel) |
| const wxString | EncodeURL (const wxString &uri) |
Variables | |
| int | m_SavedZoneSelMode |
| Persisted version of the GRIB area selection mode. | |
| int | m_ZoneSelMode |
| Tracks the current state of GRIB area selection for zone coordinates. | |
GribRequestDialog.h.
Definition in file grib_request_dlg.cpp.
| #define RESOLUTIONS 4 |
Definition at line 45 of file grib_request_dlg.cpp.
| anonymous enum |
Definition at line 47 of file grib_request_dlg.cpp.
| anonymous enum |
Definition at line 48 of file grib_request_dlg.cpp.
| enum LocalGribDownloadType |
Definition at line 677 of file grib_request_dlg.cpp.
| enum LocalSourceItem |
Definition at line 675 of file grib_request_dlg.cpp.
| const wxString EncodeURL | ( | const wxString & | uri | ) |
Definition at line 1793 of file grib_request_dlg.cpp.
| wxWindow * GetGRIBCanvas | ( | ) |
Definition at line 126 of file grib_ui_dlg.cpp.
| size_t LengthSelToHours | ( | int | sel | ) |
Definition at line 508 of file grib_request_dlg.cpp.
| wxString toMailFormat | ( | int | NEflag, |
| int | a | ||
| ) |
Definition at line 50 of file grib_request_dlg.cpp.
|
extern |
Persisted version of the GRIB area selection mode.
This value is saved to and loaded from the OpenCPN config file, allowing the user's preferred selection mode to persist between sessions. The value is used to:
Definition at line 70 of file grib_ui_dlg.cpp.
|
extern |
Tracks the current state of GRIB area selection for zone coordinates.
This state controls:
A typical mouse area selection flow:
Definition at line 84 of file grib_ui_dlg.cpp.