OpenCPN Partial API docs
|
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 | |
RouteManagerDialog * | pRouteManagerDialog |
Global instance. | |
Manage routes dialog.
Definition in file routemanagerdialog.h.
#define DISTANCE_COLUMN 3 |
Definition at line 49 of file routemanagerdialog.h.
#define NAME_COLUMN 2 |
Definition at line 48 of file routemanagerdialog.h.
anonymous enum |
Definition at line 51 of file routemanagerdialog.h.
enum TrackContextMenu |
Definition at line 53 of file routemanagerdialog.h.
|
extern |
Global instance.
Definition at line 91 of file routemanagerdialog.cpp.