OpenCPN Partial API docs
Loading...
Searching...
No Matches
SendToPeerDlg Class Reference

Dialog for sending navigation objects to peer devices. More...

#include <send_to_peer_dlg.h>

Inheritance diagram for SendToPeerDlg:

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SendToPeerDlg()

SendToPeerDlg::SendToPeerDlg ( )

Definition at line 164 of file send_to_peer_dlg.cpp.

◆ ~SendToPeerDlg()

SendToPeerDlg::~SendToPeerDlg ( )

Definition at line 182 of file send_to_peer_dlg.cpp.

Member Function Documentation

◆ Create()

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.

◆ SetMessage()

void SendToPeerDlg::SetMessage ( wxString  message)

Definition at line 296 of file send_to_peer_dlg.cpp.

◆ SetRoute()

void SendToPeerDlg::SetRoute ( Route pRoute)
inline

Definition at line 83 of file send_to_peer_dlg.h.

◆ SetScanOnCreate()

void SendToPeerDlg::SetScanOnCreate ( bool  s)
inline

Definition at line 89 of file send_to_peer_dlg.h.

◆ SetScanTime()

void SendToPeerDlg::SetScanTime ( int  t)
inline

Definition at line 90 of file send_to_peer_dlg.h.

◆ SetTrack()

void SendToPeerDlg::SetTrack ( Track pTrack)
inline

Definition at line 87 of file send_to_peer_dlg.h.

◆ SetWaypoint()

void SendToPeerDlg::SetWaypoint ( RoutePoint pRoutePoint)
inline

Definition at line 84 of file send_to_peer_dlg.h.


The documentation for this class was generated from the following files: