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

Public Member Functions

 PINCreateDialog (wxWindow *parent, wxWindowID id, const wxString &caption, const wxString &hint, const wxPoint &pos, const wxSize &size, long style)
 
wxDialog * Initiate (const std::string &msg, const std::string &text1)
 
void DeInit ()
 
bool Create (wxWindow *parent, wxWindowID id=SYMBOL_STG_IDNAME, const wxString &caption=SYMBOL_STG_TITLE, const wxString &hint=SYMBOL_STG_TITLE, const wxPoint &pos=SYMBOL_STG_POSITION, const wxSize &size=SYMBOL_STG_SIZE, long style=SYMBOL_STG_STYLE)
 
void SetMessage (const wxString &message)
 
void SetText1Message (const wxString &message)
 
wxString GetText1Value ()
 

Static Public Member Functions

static RestServerDlgCtx GetDlgCtx ()
 

Detailed Description

Definition at line 88 of file rest_server_gui.h.

Constructor & Destructor Documentation

◆ PINCreateDialog() [1/2]

PINCreateDialog::PINCreateDialog ( )

Definition at line 209 of file rest_server_gui.cpp.

◆ PINCreateDialog() [2/2]

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

Definition at line 218 of file rest_server_gui.cpp.

◆ ~PINCreateDialog()

PINCreateDialog::~PINCreateDialog ( )

Definition at line 230 of file rest_server_gui.cpp.

Member Function Documentation

◆ Create()

bool PINCreateDialog::Create ( wxWindow *  parent,
wxWindowID  id = SYMBOL_STG_IDNAME,
const wxString &  caption = SYMBOL_STG_TITLE,
const wxString &  hint = SYMBOL_STG_TITLE,
const wxPoint &  pos = SYMBOL_STG_POSITION,
const wxSize &  size = SYMBOL_STG_SIZE,
long  style = SYMBOL_STG_STYLE 
)

Definition at line 254 of file rest_server_gui.cpp.

◆ DeInit()

void PINCreateDialog::DeInit ( )

Definition at line 249 of file rest_server_gui.cpp.

◆ GetDlgCtx()

RestServerDlgCtx PINCreateDialog::GetDlgCtx ( )
static

Definition at line 74 of file rest_server_gui.cpp.

◆ GetText1Value()

wxString PINCreateDialog::GetText1Value ( )
inline

Definition at line 113 of file rest_server_gui.h.

◆ Initiate()

wxDialog * PINCreateDialog::Initiate ( const std::string &  msg,
const std::string &  text1 
)

Definition at line 238 of file rest_server_gui.cpp.

◆ SetMessage()

void PINCreateDialog::SetMessage ( const wxString &  message)

Definition at line 301 of file rest_server_gui.cpp.

◆ SetText1Message()

void PINCreateDialog::SetText1Message ( const wxString &  message)

Definition at line 308 of file rest_server_gui.cpp.


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