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

Route "Send to Peer..." Dialog Definition. More...

#include <SendToPeerDlg.h>

Inheritance diagram for SendToPeerDlg:

Public Member Functions

 SendToPeerDlg (wxWindow *parent, wxWindowID id, const wxString &caption, const wxString &hint, const wxPoint &pos, const wxSize &size, long style)
 
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)
 
wxGauge * GetProgressGauge ()
 
void SetMessage (wxString message)
 
void SetScanOnCreate (bool s)
 
void SetScanTime (int t)
 

Detailed Description

Route "Send to Peer..." Dialog Definition.

Definition at line 54 of file SendToPeerDlg.h.

Constructor & Destructor Documentation

◆ SendToPeerDlg() [1/2]

SendToPeerDlg::SendToPeerDlg ( )

Definition at line 54 of file SendToPeerDlg.cpp.

◆ SendToPeerDlg() [2/2]

SendToPeerDlg::SendToPeerDlg ( wxWindow *  parent,
wxWindowID  id,
const wxString &  caption,
const wxString &  hint,
const wxPoint &  pos,
const wxSize &  size,
long  style 
)

Definition at line 64 of file SendToPeerDlg.cpp.

◆ ~SendToPeerDlg()

SendToPeerDlg::~SendToPeerDlg ( )

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

◆ GetProgressGauge()

wxGauge * SendToPeerDlg::GetProgressGauge ( )
inline

Definition at line 74 of file SendToPeerDlg.h.

◆ SetMessage()

void SendToPeerDlg::SetMessage ( wxString  message)

Definition at line 172 of file SendToPeerDlg.cpp.

◆ SetRoute()

void SendToPeerDlg::SetRoute ( Route pRoute)
inline

Definition at line 71 of file SendToPeerDlg.h.

◆ SetScanOnCreate()

void SendToPeerDlg::SetScanOnCreate ( bool  s)
inline

Definition at line 76 of file SendToPeerDlg.h.

◆ SetScanTime()

void SendToPeerDlg::SetScanTime ( int  t)
inline

Definition at line 77 of file SendToPeerDlg.h.

◆ SetTrack()

void SendToPeerDlg::SetTrack ( Track pTrack)
inline

Definition at line 73 of file SendToPeerDlg.h.

◆ SetWaypoint()

void SendToPeerDlg::SetWaypoint ( RoutePoint pRoutePoint)
inline

Definition at line 72 of file SendToPeerDlg.h.


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