|
OpenCPN Partial API docs
|
Dialog handling reported plugin load errors. More...
#include <memory>#include <sstream>#include <string>#include <vector>#include <wx/event.h>#include <wx/window.h>#include "model/plugin_handler.h"#include "model/plugin_loader.h"#include "gui_lib.h"#include "load_errors_dlg.h"#include "observable_evt.h"Go to the source code of this file.
Classes | |
| class | LoadErrorsDlg |
| Unloadable plugins report message box. More... | |
| class | LoadErrorsDlg::FormatCtx |
Functions | |
| wxDEFINE_EVENT (EVT_LOAD_COMPLETE, ObservedEvt) | |
Dialog handling reported plugin load errors.
PluginLoader emits an event containing a list of all plugins which cannot be loaded for various reasons when loading is complete. If this list is non-empty, run an informational dialog and remove involved plugins and libraries.
Definition in file load_errors_dlg.cpp.