OpenCPN Partial API docs
|
#include "wx/wx.h"
#include <wx/utils.h>
#include <sstream>
#include "email.h"
#include "XyGribModelDef.h"
#include "pi_gl.h"
#include "GribRequestDialog.h"
#include "GribOverlayFactory.h"
#include <wx/wfstream.h>
#include "grib_pi.h"
#include <unordered_map>
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. | |
Definition in file GribRequestDialog.cpp.
#define RESOLUTIONS 4 |
Definition at line 38 of file GribRequestDialog.cpp.
anonymous enum |
Definition at line 40 of file GribRequestDialog.cpp.
anonymous enum |
Definition at line 41 of file GribRequestDialog.cpp.
enum LocalGribDownloadType |
Definition at line 674 of file GribRequestDialog.cpp.
enum LocalSourceItem |
Definition at line 672 of file GribRequestDialog.cpp.
const wxString EncodeURL | ( | const wxString & | uri | ) |
Definition at line 1794 of file GribRequestDialog.cpp.
wxWindow * GetGRIBCanvas | ( | ) |
Definition at line 123 of file GribUIDialog.cpp.
size_t LengthSelToHours | ( | int | sel | ) |
Definition at line 506 of file GribRequestDialog.cpp.
wxString toMailFormat | ( | int | NEflag, |
int | a | ||
) |
Definition at line 43 of file GribRequestDialog.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 67 of file GribUIDialog.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 81 of file GribUIDialog.cpp.