KiCad PCB EDA Suite
|
#include <cstdint>
#include <config.h>
#include <vector>
#include <wx/arrstr.h>
#include <i18n_utility.h>
#include <plugin_file_desc.h>
Go to the source code of this file.
Classes | |
class | IO_MGR |
A factory which returns an instance of a PLUGIN. More... | |
class | IO_MGR::PLUGIN_REGISTRY |
Hold a list of available plugins, created using a singleton REGISTER_PLUGIN object. More... | |
struct | IO_MGR::PLUGIN_REGISTRY::ENTRY |
struct | IO_MGR::REGISTER_PLUGIN |
Register a plugin. More... | |
class | PLUGIN |
A base class that BOARD loading and saving plugins should derive from. More... | |
class | PLUGIN::RELEASER |
Releases a PLUGIN in the context of a potential thrown exception through its destructor. More... | |