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

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

#include <SendToPeerDlg.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 73 of file SendToPeerDlg.h.

Constructor & Destructor Documentation

◆ SendToPeerDlg()

SendToPeerDlg::SendToPeerDlg ( )

Definition at line 164 of file SendToPeerDlg.cpp.

◆ ~SendToPeerDlg()

SendToPeerDlg::~SendToPeerDlg ( )

Definition at line 182 of file SendToPeerDlg.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 SendToPeerDlg.cpp.

◆ SetMessage()

void SendToPeerDlg::SetMessage ( wxString  message)

Definition at line 296 of file SendToPeerDlg.cpp.

◆ SetRoute()

void SendToPeerDlg::SetRoute ( Route pRoute)
inline

Definition at line 86 of file SendToPeerDlg.h.

◆ SetScanOnCreate()

void SendToPeerDlg::SetScanOnCreate ( bool  s)
inline

Definition at line 92 of file SendToPeerDlg.h.

◆ SetScanTime()

void SendToPeerDlg::SetScanTime ( int  t)
inline

Definition at line 93 of file SendToPeerDlg.h.

◆ SetTrack()

void SendToPeerDlg::SetTrack ( Track pTrack)
inline

Definition at line 90 of file SendToPeerDlg.h.

◆ SetWaypoint()

void SendToPeerDlg::SetWaypoint ( RoutePoint pRoutePoint)
inline

Definition at line 87 of file SendToPeerDlg.h.


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