OpenCPN top window.
More...
#include <wx/print.h>
#include <wx/power.h>
#include <wx/artprov.h>
#include <wx/socket.h>
#include <wx/html/htmlwin.h>
#include <wx/aui/aui.h>
#include <wx/aui/dockart.h>
#include <memory>
#include "ocpn_plugin.h"
#include "model/ais_target_data.h"
#include "model/gui.h"
#include "model/ocpn_types.h"
#include "model/track.h"
#include "model/comm_appmsg_bus.h"
#include "model/rest_server.h"
#include "bbox.h"
#include "canvas_menu.h"
#include "chartbase.h"
#include "chartdbs.h"
#include "chcanv.h"
#include "color_handler.h"
#include "connections_dlg.h"
#include "data_monitor.h"
#include "displays.h"
#include "gui_lib.h"
#include "load_errors_dlg.h"
#include "observable_evtvar.h"
#include "options.h"
#include "pluginmanager.h"
#include "s52_plib_utils.h"
#include "s52s57.h"
#include "s57registrar_mgr.h"
#include "senc_manager.h"
#include "toolbar.h"
#include "top_frame.h"
#include "undo_defs.h"
Go to the source code of this file.
|
| using | OpenFileFunc = std::function< bool(const std::string &path)> |
| |
OpenCPN top window.
Definition in file ocpn_frame.h.
◆ ID_CMD_APPLY_SETTINGS
| #define ID_CMD_APPLY_SETTINGS 300 |
◆ ID_CMD_NULL_REFRESH
| #define ID_CMD_NULL_REFRESH 301 |
◆ ID_CMD_POST_JSON_TO_PLUGINS
| #define ID_CMD_POST_JSON_TO_PLUGINS 304 |
◆ ID_CMD_SETVP
◆ ID_CMD_SOUND_FINISHED
| #define ID_CMD_SOUND_FINISHED 306 |
◆ ID_CMD_TRIGGER_RESIZE
| #define ID_CMD_TRIGGER_RESIZE 302 |
◆ TIMER_GFRAME_1
| #define TIMER_GFRAME_1 999 |
◆ OpenFileFunc
| using OpenFileFunc = std::function<bool(const std::string& path)> |
◆ ApplyLocale()
| void ApplyLocale |
( |
void |
| ) |
|
◆ ShowNavWarning()
◆ gFrame