|
OpenCPN Partial API docs
|
Public Member Functions | |
| IEncCell (pugi::xml_node &xmldata) | |
| wxString | GetChartTitle () |
| wxString | GetDownloadLocation () |
| wxDateTime | GetUpdateDatetime () |
Public Member Functions inherited from Chart | |
| Chart (pugi::xml_node &xmldata) | |
| virtual bool | NeedsManualDownload () |
| virtual wxString | GetManualDownloadUrl () |
| virtual wxString | GetChartFilename (bool to_check=false) |
Public Attributes | |
| Location * | location |
| wxString | river_name |
| RiverMiles * | river_miles |
| Area * | area |
| wxString | edition |
| ChartFile * | shp_file |
| ChartFile * | s57_file |
| ChartFile * | kml_file |
Public Attributes inherited from Chart | |
| wxString | number |
| wxString | title |
| wxArrayString * | coast_guard_districts |
| wxArrayString * | states |
| wxArrayString * | regions |
| wxString | zipfile_location |
| wxString | target_filename |
| wxDateTime | zipfile_datetime |
| wxDateTime | zipfile_datetime_iso8601 |
| int | zipfile_size |
| wxString | reference_file |
| wxString | manual_download_url |
| NoticeToMariners * | nm |
| NoticeToMariners * | lnm |
| std::vector< std::unique_ptr< Panel > > | coverage |
Definition at line 145 of file chartcatalog.h.
| IEncCell::IEncCell | ( | pugi::xml_node & | xmldata | ) |
Definition at line 329 of file chartcatalog.cpp.
| IEncCell::~IEncCell | ( | ) |
Definition at line 369 of file chartcatalog.cpp.
|
virtual |
Reimplemented from Chart.
Definition at line 378 of file chartcatalog.cpp.
|
virtual |
Reimplemented from Chart.
Definition at line 397 of file chartcatalog.cpp.
|
virtual |
Reimplemented from Chart.
Definition at line 399 of file chartcatalog.cpp.
| Area* IEncCell::area |
Definition at line 160 of file chartcatalog.h.
| wxString IEncCell::edition |
Definition at line 161 of file chartcatalog.h.
| ChartFile* IEncCell::kml_file |
Definition at line 164 of file chartcatalog.h.
| Location* IEncCell::location |
Definition at line 157 of file chartcatalog.h.
| RiverMiles* IEncCell::river_miles |
Definition at line 159 of file chartcatalog.h.
| wxString IEncCell::river_name |
Definition at line 158 of file chartcatalog.h.
| ChartFile* IEncCell::s57_file |
Definition at line 163 of file chartcatalog.h.
| ChartFile* IEncCell::shp_file |
Definition at line 162 of file chartcatalog.h.