|
OpenCPN Partial API docs
|
Dialog for sending navigation objects to peer devices. More...
#include <send_to_peer_dlg.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 70 of file send_to_peer_dlg.h.
| SendToPeerDlg::SendToPeerDlg | ( | ) |
Definition at line 164 of file send_to_peer_dlg.cpp.
| SendToPeerDlg::~SendToPeerDlg | ( | ) |
Definition at line 182 of file send_to_peer_dlg.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 send_to_peer_dlg.cpp.
| void SendToPeerDlg::SetMessage | ( | wxString | message | ) |
Definition at line 296 of file send_to_peer_dlg.cpp.
|
inline |
Definition at line 83 of file send_to_peer_dlg.h.
|
inline |
Definition at line 89 of file send_to_peer_dlg.h.
|
inline |
Definition at line 90 of file send_to_peer_dlg.h.
|
inline |
Definition at line 87 of file send_to_peer_dlg.h.
|
inline |
Definition at line 84 of file send_to_peer_dlg.h.