OpenCPN Partial API docs
|
Dialog for displaying extra query information for S57 objects. More...
#include <s57_query_dlg.h>
Public Member Functions | |
S57ExtraQueryInfoDlg () | |
Constructors. | |
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 () |
![]() | |
S57QueryDialog () | |
Constructors. | |
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 | CreateControls () |
void | OnSize (wxSizeEvent &event) |
void | RecalculateSize () |
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 | |
![]() | |
wxHtmlWindow * | m_phtml |
wxSize | m_createsize |
wxButton * | m_btnOK |
Dialog for displaying extra query information for S57 objects.
Extends S57QueryDialog to provide additional query information about S57 objects.
Definition at line 91 of file s57_query_dlg.h.
S57ExtraQueryInfoDlg::S57ExtraQueryInfoDlg | ( | ) |
Constructors.
Definition at line 272 of file s57_query_dlg.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 274 of file s57_query_dlg.cpp.
S57ExtraQueryInfoDlg::~S57ExtraQueryInfoDlg | ( | ) |
Definition at line 296 of file s57_query_dlg.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 281 of file s57_query_dlg.cpp.
void S57ExtraQueryInfoDlg::OnClose | ( | wxCloseEvent & | event | ) |
Definition at line 307 of file s57_query_dlg.cpp.
void S57ExtraQueryInfoDlg::OnSize | ( | wxSizeEvent & | event | ) |
Definition at line 301 of file s57_query_dlg.cpp.