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