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 74 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 76 of file s57_query_dlg.cpp.
S57QueryDialog::~S57QueryDialog | ( | ) |
Definition at line 83 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 93 of file s57_query_dlg.cpp.
void S57QueryDialog::CreateControls | ( | ) |
Definition at line 144 of file s57_query_dlg.cpp.
void S57QueryDialog::Init | ( | ) |
Definition at line 91 of file s57_query_dlg.cpp.
void S57QueryDialog::OnClose | ( | wxCloseEvent & | event | ) |
Definition at line 205 of file s57_query_dlg.cpp.
void S57QueryDialog::OnHtmlLinkClicked | ( | wxHtmlLinkEvent & | event | ) |
Definition at line 212 of file s57_query_dlg.cpp.
void S57QueryDialog::OnKey | ( | wxKeyEvent & | ke | ) |
Definition at line 187 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 199 of file s57_query_dlg.cpp.
void S57QueryDialog::RecalculateSize | ( | ) |
Definition at line 123 of file s57_query_dlg.cpp.
void S57QueryDialog::SetColorScheme | ( | ) |
Definition at line 168 of file s57_query_dlg.cpp.
void S57QueryDialog::SetHTMLPage | ( | wxString & | page | ) |
Definition at line 194 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.