OpenCPN Partial API docs
Loading...
Searching...
No Matches
IEncCell Class Reference
Inheritance diagram for IEncCell:
Chart

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

Locationlocation
 
wxString river_name
 
RiverMilesriver_miles
 
Areaarea
 
wxString edition
 
ChartFileshp_file
 
ChartFiles57_file
 
ChartFilekml_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
 
NoticeToMarinersnm
 
NoticeToMarinerslnm
 
std::vector< std::unique_ptr< Panel > > coverage
 

Detailed Description

Definition at line 145 of file chartcatalog.h.

Constructor & Destructor Documentation

◆ IEncCell()

IEncCell::IEncCell ( pugi::xml_node xmldata)

Definition at line 329 of file chartcatalog.cpp.

◆ ~IEncCell()

IEncCell::~IEncCell ( )

Definition at line 369 of file chartcatalog.cpp.

Member Function Documentation

◆ GetChartTitle()

wxString IEncCell::GetChartTitle ( )
virtual

Reimplemented from Chart.

Definition at line 378 of file chartcatalog.cpp.

◆ GetDownloadLocation()

wxString IEncCell::GetDownloadLocation ( )
virtual

Reimplemented from Chart.

Definition at line 397 of file chartcatalog.cpp.

◆ GetUpdateDatetime()

wxDateTime IEncCell::GetUpdateDatetime ( )
virtual

Reimplemented from Chart.

Definition at line 399 of file chartcatalog.cpp.

Member Data Documentation

◆ area

Area* IEncCell::area

Definition at line 160 of file chartcatalog.h.

◆ edition

wxString IEncCell::edition

Definition at line 161 of file chartcatalog.h.

◆ kml_file

ChartFile* IEncCell::kml_file

Definition at line 164 of file chartcatalog.h.

◆ location

Location* IEncCell::location

Definition at line 157 of file chartcatalog.h.

◆ river_miles

RiverMiles* IEncCell::river_miles

Definition at line 159 of file chartcatalog.h.

◆ river_name

wxString IEncCell::river_name

Definition at line 158 of file chartcatalog.h.

◆ s57_file

ChartFile* IEncCell::s57_file

Definition at line 163 of file chartcatalog.h.

◆ shp_file

ChartFile* IEncCell::shp_file

Definition at line 162 of file chartcatalog.h.


The documentation for this class was generated from the following files: