OpenCPN Partial API docs
|
Dialog for displaying query results of S57 objects. More...
#include <S57QueryDialog.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) |
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) |
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 39 of file S57QueryDialog.h.
S57QueryDialog::S57QueryDialog | ( | ) |
Constructors.
Definition at line 78 of file S57QueryDialog.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 80 of file S57QueryDialog.cpp.
S57QueryDialog::~S57QueryDialog | ( | ) |
Definition at line 87 of file S57QueryDialog.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 97 of file S57QueryDialog.cpp.
void S57QueryDialog::CreateControls | ( | ) |
Definition at line 148 of file S57QueryDialog.cpp.
void S57QueryDialog::Init | ( | ) |
Definition at line 95 of file S57QueryDialog.cpp.
void S57QueryDialog::OnClose | ( | wxCloseEvent & | event | ) |
Definition at line 209 of file S57QueryDialog.cpp.
void S57QueryDialog::OnHtmlLinkClicked | ( | wxHtmlLinkEvent & | event | ) |
Definition at line 216 of file S57QueryDialog.cpp.
void S57QueryDialog::OnKey | ( | wxKeyEvent & | ke | ) |
Definition at line 191 of file S57QueryDialog.cpp.
|
inline |
Definition at line 70 of file S57QueryDialog.h.
void S57QueryDialog::OnSize | ( | wxSizeEvent & | event | ) |
Definition at line 203 of file S57QueryDialog.cpp.
void S57QueryDialog::RecalculateSize | ( | void | ) |
Definition at line 127 of file S57QueryDialog.cpp.
void S57QueryDialog::SetColorScheme | ( | void | ) |
Definition at line 172 of file S57QueryDialog.cpp.
void S57QueryDialog::SetHTMLPage | ( | wxString & | page | ) |
Definition at line 198 of file S57QueryDialog.cpp.
wxButton* S57QueryDialog::m_btnOK |
Definition at line 82 of file S57QueryDialog.h.
wxSize S57QueryDialog::m_createsize |
Definition at line 80 of file S57QueryDialog.h.
wxHtmlWindow* S57QueryDialog::m_phtml |
Definition at line 79 of file S57QueryDialog.h.