|
OpenCPN Partial API docs
|
#include <go_to_position_dlg.h>
Public Member Functions | |
| GoToPositionDialog () | |
| Constructors. | |
| GoToPositionDialog (wxWindow *parent, wxWindowID id=SYMBOL_GOTOPOS_IDNAME, const wxString &caption=SYMBOL_GOTOPOS_TITLE, const wxPoint &pos=SYMBOL_GOTOPOS_POSITION, const wxSize &size=SYMBOL_GOTOPOS_SIZE, long style=SYMBOL_GOTOPOS_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_GOTOPOS_IDNAME, const wxString &caption=SYMBOL_GOTOPOS_TITLE, const wxPoint &pos=SYMBOL_GOTOPOS_POSITION, const wxSize &size=SYMBOL_GOTOPOS_SIZE, long style=SYMBOL_GOTOPOS_STYLE) |
| Creation. | |
| void | SetCanvas (ChartCanvas *canvas) |
| void | SetColorScheme (ColorScheme cs) |
| void | CreateControls () |
| void | OnGoToPosCancelClick (wxCommandEvent &event) |
| void | OnGoToPosOkClick (wxCommandEvent &event) |
| void | OnPositionCtlUpdated (wxCommandEvent &event) |
| void | CheckPasteBufferForPosition () |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Public Attributes | |
| wxTextCtrl * | m_MarkLatCtl |
| wxTextCtrl * | m_MarkLonCtl |
| wxButton * | m_CancelButton |
| wxButton * | m_OKButton |
| double | m_lat_save |
| double | m_lon_save |
| ChartCanvas * | m_hostCanvas |
GoToPositionDialog class declaration
Definition at line 58 of file go_to_position_dlg.h.
| GoToPositionDialog::GoToPositionDialog | ( | ) |
Constructors.
GoToPositionDialog type definition
GoToPositionDialog event table definition
GoToPositionDialog constructors
Definition at line 68 of file go_to_position_dlg.cpp.
| GoToPositionDialog::GoToPositionDialog | ( | wxWindow * | parent, |
| wxWindowID | id = SYMBOL_GOTOPOS_IDNAME, |
||
| const wxString & | caption = SYMBOL_GOTOPOS_TITLE, |
||
| const wxPoint & | pos = SYMBOL_GOTOPOS_POSITION, |
||
| const wxSize & | size = SYMBOL_GOTOPOS_SIZE, |
||
| long | style = SYMBOL_GOTOPOS_STYLE |
||
| ) |
Definition at line 70 of file go_to_position_dlg.cpp.
| GoToPositionDialog::~GoToPositionDialog | ( | ) |
Definition at line 80 of file go_to_position_dlg.cpp.
| void GoToPositionDialog::CheckPasteBufferForPosition | ( | ) |
Definition at line 196 of file go_to_position_dlg.cpp.
| bool GoToPositionDialog::Create | ( | wxWindow * | parent, |
| wxWindowID | id = SYMBOL_GOTOPOS_IDNAME, |
||
| const wxString & | caption = SYMBOL_GOTOPOS_TITLE, |
||
| const wxPoint & | pos = SYMBOL_GOTOPOS_POSITION, |
||
| const wxSize & | size = SYMBOL_GOTOPOS_SIZE, |
||
| long | style = SYMBOL_GOTOPOS_STYLE |
||
| ) |
| void GoToPositionDialog::CreateControls | ( | ) |
Control creation for GoToPositionDialog
Definition at line 108 of file go_to_position_dlg.cpp.
| void GoToPositionDialog::OnGoToPosCancelClick | ( | wxCommandEvent & | event | ) |
Definition at line 164 of file go_to_position_dlg.cpp.
| void GoToPositionDialog::OnGoToPosOkClick | ( | wxCommandEvent & | event | ) |
Definition at line 171 of file go_to_position_dlg.cpp.
| void GoToPositionDialog::OnPositionCtlUpdated | ( | wxCommandEvent & | event | ) |
Definition at line 212 of file go_to_position_dlg.cpp.
|
inline |
Definition at line 79 of file go_to_position_dlg.h.
| void GoToPositionDialog::SetColorScheme | ( | ColorScheme | cs | ) |
Definition at line 160 of file go_to_position_dlg.cpp.
|
static |
Should we show tooltips?
Definition at line 162 of file go_to_position_dlg.cpp.
| wxButton* GoToPositionDialog::m_CancelButton |
Definition at line 94 of file go_to_position_dlg.h.
| ChartCanvas* GoToPositionDialog::m_hostCanvas |
Definition at line 99 of file go_to_position_dlg.h.
| double GoToPositionDialog::m_lat_save |
Definition at line 97 of file go_to_position_dlg.h.
| double GoToPositionDialog::m_lon_save |
Definition at line 98 of file go_to_position_dlg.h.
| wxTextCtrl* GoToPositionDialog::m_MarkLatCtl |
Definition at line 92 of file go_to_position_dlg.h.
| wxTextCtrl* GoToPositionDialog::m_MarkLonCtl |
Definition at line 93 of file go_to_position_dlg.h.
| wxButton* GoToPositionDialog::m_OKButton |
Definition at line 95 of file go_to_position_dlg.h.