OpenCPN Partial API docs
|
Route "Send to Peer..." Dialog Definition. More...
#include <SendToPeerDlg.h>
Public Member Functions | |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_STP_IDNAME, const wxString &caption=SYMBOL_STP_TITLE, const wxString &hint=SYMBOL_STP_TITLE, const wxPoint &pos=SYMBOL_STP_POSITION, const wxSize &size=SYMBOL_STP_SIZE, long style=SYMBOL_STP_STYLE) |
void | SetRoute (Route *pRoute) |
void | SetWaypoint (RoutePoint *pRoutePoint) |
void | SetTrack (Track *pTrack) |
void | SetMessage (wxString message) |
void | SetScanOnCreate (bool s) |
void | SetScanTime (int t) |
Route "Send to Peer..." Dialog Definition.
Definition at line 71 of file SendToPeerDlg.h.