OpenCPN Partial API docs
Loading...
Searching...
No Matches
layer.h File Reference

Chart object layer. More...

#include <list>
#include <wx/checkbox.h>
#include <wx/datetime.h>
#include <wx/string.h>

Go to the source code of this file.

Classes

class  Layer
 Represents a layer of chart objects in OpenCPN. More...
 

Typedefs

using LayerList = std::list< Layer * >
 

Variables

LayerList * pLayerList
 Global instance.
 

Detailed Description

Chart object layer.

Definition in file layer.h.

Typedef Documentation

◆ LayerList

using LayerList = std::list<Layer *>

Definition at line 35 of file layer.h.

Variable Documentation

◆ pLayerList

LayerList* pLayerList
extern

Global instance.

Definition at line 23 of file layer.cpp.