OpenCPN Partial API docs
Loading...
Searching...
No Matches
SendToGpsDlg Class Reference

Dialog for sending routes/waypoints to a GPS device. More...

#include <SendToGpsDlg.h>

Inheritance diagram for SendToGpsDlg:

Public Member Functions

 SendToGpsDlg (wxWindow *parent, wxWindowID id, const wxString &caption, const wxString &hint, const wxPoint &pos, const wxSize &size, long style)
 
bool Create (wxWindow *parent, wxWindowID id=SYMBOL_STG_IDNAME, const wxString &caption=SYMBOL_STG_TITLE, const wxString &hint=SYMBOL_STG_TITLE, const wxPoint &pos=SYMBOL_STG_POSITION, const wxSize &size=SYMBOL_STG_SIZE, long style=SYMBOL_STG_STYLE)
 
void SetRoute (Route *pRoute)
 
void SetWaypoint (RoutePoint *pRoutePoint)
 
wxGauge * GetProgressGauge ()
 
void SetMessage (wxString message)
 

Detailed Description

Dialog for sending routes/waypoints to a GPS device.

Allows users to send route and waypoint data to a connected GPS device. It provides options to select the GPS device and displays a progress gauge during transfer.

Definition at line 53 of file SendToGpsDlg.h.

Constructor & Destructor Documentation

◆ SendToGpsDlg() [1/2]

SendToGpsDlg::SendToGpsDlg ( )

Definition at line 55 of file SendToGpsDlg.cpp.

◆ SendToGpsDlg() [2/2]

SendToGpsDlg::SendToGpsDlg ( wxWindow * parent,
wxWindowID id,
const wxString & caption,
const wxString & hint,
const wxPoint & pos,
const wxSize & size,
long style )

Definition at line 65 of file SendToGpsDlg.cpp.

◆ ~SendToGpsDlg()

SendToGpsDlg::~SendToGpsDlg ( )

Definition at line 71 of file SendToGpsDlg.cpp.

Member Function Documentation

◆ Create()

bool SendToGpsDlg::Create ( wxWindow * parent,
wxWindowID id = SYMBOL_STG_IDNAME,
const wxString & caption = SYMBOL_STG_TITLE,
const wxString & hint = SYMBOL_STG_TITLE,
const wxPoint & pos = SYMBOL_STG_POSITION,
const wxSize & size = SYMBOL_STG_SIZE,
long style = SYMBOL_STG_STYLE )

Definition at line 78 of file SendToGpsDlg.cpp.

◆ GetProgressGauge()

wxGauge * SendToGpsDlg::GetProgressGauge ( )
inline

Definition at line 71 of file SendToGpsDlg.h.

◆ SetMessage()

void SendToGpsDlg::SetMessage ( wxString message)

Definition at line 211 of file SendToGpsDlg.cpp.

◆ SetRoute()

void SendToGpsDlg::SetRoute ( Route * pRoute)
inline

Definition at line 69 of file SendToGpsDlg.h.

◆ SetWaypoint()

void SendToGpsDlg::SetWaypoint ( RoutePoint * pRoutePoint)
inline

Definition at line 70 of file SendToGpsDlg.h.


The documentation for this class was generated from the following files: