OpenCPN Partial API docs
|
#include <GoToPositionDialog.h>
Public Member Functions | |
GoToPositionDialog () | |
Constructors. More... | |
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. More... | |
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 56 of file GoToPositionDialog.h.
GoToPositionDialog::GoToPositionDialog | ( | ) |
Constructors.
GoToPositionDialog type definition
GoToPositionDialog event table definition
GoToPositionDialog constructors
Definition at line 66 of file GoToPositionDialog.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 | ( | void | ) |
Control creation for GoToPositionDialog
Definition at line 106 of file GoToPositionDialog.cpp.