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

Route "Send to GPS..." Dialog Definition. 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

Route "Send to GPS..." Dialog Definition.

Definition at line 56 of file SendToGpsDlg.h.

Constructor & Destructor Documentation

◆ SendToGpsDlg()

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 75 of file SendToGpsDlg.h.

◆ SetMessage()

void SendToGpsDlg::SetMessage ( wxString  message)

Definition at line 212 of file SendToGpsDlg.cpp.

◆ SetRoute()

void SendToGpsDlg::SetRoute ( Route pRoute)
inline

Definition at line 73 of file SendToGpsDlg.h.

◆ SetWaypoint()

void SendToGpsDlg::SetWaypoint ( RoutePoint pRoutePoint)
inline

Definition at line 74 of file SendToGpsDlg.h.


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