OpenCPN Partial API docs
Loading...
Searching...
No Matches
route_point.cpp File Reference

Implement route_point.h – waypoint or mark abstraction. More...

#include <wx/colour.h>
#include <wx/datetime.h>
#include <wx/dynarray.h>
#include <wx/string.h>
#include <wx/tokenzr.h>
#include "model/base_platform.h"
#include "model/cutil.h"
#include "model/georef.h"
#include "model/navutil_base.h"
#include "model/route.h"
#include "model/routeman.h"
#include "model/route_point.h"
#include "model/select.h"
#include <wx/listimpl.cpp>

Go to the source code of this file.

Variables

wxColour g_colourWaypointRangeRingsColour
 Global instance.
 
int g_LayerIdx
 Global instance.
 
wxRect g_blink_rect
 Global instance.
 

Detailed Description

Implement route_point.h – waypoint or mark abstraction.

Definition in file route_point.cpp.

Variable Documentation

◆ g_blink_rect

wxRect g_blink_rect

Global instance.

Definition at line 45 of file route_point.cpp.

◆ g_colourWaypointRangeRingsColour

wxColour g_colourWaypointRangeRingsColour

Global instance.

Definition at line 41 of file route_point.cpp.

◆ g_LayerIdx

int g_LayerIdx

Global instance.

Definition at line 43 of file route_point.cpp.