KiCad PCB EDA Suite
|
#include <import_export.h>
#include <map>
#include <enum_vector.h>
#include <reporter.h>
#include <i18n_utility.h>
#include <plugin_file_desc.h>
#include <wx/arrstr.h>
Go to the source code of this file.
Classes | |
class | SCH_IO_MGR |
A factory which returns an instance of a SCH_PLUGIN. More... | |
class | SCH_PLUGIN |
Base class that schematic file and library loading and saving plugins should derive from. More... | |
class | SCH_PLUGIN::SCH_PLUGIN_RELEASER |
Helper object to release a SCH_PLUGIN in the context of a potential thrown exception through its destructor. More... | |