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

Manage routes dialog. More...

#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/frame.h>
#include <wx/list.h>
#include <wx/listctrl.h>
#include <wx/notebook.h>
#include <wx/panel.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/timer.h>
#include "model/route.h"
#include "model/route_point.h"
#include "model/track.h"
#include "observable.h"
#include "layer.h"

Go to the source code of this file.

Classes

class  RouteManagerDialog
 

Macros

#define NAME_COLUMN   2
 
#define DISTANCE_COLUMN   3
 

Enumerations

enum  { SORT_ON_DISTANCE = 1 , SORT_ON_NAME , SORT_ON_DATE }
 
enum  TrackContextMenu { TRACK_MERGE = 1 , TRACK_COPY_TEXT , TRACK_CLEAN }
 

Variables

RouteManagerDialogpRouteManagerDialog
 Global instance.
 

Detailed Description

Manage routes dialog.

Definition in file routemanagerdialog.h.

Macro Definition Documentation

◆ DISTANCE_COLUMN

#define DISTANCE_COLUMN   3

Definition at line 49 of file routemanagerdialog.h.

◆ NAME_COLUMN

#define NAME_COLUMN   2

Definition at line 48 of file routemanagerdialog.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Definition at line 51 of file routemanagerdialog.h.

◆ TrackContextMenu

enum TrackContextMenu

Definition at line 53 of file routemanagerdialog.h.

Variable Documentation

◆ pRouteManagerDialog

RouteManagerDialog* pRouteManagerDialog
extern

Global instance.

Definition at line 91 of file routemanagerdialog.cpp.