|
OpenCPN Partial API docs
|
Dialog for displaying query results of S57 objects. More...
#include <s57_query_dlg.h>
Public Member Functions | |
| 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) |
Public Attributes | |
| wxHtmlWindow * | m_phtml |
| wxSize | m_createsize |
| wxButton * | m_btnOK |
Dialog for displaying query results of S57 objects.
Creates a dialog window to display detailed information about queried S57 objects, including an HTML view of the object's properties.
Definition at line 40 of file s57_query_dlg.h.
| S57QueryDialog::S57QueryDialog | ( | ) |
Constructors.
Definition at line 76 of file s57_query_dlg.cpp.
| S57QueryDialog::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 |
||
| ) |
Definition at line 78 of file s57_query_dlg.cpp.
| S57QueryDialog::~S57QueryDialog | ( | ) |
Definition at line 85 of file s57_query_dlg.cpp.
| bool S57QueryDialog::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 |
||
| ) |
Definition at line 95 of file s57_query_dlg.cpp.
| void S57QueryDialog::CreateControls | ( | ) |
Definition at line 146 of file s57_query_dlg.cpp.
| void S57QueryDialog::Init | ( | ) |
Definition at line 93 of file s57_query_dlg.cpp.
| void S57QueryDialog::OnClose | ( | wxCloseEvent & | event | ) |
Definition at line 207 of file s57_query_dlg.cpp.
| void S57QueryDialog::OnHtmlLinkClicked | ( | wxHtmlLinkEvent & | event | ) |
Definition at line 214 of file s57_query_dlg.cpp.
| void S57QueryDialog::OnKey | ( | wxKeyEvent & | ke | ) |
Definition at line 189 of file s57_query_dlg.cpp.
|
inline |
Definition at line 71 of file s57_query_dlg.h.
| void S57QueryDialog::OnSize | ( | wxSizeEvent & | event | ) |
Definition at line 201 of file s57_query_dlg.cpp.
| void S57QueryDialog::RecalculateSize | ( | ) |
Definition at line 125 of file s57_query_dlg.cpp.
| void S57QueryDialog::SetColorScheme | ( | ) |
Definition at line 170 of file s57_query_dlg.cpp.
| void S57QueryDialog::SetHTMLPage | ( | wxString & | page | ) |
Definition at line 196 of file s57_query_dlg.cpp.
| wxButton* S57QueryDialog::m_btnOK |
Definition at line 83 of file s57_query_dlg.h.
| wxSize S57QueryDialog::m_createsize |
Definition at line 81 of file s57_query_dlg.h.
| wxHtmlWindow* S57QueryDialog::m_phtml |
Definition at line 80 of file s57_query_dlg.h.