|
OpenCPN Partial API docs
|
Implement options.h – Options dialog. More...
#include <chrono>#include <iterator>#include <list>#include <map>#include <memory>#include <sstream>#include "gl_headers.h"#include <wx/wxprec.h>#include <wx/wx.h>#include <wx/choice.h>#include <wx/clrpicker.h>#include <wx/dirdlg.h>#include <wx/dir.h>#include <wx/display.h>#include <wx/fontdata.h>#include <wx/fontdlg.h>#include <wx/imaglist.h>#include <wx/listbox.h>#include <wx/mediactrl.h>#include <wx/odcombo.h>#include <wx/progdlg.h>#include <wx/radiobox.h>#include <wx/regex.h>#include <wx/renderer.h>#include <wx/statline.h>#include <wx/stdpaths.h>#include <wx/textwrapper.h>#include <wx/tokenzr.h>#include "config.h"#include "o_sound/o_sound.h"#include "model/ais_decoder.h"#include "model/ais_state_vars.h"#include "model/ais_target_data.h"#include "model/cmdline.h"#include "model/comm_drv_factory.h"#include "model/comm_util.h"#include "model/config_vars.h"#include "model/gui_events.h"#include "model/gui_vars.h"#include "model/idents.h"#include "model/multiplexer.h"#include "model/navutil_base.h"#include "model/own_ship.h"#include "model/routeman.h"#include "model/ser_ports.h"#include "model/svg_utils.h"#include "ais.h"#include "chart_ctx_factory.h"#include "chartdbs.h"#include "chcanv.h"#include "cm93.h"#include "config_mgr.h"#include "conn_params_panel.h"#include "connections_dlg.h"#include "displays.h"#include "dychart.h"#include "font_mgr.h"#include "mark_info.h"#include "navutil.h"#include "observable_evtvar.h"#include "observable_globvar.h"#include "ocpn_platform.h"#include "options.h"#include "s52plib.h"#include "s52utils.h"#include "s57_load.h"#include "styles.h"#include "top_frame.h"#include "usb_devices.h"#include "waypointman_gui.h"Go to the source code of this file.
Classes | |
| class | ChartDirPanelHardBreakWrapper |
| class | OCPNChartDirPanel |
| class | OCPNCheckedListCtrl |
| class | OCPNFatCombo |
| struct | DistanceFormatMapping |
| class | OCPNSoundPanel |
| class | MouseZoomSlider |
Macros | |
| #define | SLIDER_STYLE wxSL_HORIZONTAL | wxSL_AUTOTICKS | wxSL_LABELS |
| #define | ID_CHOICE_NMEA wxID_HIGHEST + 1 |
| #define | ID_SELECTSOUND 9341 |
| #define | ID_TESTSOUND 9342 |
Enumerations | |
| enum | { ID_BUTTON_REBUILD , ID_BUTTON_CLEAR } |
Functions | |
| void | appendOSDirSlash (wxString *pString) |
| EVT_LIST_ITEM_RIGHT_CLICK (ID_MMSI_PROPS_LIST, MMSIListCtrl::OnListItemRightClick) MMSIListCtrl | |
| EVT_NOTEBOOK_PAGE_CHANGED (wxID_ANY, ChartGroupsUI::OnGroupPageChange) ChartGroupsUI | |
Variables | |
| options * | g_options |
| Global instance. | |
| options * | g_pOptions |
| ArrayOfMmsiProperties | g_MMSI_Props_Array |
| Global instance. | |
Implement options.h – Options dialog.
Definition in file options.cpp.
| #define ID_CHOICE_NMEA wxID_HIGHEST + 1 |
Definition at line 179 of file options.cpp.
| #define ID_SELECTSOUND 9341 |
Definition at line 4837 of file options.cpp.
| #define ID_TESTSOUND 9342 |
Definition at line 4838 of file options.cpp.
| #define SLIDER_STYLE wxSL_HORIZONTAL | wxSL_AUTOTICKS | wxSL_LABELS |
Definition at line 176 of file options.cpp.
| anonymous enum |
Definition at line 9460 of file options.cpp.
| void appendOSDirSlash | ( | wxString * | pString | ) |
Definition at line 486 of file base_platform.cpp.
| EVT_LIST_ITEM_RIGHT_CLICK | ( | ID_MMSI_PROPS_LIST | , |
| MMSIListCtrl::OnListItemRightClick | |||
| ) |
Definition at line 1024 of file options.cpp.
| EVT_NOTEBOOK_PAGE_CHANGED | ( | wxID_ANY | , |
| ChartGroupsUI::OnGroupPageChange | |||
| ) |
Definition at line 8980 of file options.cpp.
|
extern |
Global instance.
Definition at line 4379 of file ais_decoder.cpp.
| options* g_options |
Global instance.
Definition at line 181 of file options.cpp.
| options* g_pOptions |
Definition at line 182 of file options.cpp.