| 
    OpenCPN Partial API docs
    
   | 
 
 Public Member Functions | |
| options (wxWindow *parent, wxWindowID id=SYMBOL_OPTIONS_IDNAME, const wxString &caption=SYMBOL_OPTIONS_TITLE, const wxPoint &pos=SYMBOL_OPTIONS_POSITION, const wxSize &size=SYMBOL_OPTIONS_SIZE, long style=SYMBOL_OPTIONS_STYLE) | |
| options (const options &)=delete | |
| options & | operator= (const options &)=delete | 
| bool | SendIdleEvents (wxIdleEvent &event) | 
| void | SetInitialPage (int page_sel, int sub_page=-1) | 
| void | Finish (void) | 
| void | OnClose (wxCloseEvent &event) | 
| void | ShowOKButtons (bool _show) | 
| void | CreateListbookIcons () | 
| void | CreateControls (void) | 
| size_t | CreatePanel (const wxString &title) | 
| wxScrolledWindow * | AddPage (size_t parent, const wxString &title) | 
| bool | DeletePluginPage (wxScrolledWindow *page) | 
| void | SetColorScheme (ColorScheme cs) | 
| void | RecalculateSize (int hint_x, int hint_y) | 
| void | SetInitChartDir (const wxString &dir) | 
| void | SetInitialSettings (void) | 
| void | SetInitialVectorSettings (void) | 
| void | SetCurrentDirList (ArrayOfCDI p) | 
| void | SetWorkDirListPtr (ArrayOfCDI *p) | 
| ArrayOfCDI * | GetWorkDirListPtr (void) | 
| void | AddChartDir (const wxString &dir) | 
| void | UpdateDisplayedChartDirList (ArrayOfCDI p) | 
| void | UpdateOptionsUnits (void) | 
| void | SetConfigPtr (MyConfig *p) | 
| void | OnDebugcheckbox1Click (wxCommandEvent &event) | 
| void | OnDirctrlSelChanged (wxTreeEvent &event) | 
| void | OnButtonaddClick (wxCommandEvent &event) | 
| void | OnButtondeleteClick (wxCommandEvent &event) | 
| void | OnButtonParseENC (wxCommandEvent &event) | 
| void | OnButtoncompressClick (wxCommandEvent &event) | 
| void | OnButtonmigrateClick (wxCommandEvent &event) | 
| void | OnButtonEcdisHelp (wxCommandEvent &event) | 
| void | OnRadioboxSelected (wxCommandEvent &event) | 
| void | OnApplyClick (wxCommandEvent &event) | 
| void | OnXidOkClick (wxCommandEvent &event) | 
| void | OnCancelClick (wxCommandEvent &event) | 
| void | OnChooseFont (wxCommandEvent &event) | 
| void | OnFontChoice (wxCommandEvent &event) | 
| void | OnCPAWarnClick (wxCommandEvent &event) | 
| void | OnSyncCogPredClick (wxCommandEvent &event) | 
| void | OnSizeAutoButton (wxCommandEvent &event) | 
| void | OnSizeManualButton (wxCommandEvent &event) | 
| void | OnGLClicked (wxCommandEvent &event) | 
| void | OnOpenGLOptions (wxCommandEvent &event) | 
| void | OnDisplayCategoryRadioButton (wxCommandEvent &event) | 
| void | OnButtonClearClick (wxCommandEvent &event) | 
| void | OnButtonSelectClick (wxCommandEvent &event) | 
| void | OnButtonSetStd (wxCommandEvent &event) | 
| void | OnPageChange (wxListbookEvent &event) | 
| void | OnTopNBPageChange (wxNotebookEvent &event) | 
| void | OnSubNBPageChange (wxNotebookEvent &event) | 
| void | DoOnPageChange (size_t page) | 
| wxString | SelectSoundFile () | 
| void | OnButtonSelectSound (wxCommandEvent &event) | 
| void | OnButtonTestSound (wxCommandEvent &event) | 
| void | OnShowGpsWindowCheckboxClick (wxCommandEvent &event) | 
| void | OnZTCCheckboxClick (wxCommandEvent &event) | 
| void | OnRadarringSelect (wxCommandEvent &event) | 
| void | OnWaypointRangeRingSelect (wxCommandEvent &event) | 
| void | OnShipTypeSelect (wxCommandEvent &event) | 
| void | OnButtonGroups (wxCommandEvent &event) | 
| void | OnInsertTideDataLocation (wxCommandEvent &event) | 
| void | OnRemoveTideDataLocation (wxCommandEvent &event) | 
| void | OnCharHook (wxKeyEvent &event) | 
| void | OnChartsPageChange (wxListbookEvent &event) | 
| void | OnChartDirListSelect (wxCommandEvent &event) | 
| void | OnUnitsChoice (wxCommandEvent &event) | 
| void | UpdateWorkArrayFromDisplayPanel (void) | 
| ArrayOfCDI | GetSelectedChartDirs () | 
| ArrayOfCDI | GetUnSelectedChartDirs () | 
| void | SetDirActionButtons () | 
| void | OnCreateConfig (wxCommandEvent &event) | 
| void | OnEditConfig (wxCommandEvent &event) | 
| void | OnDeleteConfig (wxCommandEvent &event) | 
| void | OnApplyConfig (wxCommandEvent &event) | 
| void | SetConfigButtonState () | 
| void | ClearConfigList () | 
| void | BuildConfigList () | 
| void | OnConfigMouseSelected (wxMouseEvent &event) | 
| void | OnDialogInit (wxInitDialogEvent &event) | 
| bool | GetNeedNew () | 
| void | SetNeedNew (bool bnew) | 
| int | GetScrollRate () | 
| void | SetForceNewToolbarOnCancel (bool val) | 
| wxArrayString * | GetSerialArray () | 
| void | OnAISRolloverClick (wxCommandEvent &event) | 
| void | UpdateChartDirList () | 
| void | OnCanvasConfigSelectClick (int ID, bool selected) | 
| void | OnUXAudioEnableButtonClickAIS (wxCommandEvent &event) | 
| void | OnUXAudioEnableButtonClickSART (wxCommandEvent &event) | 
| void | OnUXAudioEnableButtonClickDSC (wxCommandEvent &event) | 
Static Public Member Functions | |
| static bool | ShowToolTips (void) | 
      
  | 
  explicit | 
Definition at line 1472 of file options.cpp.
| options::~options | ( | void | ) | 
Definition at line 1501 of file options.cpp.
| void options::AddChartDir | ( | const wxString & | dir | ) | 
Definition at line 7039 of file options.cpp.
| wxScrolledWindow * options::AddPage | ( | size_t | parent, | 
| const wxString & | title | ||
| ) | 
Definition at line 1779 of file options.cpp.
| void options::BuildConfigList | ( | ) | 
Definition at line 2771 of file options.cpp.
| void options::ClearConfigList | ( | ) | 
Definition at line 2753 of file options.cpp.
| void options::CreateControls | ( | void | ) | 
Definition at line 5955 of file options.cpp.
| void options::CreateListbookIcons | ( | ) | 
Definition at line 5847 of file options.cpp.
| size_t options::CreatePanel | ( | const wxString & | title | ) | 
Definition at line 1769 of file options.cpp.
| bool options::DeletePluginPage | ( | wxScrolledWindow * | page | ) | 
Definition at line 1844 of file options.cpp.
| void options::DoOnPageChange | ( | size_t | page | ) | 
Definition at line 8525 of file options.cpp.
| void options::Finish | ( | void | ) | 
Definition at line 7823 of file options.cpp.
| ArrayOfCDI options::GetSelectedChartDirs | ( | ) | 
Definition at line 7840 of file options.cpp.
| ArrayOfCDI options::GetUnSelectedChartDirs | ( | ) | 
Definition at line 7851 of file options.cpp.
| void options::OnAISRolloverClick | ( | wxCommandEvent & | event | ) | 
Definition at line 6206 of file options.cpp.
| void options::OnApplyClick | ( | wxCommandEvent & | event | ) | 
Definition at line 7117 of file options.cpp.
| void options::OnApplyConfig | ( | wxCommandEvent & | event | ) | 
Definition at line 2842 of file options.cpp.
| void options::OnButtonaddClick | ( | wxCommandEvent & | event | ) | 
Definition at line 7028 of file options.cpp.
| void options::OnButtonClearClick | ( | wxCommandEvent & | event | ) | 
Definition at line 6992 of file options.cpp.
| void options::OnButtoncompressClick | ( | wxCommandEvent & | event | ) | 
Definition at line 8127 of file options.cpp.
| void options::OnButtondeleteClick | ( | wxCommandEvent & | event | ) | 
Definition at line 7870 of file options.cpp.
| void options::OnButtonEcdisHelp | ( | wxCommandEvent & | event | ) | 
Definition at line 8104 of file options.cpp.
| void options::OnButtonmigrateClick | ( | wxCommandEvent & | event | ) | 
Definition at line 8091 of file options.cpp.
| void options::OnButtonParseENC | ( | wxCommandEvent & | event | ) | 
Definition at line 7903 of file options.cpp.
| void options::OnButtonSelectClick | ( | wxCommandEvent & | event | ) | 
Definition at line 7002 of file options.cpp.
| void options::OnButtonSelectSound | ( | wxCommandEvent & | event | ) | 
Definition at line 8744 of file options.cpp.
| void options::OnButtonSetStd | ( | wxCommandEvent & | event | ) | 
Definition at line 7009 of file options.cpp.
| void options::OnButtonTestSound | ( | wxCommandEvent & | event | ) | 
Definition at line 8752 of file options.cpp.
| void options::OnCancelClick | ( | wxCommandEvent & | event | ) | 
Definition at line 8261 of file options.cpp.
| void options::OnCanvasConfigSelectClick | ( | int | ID, | 
| bool | selected | ||
| ) | 
Definition at line 6213 of file options.cpp.
| void options::OnCharHook | ( | wxKeyEvent & | event | ) | 
Definition at line 7017 of file options.cpp.
| void options::OnChartDirListSelect | ( | wxCommandEvent & | event | ) | 
Definition at line 6971 of file options.cpp.
| void options::OnChartsPageChange | ( | wxListbookEvent & | event | ) | 
Definition at line 8463 of file options.cpp.
| void options::OnChooseFont | ( | wxCommandEvent & | event | ) | 
Definition at line 8314 of file options.cpp.
| void options::OnClose | ( | wxCloseEvent & | event | ) | 
Definition at line 8284 of file options.cpp.
| void options::OnConfigMouseSelected | ( | wxMouseEvent & | event | ) | 
Definition at line 2893 of file options.cpp.
| void options::OnCPAWarnClick | ( | wxCommandEvent & | event | ) | 
Definition at line 6866 of file options.cpp.
| void options::OnCreateConfig | ( | wxCommandEvent & | event | ) | 
Definition at line 2810 of file options.cpp.
| void options::OnDebugcheckbox1Click | ( | wxCommandEvent & | event | ) | 
Definition at line 8259 of file options.cpp.
| void options::OnDeleteConfig | ( | wxCommandEvent & | event | ) | 
Definition at line 2829 of file options.cpp.
| void options::OnDialogInit | ( | wxInitDialogEvent & | event | ) | 
Definition at line 1765 of file options.cpp.
| void options::OnDisplayCategoryRadioButton | ( | wxCommandEvent & | event | ) | 
Definition at line 6979 of file options.cpp.
| void options::OnEditConfig | ( | wxCommandEvent & | event | ) | 
Definition at line 2827 of file options.cpp.
| void options::OnFontChoice | ( | wxCommandEvent & | event | ) | 
Definition at line 8301 of file options.cpp.
| void options::OnGLClicked | ( | wxCommandEvent & | event | ) | 
Definition at line 6914 of file options.cpp.
| void options::OnInsertTideDataLocation | ( | wxCommandEvent & | event | ) | 
Definition at line 9343 of file options.cpp.
| void options::OnOpenGLOptions | ( | wxCommandEvent & | event | ) | 
Definition at line 6921 of file options.cpp.
| void options::OnPageChange | ( | wxListbookEvent & | event | ) | 
Definition at line 8498 of file options.cpp.
| void options::OnRadarringSelect | ( | wxCommandEvent & | event | ) | 
Definition at line 6896 of file options.cpp.
| void options::OnRemoveTideDataLocation | ( | wxCommandEvent & | event | ) | 
Definition at line 9381 of file options.cpp.
| void options::OnShipTypeSelect | ( | wxCommandEvent & | event | ) | 
Definition at line 6887 of file options.cpp.
| void options::OnSizeAutoButton | ( | wxCommandEvent & | event | ) | 
Definition at line 6836 of file options.cpp.
| void options::OnSizeManualButton | ( | wxCommandEvent & | event | ) | 
Definition at line 6847 of file options.cpp.
| void options::OnSubNBPageChange | ( | wxNotebookEvent & | event | ) | 
Definition at line 8502 of file options.cpp.
| void options::OnSyncCogPredClick | ( | wxCommandEvent & | event | ) | 
Definition at line 6875 of file options.cpp.
| void options::OnTopNBPageChange | ( | wxNotebookEvent & | event | ) | 
Definition at line 8521 of file options.cpp.
| void options::OnUnitsChoice | ( | wxCommandEvent & | event | ) | 
Definition at line 6864 of file options.cpp.
| void options::OnUXAudioEnableButtonClickAIS | ( | wxCommandEvent & | event | ) | 
Definition at line 4993 of file options.cpp.
| void options::OnUXAudioEnableButtonClickDSC | ( | wxCommandEvent & | event | ) | 
Definition at line 5013 of file options.cpp.
| void options::OnUXAudioEnableButtonClickSART | ( | wxCommandEvent & | event | ) | 
Definition at line 5003 of file options.cpp.
| void options::OnWaypointRangeRingSelect | ( | wxCommandEvent & | event | ) | 
Definition at line 6905 of file options.cpp.
| void options::OnXidOkClick | ( | wxCommandEvent & | event | ) | 
Definition at line 7794 of file options.cpp.
| void options::RecalculateSize | ( | int | hint_x, | 
| int | hint_y | ||
| ) | 
Definition at line 1530 of file options.cpp.
| wxString options::SelectSoundFile | ( | ) | 
Definition at line 8716 of file options.cpp.
| bool options::SendIdleEvents | ( | wxIdleEvent & | event | ) | 
Definition at line 1525 of file options.cpp.
| void options::SetColorScheme | ( | ColorScheme | cs | ) | 
Definition at line 6185 of file options.cpp.
| void options::SetConfigButtonState | ( | ) | 
Definition at line 2802 of file options.cpp.
| void options::SetDirActionButtons | ( | ) | 
Definition at line 7862 of file options.cpp.
      
  | 
  inline | 
      
  | 
  inline | 
| void options::SetInitialPage | ( | int | page_sel, | 
| int | sub_page = -1  | 
        ||
| ) | 
Definition at line 6162 of file options.cpp.
| void options::SetInitialSettings | ( | void | ) | 
Definition at line 6228 of file options.cpp.
| void options::SetInitialVectorSettings | ( | void | ) | 
Definition at line 6683 of file options.cpp.
      
  | 
  static | 
Definition at line 7015 of file options.cpp.
| void options::UpdateChartDirList | ( | ) | 
Definition at line 2598 of file options.cpp.
| void options::UpdateDisplayedChartDirList | ( | ArrayOfCDI | p | ) | 
Definition at line 7064 of file options.cpp.
| void options::UpdateOptionsUnits | ( | void | ) | 
Definition at line 6773 of file options.cpp.
| void options::UpdateWorkArrayFromDisplayPanel | ( | void | ) | 
Definition at line 7075 of file options.cpp.
| AddPluginPanel* options::m_AddPluginPanel | 
| OCPNColourPickerCtrl* options::m_colourOwnshipRangeRingColour | 
| OCPNColourPickerCtrl* options::m_colourTrackLineColour | 
| OCPNColourPickerCtrl* options::m_colourWaypointRangeRingsColour | 
| EventVar options::m_on_sound_done | 
| CatalogMgrPanel* options::m_PluginCatalogMgrPanel | 
| PluginListPanel* options::m_pPlugInCtrl | 
| CanvasConfigSelect* options::m_sconfigSelect_single | 
| CanvasConfigSelect* options::m_sconfigSelect_twovertical | 
| ObsListener options::m_sound_done_listener | 
| OCPNSoundPanel* options::m_soundPanelAIS | 
| OCPNSoundPanel* options::m_soundPanelAnchor | 
| OCPNSoundPanel* options::m_soundPanelDSC | 
| OCPNSoundPanel* options::m_soundPanelSART | 
| std::vector<OCPNChartDirPanel *> options::panelVector | 
| OCPNIconCombo* options::pRoutepointDefaultIconChoice | 
| OCPNCheckedListCtrl* options::ps57CtlListBox | 
| wxRadioButton* options::pTimezoneLocalTime | 
| wxRadioButton* options::pTimezoneUTC | 
| OCPNIconCombo* options::pWaypointDefaultIconChoice |