KiCad PCB EDA Suite
|
#include <cstdint>
#include <config.h>
#include <vector>
#include <wx/arrstr.h>
#include <i18n_utility.h>
#include <io/io_base.h>
#include <io/io_mgr.h>
#include <pcb_io/pcb_io.h>
Go to the source code of this file.
Classes | |
class | PCB_IO_MGR |
A factory which returns an instance of a #PLUGIN. More... | |
class | PCB_IO_MGR::PLUGIN_REGISTRY |
Hold a list of available plugins, created using a singleton REGISTER_PLUGIN object. More... | |
struct | PCB_IO_MGR::PLUGIN_REGISTRY::ENTRY |
struct | PCB_IO_MGR::REGISTER_PLUGIN |
Register a plugin. More... | |