OpenCPN Partial API docs
Loading...
Searching...
No Matches
ChartGroup Class Reference

Represents a user-defined collection of logically related charts. More...

#include <chartdbs.h>

Public Attributes

wxString m_group_name
 
std::vector< ChartGroupElementm_element_array
 

Detailed Description

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:

  • Efficient organization of large chart collections
  • Quick access to relevant charts for specific needs
  • Grouped operations like enabling/disabling multiple charts simultaneously
  • Simplified update management for sets of related charts

Definition at line 464 of file chartdbs.h.

Member Data Documentation

◆ m_element_array

std::vector<ChartGroupElement> ChartGroup::m_element_array

Definition at line 467 of file chartdbs.h.

◆ m_group_name

wxString ChartGroup::m_group_name

Definition at line 466 of file chartdbs.h.


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