OpenCPN Partial API docs
Loading...
Searching...
No Matches
LinkPropDlgDef Class Reference

Class LinkPropDlgDef. More...

#include <LinkPropDlg.h>

Inheritance diagram for LinkPropDlgDef:
LinkPropImpl

Public Member Functions

 LinkPropDlgDef (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Link Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(468, 247), long style=wxDEFAULT_DIALOG_STYLE)
 

Public Attributes

wxTextCtrl * m_textCtrlLinkDescription
 
wxTextCtrl * m_textCtrlLinkUrl
 

Protected Member Functions

virtual void OnLocalFileClick (wxCommandEvent &event)
 
virtual void OnCancelClick (wxCommandEvent &event)
 
virtual void OnOkClick (wxCommandEvent &event)
 

Protected Attributes

wxStaticText * m_staticTextLinkDesc
 
wxStaticText * m_staticTextLinkUrl
 
wxButton * m_buttonBrowseLocal
 
wxStdDialogButtonSizer * m_sdbSizerButtons
 
wxButton * m_sdbSizerButtonsOK
 
wxButton * m_sdbSizerButtonsCancel
 

Detailed Description

Class LinkPropDlgDef.

Definition at line 59 of file LinkPropDlg.h.

Constructor & Destructor Documentation

◆ LinkPropDlgDef()

LinkPropDlgDef::LinkPropDlgDef ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxString &  title = _("Link Properties"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize(468, 247),
long  style = wxDEFAULT_DIALOG_STYLE 
)

Definition at line 30 of file LinkPropDlg.cpp.

◆ ~LinkPropDlgDef()

LinkPropDlgDef::~LinkPropDlgDef ( )

Definition at line 100 of file LinkPropDlg.cpp.

Member Function Documentation

◆ OnCancelClick()

virtual void LinkPropDlgDef::OnCancelClick ( wxCommandEvent &  event)
inlineprotectedvirtual

Definition at line 71 of file LinkPropDlg.h.

◆ OnLocalFileClick()

virtual void LinkPropDlgDef::OnLocalFileClick ( wxCommandEvent &  event)
inlineprotectedvirtual

Definition at line 70 of file LinkPropDlg.h.

◆ OnOkClick()

virtual void LinkPropDlgDef::OnOkClick ( wxCommandEvent &  event)
inlineprotectedvirtual

Definition at line 72 of file LinkPropDlg.h.

Member Data Documentation

◆ m_buttonBrowseLocal

wxButton* LinkPropDlgDef::m_buttonBrowseLocal
protected

Definition at line 64 of file LinkPropDlg.h.

◆ m_sdbSizerButtons

wxStdDialogButtonSizer* LinkPropDlgDef::m_sdbSizerButtons
protected

Definition at line 65 of file LinkPropDlg.h.

◆ m_sdbSizerButtonsCancel

wxButton* LinkPropDlgDef::m_sdbSizerButtonsCancel
protected

Definition at line 67 of file LinkPropDlg.h.

◆ m_sdbSizerButtonsOK

wxButton* LinkPropDlgDef::m_sdbSizerButtonsOK
protected

Definition at line 66 of file LinkPropDlg.h.

◆ m_staticTextLinkDesc

wxStaticText* LinkPropDlgDef::m_staticTextLinkDesc
protected

Definition at line 62 of file LinkPropDlg.h.

◆ m_staticTextLinkUrl

wxStaticText* LinkPropDlgDef::m_staticTextLinkUrl
protected

Definition at line 63 of file LinkPropDlg.h.

◆ m_textCtrlLinkDescription

wxTextCtrl* LinkPropDlgDef::m_textCtrlLinkDescription

Definition at line 75 of file LinkPropDlg.h.

◆ m_textCtrlLinkUrl

wxTextCtrl* LinkPropDlgDef::m_textCtrlLinkUrl

Definition at line 76 of file LinkPropDlg.h.


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