OpenCPN Partial API docs
|
#include <functional>
#include <vector>
#include <wx/colour.h>
#include <wx/datetime.h>
#include <wx/gdicmn.h>
#include <wx/object.h>
#include <wx/pen.h>
#include <wx/string.h>
#include "model/route_point.h"
#include "model/routeman.h"
#include "model/hyperlink.h"
#include "bbox.h"
Go to the source code of this file.
Classes | |
class | Route |
Represents a navigational route in the navigation system. More... | |
Macros | |
#define | WIDTH_UNDEFINED -1 |
#define | ROUTE_DEFAULT_SPEED 5.0 |
#define | RTE_TIME_DISP_UTC "UTC" |
#define | RTE_TIME_DISP_PC "PC" |
#define | RTE_TIME_DISP_LOCAL "LOCAL" |
#define | RTE_TIME_DISP_GLOBAL "GLOBAL SETTING" |
#define | RTE_UNDEF_DEPARTURE wxInvalidDateTime |
Typedefs | |
using | RouteList = std::vector< Route * > |
Variables | |
WayPointman * | pWayPointMan |
const wxString | GpxxColorNames [] |
const wxColour | GpxxColors [] |
const int | StyleValues [] |
const int | WidthValues [] = {-1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10} |
const wxString GpxxColorNames[] |
const wxColour GpxxColors[] |
|
extern |
const int StyleValues[] |