OpenCPN Partial API docs
|
Public Member Functions | |
S57ExtraQueryInfoDlg () | |
Constructors. More... | |
S57ExtraQueryInfoDlg (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &caption=_("Extra Object Info"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU) | |
bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &caption=_("Extra Object Info"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU) |
void | OnClose (wxCloseEvent &event) |
void | OnSize (wxSizeEvent &event) |
void | RecalculateSize (void) |
Public Member Functions inherited from S57QueryDialog | |
S57QueryDialog () | |
Constructors. More... | |
S57QueryDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &caption=_("Object Query"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU) | |
void | Init () |
bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &caption=_("Object Query"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU) |
void | SetColorScheme (void) |
void | CreateControls () |
void | OnSize (wxSizeEvent &event) |
void | RecalculateSize (void) |
void | OnClose (wxCloseEvent &event) |
void | OnHtmlLinkClicked (wxHtmlLinkEvent &event) |
void | OnOKClick (wxCommandEvent &event) |
void | OnKey (wxKeyEvent &ke) |
void | OnPaint (wxPaintEvent &event) |
void | SetHTMLPage (wxString &page) |
Additional Inherited Members | |
Public Attributes inherited from S57QueryDialog | |
wxHtmlWindow * | m_phtml |
wxSize | m_createsize |
wxButton * | m_btnOK |
Definition at line 80 of file S57QueryDialog.h.
S57ExtraQueryInfoDlg::S57ExtraQueryInfoDlg | ( | ) |
Constructors.
Definition at line 276 of file S57QueryDialog.cpp.
S57ExtraQueryInfoDlg::S57ExtraQueryInfoDlg | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxString & | caption = _("Extra Object Info") , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU |
||
) |
Definition at line 278 of file S57QueryDialog.cpp.
S57ExtraQueryInfoDlg::~S57ExtraQueryInfoDlg | ( | ) |
Definition at line 310 of file S57QueryDialog.cpp.
bool S57ExtraQueryInfoDlg::Create | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxString & | caption = _("Extra Object Info") , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU |
||
) |
Definition at line 285 of file S57QueryDialog.cpp.
void S57ExtraQueryInfoDlg::OnClose | ( | wxCloseEvent & | event | ) |
Definition at line 321 of file S57QueryDialog.cpp.
void S57ExtraQueryInfoDlg::OnSize | ( | wxSizeEvent & | event | ) |
Definition at line 315 of file S57QueryDialog.cpp.