OpenCPN Partial API docs
|
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 } |
Send Route/Waypoint/Track to peer dialog.
Definition in file send_to_peer_dlg.h.
#define ID_STPDIALOG 10006 |
Definition at line 53 of file send_to_peer_dlg.h.
#define SYMBOL_STP_IDNAME ID_STPDIALOG |
Definition at line 58 of file send_to_peer_dlg.h.
#define SYMBOL_STP_POSITION wxDefaultPosition |
Definition at line 60 of file send_to_peer_dlg.h.
#define SYMBOL_STP_SIZE wxSize(500, 500) |
Definition at line 59 of file send_to_peer_dlg.h.
#define SYMBOL_STP_STYLE |
Definition at line 54 of file send_to_peer_dlg.h.
#define SYMBOL_STP_TITLE _("Send to Peer") |
Definition at line 57 of file send_to_peer_dlg.h.
anonymous enum |
Definition at line 62 of file send_to_peer_dlg.h.