OpenCPN Partial API docs
|
Dialog for managing CM93 chart offsets. More...
#include <cm93.h>
Public Member Functions | |
CM93OffsetDialog (wxWindow *parent) | |
void | OnClose (wxCloseEvent &event) |
void | OnOK (wxCommandEvent &event) |
void | SetCM93Chart (cm93compchart *pchart) |
void | SetColorScheme () |
void | UpdateMCOVRList (const ViewPort &vpt) |
Public Attributes | |
OCPNOffsetListCtrl * | m_pListCtrlMCOVRs |
Array_Of_M_COVR_Desc_Ptr | m_pcovr_array |
wxString | m_selected_chart_scale_char |
Dialog for managing CM93 chart offsets.
Allows users to view and adjust offsets for CM93 charts, which can be used to fine-tune chart positioning.
void CM93OffsetDialog::SetCM93Chart | ( | cm93compchart * | pchart | ) |
void CM93OffsetDialog::UpdateMCOVRList | ( | const ViewPort & | vpt | ) |
OCPNOffsetListCtrl* CM93OffsetDialog::m_pListCtrlMCOVRs |