OpenCPN Partial API docs
Loading...
Searching...
No Matches
PINConfirmDialog Class Reference
Inheritance diagram for PINConfirmDialog:

Public Member Functions

 PINConfirmDialog (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_PCD_IDNAME, const wxString &caption=SYMBOL_PCD_TITLE, const wxString &hint=SYMBOL_PCD_TITLE, const wxPoint &pos=SYMBOL_PCD_POSITION, const wxSize &size=SYMBOL_PCD_SIZE, long style=SYMBOL_PCD_STYLE)
 
void SetMessage (const wxString &message)
 
void SetText1Message (const wxString &message)
 
wxString GetText1Value ()
 
void OnCancelClick (wxCommandEvent &event)
 
void OnOKClick (wxCommandEvent &event)
 

Detailed Description

Definition at line 47 of file peer_client.h.

Constructor & Destructor Documentation

◆ PINConfirmDialog() [1/2]

PINConfirmDialog::PINConfirmDialog ( )

Definition at line 311 of file peer_client.cpp.

◆ PINConfirmDialog() [2/2]

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

Definition at line 317 of file peer_client.cpp.

◆ ~PINConfirmDialog()

PINConfirmDialog::~PINConfirmDialog ( )

Definition at line 325 of file peer_client.cpp.

Member Function Documentation

◆ Create()

bool PINConfirmDialog::Create ( wxWindow *  parent,
wxWindowID  id = SYMBOL_PCD_IDNAME,
const wxString &  caption = SYMBOL_PCD_TITLE,
const wxString &  hint = SYMBOL_PCD_TITLE,
const wxPoint &  pos = SYMBOL_PCD_POSITION,
const wxSize &  size = SYMBOL_PCD_SIZE,
long  style = SYMBOL_PCD_STYLE 
)

Definition at line 330 of file peer_client.cpp.

◆ GetText1Value()

wxString PINConfirmDialog::GetText1Value ( )
inline

Definition at line 67 of file peer_client.h.

◆ OnCancelClick()

void PINConfirmDialog::OnCancelClick ( wxCommandEvent &  event)

Definition at line 393 of file peer_client.cpp.

◆ OnOKClick()

void PINConfirmDialog::OnOKClick ( wxCommandEvent &  event)

Definition at line 389 of file peer_client.cpp.

◆ SetMessage()

void PINConfirmDialog::SetMessage ( const wxString &  message)

Definition at line 376 of file peer_client.cpp.

◆ SetText1Message()

void PINConfirmDialog::SetText1Message ( const wxString &  message)

Definition at line 383 of file peer_client.cpp.


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