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

Confirm peer transfer PIN code dialog. More...

#include <wx/button.h>
#include <wx/dialog.h>
#include <wx/gdicmn.h>
#include <wx/stattext.h>
#include <wx/string.h>
#include <wx/textctrl.h>
#include <wx/window.h>

Go to the source code of this file.

Classes

class  PinConfirmDlg
 

Macros

#define ID_PCDDIALOG   10005
 
#define SYMBOL_PCD_STYLE    wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX
 
#define SYMBOL_PCD_TITLE   _("Send to GPS")
 
#define SYMBOL_PCD_IDNAME   ID_PCDDIALOG
 
#define SYMBOL_PCD_SIZE   wxSize(500, 500)
 
#define SYMBOL_PCD_POSITION   wxDefaultPosition
 

Detailed Description

Confirm peer transfer PIN code dialog.

Definition in file peer_client_dlg.h.

Macro Definition Documentation

◆ ID_PCDDIALOG

#define ID_PCDDIALOG   10005

Definition at line 35 of file peer_client_dlg.h.

◆ SYMBOL_PCD_IDNAME

#define SYMBOL_PCD_IDNAME   ID_PCDDIALOG

Definition at line 40 of file peer_client_dlg.h.

◆ SYMBOL_PCD_POSITION

#define SYMBOL_PCD_POSITION   wxDefaultPosition

Definition at line 42 of file peer_client_dlg.h.

◆ SYMBOL_PCD_SIZE

#define SYMBOL_PCD_SIZE   wxSize(500, 500)

Definition at line 41 of file peer_client_dlg.h.

◆ SYMBOL_PCD_STYLE

#define SYMBOL_PCD_STYLE    wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX

Definition at line 36 of file peer_client_dlg.h.

◆ SYMBOL_PCD_TITLE

#define SYMBOL_PCD_TITLE   _("Send to GPS")

Definition at line 39 of file peer_client_dlg.h.