OpenCPN Partial API docs
load_errors_dlg.h File Reference

Handle dialog reporting plugin load errors. More...

#include <wx/event.h>
#include <wx/window.h>
#include "observable_evtvar.h"

Go to the source code of this file.

Classes

class  LoadErrorsDlgCtrl
 Run a dialog if there are load errors encountered in plugin_loader. More...
 

Detailed Description

Handle dialog reporting 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.h.