PlugInManager and helper classes – Mostly gui parts (dialogs) and plugin API stuff.
More...
#include <atomic>
#include <memory>
#include <string>
#include "config.h"
#include <wx/wx.h>
#include <wx/bmpcbox.h>
#include <wx/choice.h>
#include <wx/dynarray.h>
#include <wx/dynlib.h>
#include <wx/hyperlink.h>
#include <wx/json_defs.h>
#include <wx/jsonwriter.h>
#include <wx/tglbtn.h>
#include "model/ais_target_data.h"
#include "model/catalog_parser.h"
#include "model/comm_navmsg.h"
#include "model/plugin_blacklist.h"
#include "model/plugin_loader.h"
#include "model/semantic_vers.h"
#include "chartimg.h"
#include "observable.h"
#include "ocpndc.h"
#include "ocpn_plugin.h"
#include "OCPN_Sound.h"
#include "s57chart.h"
Go to the source code of this file.
|
enum | ActionVerb {
NOP = 0
, UPGRADE_TO_MANAGED_VERSION
, UPGRADE_INSTALLED_MANAGED_VERSION
, REINSTALL_MANAGED_VERSION
,
DOWNGRADE_INSTALLED_MANAGED_VERSION
, UNINSTALL_MANAGED_VERSION
, INSTALL_MANAGED_VERSION
, UPDATE_IMPORTED_VERSION
} |
|
PlugInManager and helper classes – Mostly gui parts (dialogs) and plugin API stuff.
Definition in file pluginmanager.h.
◆ ID_CMD_BUTTON_PERFORM_ACTION
#define ID_CMD_BUTTON_PERFORM_ACTION 27663 |
◆ ActionVerb
◆ Create_PI_AIS_Target()
◆ CreateCompatibleS57Object()
void CreateCompatibleS57Object |
( |
PI_S57Obj * |
pObj, |
|
|
S57Obj * |
cobj, |
|
|
chart_context * |
pctx |
|
) |
| |
◆ wxEVT_OCPN_MSG
const wxEventType wxEVT_OCPN_MSG |
|
extern |