OpenCPN Partial API docs
|
Send route/waypoint to GPS dialog. More...
#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/button.h>
#include <wx/combobox.h>
#include <wx/dialog.h>
#include <wx/event.h>
#include <wx/gauge.h>
#include <wx/gdicmn.h>
#include <wx/stattext.h>
#include <wx/string.h>
#include "model/route.h"
#include "model/route_point.h"
Go to the source code of this file.
Classes | |
class | SendToGpsDlg |
Dialog for sending routes/waypoints to a GPS device. More... | |
Macros | |
#define | ID_STGDIALOG 10005 |
#define | SYMBOL_STG_STYLE |
#define | SYMBOL_STG_TITLE _("Send to GPS") |
#define | SYMBOL_STG_IDNAME ID_STGDIALOG |
#define | SYMBOL_STG_SIZE wxSize(500, 500) |
#define | SYMBOL_STG_POSITION wxDefaultPosition |
Send route/waypoint to GPS dialog.
Definition in file send_to_gps_dlg.h.
#define ID_STGDIALOG 10005 |
Definition at line 45 of file send_to_gps_dlg.h.
#define SYMBOL_STG_IDNAME ID_STGDIALOG |
Definition at line 50 of file send_to_gps_dlg.h.
#define SYMBOL_STG_POSITION wxDefaultPosition |
Definition at line 52 of file send_to_gps_dlg.h.
#define SYMBOL_STG_SIZE wxSize(500, 500) |
Definition at line 51 of file send_to_gps_dlg.h.
#define SYMBOL_STG_STYLE |
Definition at line 46 of file send_to_gps_dlg.h.
#define SYMBOL_STG_TITLE _("Send to GPS") |
Definition at line 49 of file send_to_gps_dlg.h.