|
OpenCPN Partial API docs
|
Dialog for sending navigation objects to peer devices. 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) |
Dialog for sending navigation objects to peer devices.
Enables sending routes, waypoints, and tracks to peer devices over a network. It allows selecting the peer device and provides options for scanning for available peers.
Definition at line 73 of file SendToPeerDlg.h.
| SendToPeerDlg::SendToPeerDlg | ( | ) |
Definition at line 164 of file SendToPeerDlg.cpp.
| SendToPeerDlg::~SendToPeerDlg | ( | ) |
Definition at line 182 of file SendToPeerDlg.cpp.
| bool SendToPeerDlg::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 ) |
Definition at line 192 of file SendToPeerDlg.cpp.
| void SendToPeerDlg::SetMessage | ( | wxString | message | ) |
Definition at line 296 of file SendToPeerDlg.cpp.
|
inline |
Definition at line 86 of file SendToPeerDlg.h.
|
inline |
Definition at line 92 of file SendToPeerDlg.h.
|
inline |
Definition at line 93 of file SendToPeerDlg.h.
|
inline |
Definition at line 90 of file SendToPeerDlg.h.
|
inline |
Definition at line 87 of file SendToPeerDlg.h.