|
OpenCPN Partial API docs
|
Route "Send to GPS..." Dialog Definition. More...
#include <SendToGpsDlg.h>
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) |
Route "Send to GPS..." Dialog Definition.
Definition at line 56 of file SendToGpsDlg.h.
| 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 | ( | ) |
Definition at line 71 of file SendToGpsDlg.cpp.
| 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.
|
inline |
Definition at line 75 of file SendToGpsDlg.h.
| void SendToGpsDlg::SetMessage | ( | wxString | message | ) |
Definition at line 212 of file SendToGpsDlg.cpp.
|
inline |
Definition at line 73 of file SendToGpsDlg.h.
|
inline |
Definition at line 74 of file SendToGpsDlg.h.