OpenCPN Partial API docs
|
Represents a user-defined collection of logically related charts. More...
#include <chartdbs.h>
Public Attributes | |
wxString | m_group_name |
std::vector< ChartGroupElement > | m_element_array |
Represents a user-defined collection of logically related charts.
Allows users to categorize and manage sets of nautical charts based on criteria such as geographical region, chart type, or specific voyages. Enhances chart management by enabling:
Definition at line 464 of file chartdbs.h.
std::vector<ChartGroupElement> ChartGroup::m_element_array |
Definition at line 467 of file chartdbs.h.
wxString ChartGroup::m_group_name |
Definition at line 466 of file chartdbs.h.