OpenCPN Partial API docs
|
Represents a layer of chart objects in OpenCPN. More...
#include <Layer.h>
Public Member Functions | |
wxString | CreatePropString (void) |
bool | IsVisibleOnChart () |
void | SetVisibleOnChart (bool viz=true) |
bool | IsVisibleOnListing () |
void | SetVisibleOnListing (bool viz=true) |
wxCheckBoxState | HasVisibleNames () |
void | SetVisibleNames (wxCheckBoxState viz=wxCHK_UNDETERMINED) |
Public Attributes | |
bool | m_bIsVisibleOnChart |
bool | m_bIsVisibleOnListing |
wxCheckBoxState | m_bHasVisibleNames |
long | m_NoOfItems |
int | m_LayerID |
wxString | m_LayerName |
wxString | m_LayerFileName |
wxString | m_LayerDescription |
wxString | m_LayerType |
wxDateTime | m_CreateTime |
Represents a layer of chart objects in OpenCPN.
A Layer in OpenCPN is a collection of chart objects (such as waypoints, routes, or tracks) that can be managed and displayed as a group. Layers provide a way to organize and control the visibility of related chart objects.
|
inline |