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_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 "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 "dychart.h"
#include "font_mgr.h"
#include "mark_info.h"
#include "navutil.h"
#include "observable_evtvar.h"
#include "observable_globvar.h"
#include "ocpn_frame.h"
#include "ocpn_platform.h"
#include "options.h"
#include "s52plib.h"
#include "s52utils.h"
#include "styles.h"
#include "model/svg_utils.h"
#include "usb_devices.h"
#include "waypointman_gui.h"
Go to the source code of this file.
|
| using | CBList = std::list< wxCheckBox * > |
| |
|
| enum | { ID_BUTTON_REBUILD
, ID_BUTTON_CLEAR
} |
| |
Implement options.h – Options dialog.
Definition in file options.cpp.
◆ ID_CHOICE_NMEA
| #define ID_CHOICE_NMEA wxID_HIGHEST + 1 |
◆ ID_SELECTSOUND
| #define ID_SELECTSOUND 9341 |
◆ ID_TESTSOUND
| #define ID_TESTSOUND 9342 |
◆ SLIDER_STYLE
| #define SLIDER_STYLE wxSL_HORIZONTAL | wxSL_AUTOTICKS | wxSL_LABELS |
◆ CBList
| using CBList = std::list<wxCheckBox*> |
◆ anonymous enum
◆ appendOSDirSlash()
| void appendOSDirSlash |
( |
wxString * |
pString | ) |
|
◆ EVT_LIST_ITEM_RIGHT_CLICK()
| EVT_LIST_ITEM_RIGHT_CLICK |
( |
ID_MMSI_PROPS_LIST |
, |
|
|
MMSIListCtrl::OnListItemRightClick |
|
|
) |
| |
◆ EVT_NOTEBOOK_PAGE_CHANGED()
| EVT_NOTEBOOK_PAGE_CHANGED |
( |
wxID_ANY |
, |
|
|
ChartGroupsUI::OnGroupPageChange |
|
|
) |
| |
◆ g_canvasArray
| arrayofCanvasPtr g_canvasArray |
|
extern |
◆ g_MMSI_Props_Array
| ArrayOfMmsiProperties g_MMSI_Props_Array |
|
extern |
◆ g_options
◆ g_pOptions