OpenCPN Partial API docs
Loading...
Searching...
No Matches
send_to_peer_dlg.h File Reference

Send Route/Waypoint/Track to peer dialog. More...

#include <vector>
#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/combobox.h>
#include <wx/dialog.h>
#include <wx/event.h>
#include <wx/gauge.h>
#include <wx/gdicmn.h>
#include <wx/stattext.h>
#include <wx/string.h>
#include <wx/timer.h>
#include <wx/window.h>
#include "model/route.h"
#include "model/route_point.h"
#include "model/track.h"
#include "observable_evtvar.h"

Go to the source code of this file.

Classes

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

Macros

#define ID_STPDIALOG   10006
 
#define SYMBOL_STP_STYLE
 
#define SYMBOL_STP_TITLE   _("Send to Peer")
 
#define SYMBOL_STP_IDNAME   ID_STPDIALOG
 
#define SYMBOL_STP_SIZE   wxSize(500, 500)
 
#define SYMBOL_STP_POSITION   wxDefaultPosition
 

Enumerations

enum  { ID_STP_CANCEL = 10000 , ID_STP_OK , ID_STP_CHOICE_PEER , ID_STP_SCAN }
 

Detailed Description

Send Route/Waypoint/Track to peer dialog.

Definition in file send_to_peer_dlg.h.

Macro Definition Documentation

◆ ID_STPDIALOG

#define ID_STPDIALOG   10006

Definition at line 53 of file send_to_peer_dlg.h.

◆ SYMBOL_STP_IDNAME

#define SYMBOL_STP_IDNAME   ID_STPDIALOG

Definition at line 58 of file send_to_peer_dlg.h.

◆ SYMBOL_STP_POSITION

#define SYMBOL_STP_POSITION   wxDefaultPosition

Definition at line 60 of file send_to_peer_dlg.h.

◆ SYMBOL_STP_SIZE

#define SYMBOL_STP_SIZE   wxSize(500, 500)

Definition at line 59 of file send_to_peer_dlg.h.

◆ SYMBOL_STP_STYLE

#define SYMBOL_STP_STYLE
Value:
wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX | \
wxFRAME_FLOAT_ON_PARENT

Definition at line 54 of file send_to_peer_dlg.h.

◆ SYMBOL_STP_TITLE

#define SYMBOL_STP_TITLE   _("Send to Peer")

Definition at line 57 of file send_to_peer_dlg.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Definition at line 62 of file send_to_peer_dlg.h.