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

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
 

Detailed Description

Send route/waypoint to GPS dialog.

Definition in file send_to_gps_dlg.h.

Macro Definition Documentation

◆ ID_STGDIALOG

#define ID_STGDIALOG   10005

Definition at line 45 of file send_to_gps_dlg.h.

◆ SYMBOL_STG_IDNAME

#define SYMBOL_STG_IDNAME   ID_STGDIALOG

Definition at line 50 of file send_to_gps_dlg.h.

◆ SYMBOL_STG_POSITION

#define SYMBOL_STG_POSITION   wxDefaultPosition

Definition at line 52 of file send_to_gps_dlg.h.

◆ SYMBOL_STG_SIZE

#define SYMBOL_STG_SIZE   wxSize(500, 500)

Definition at line 51 of file send_to_gps_dlg.h.

◆ SYMBOL_STG_STYLE

#define SYMBOL_STG_STYLE
Value:
wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX | \
wxFRAME_FLOAT_ON_PARENT

Definition at line 46 of file send_to_gps_dlg.h.

◆ SYMBOL_STG_TITLE

#define SYMBOL_STG_TITLE   _("Send to GPS")

Definition at line 49 of file send_to_gps_dlg.h.