![]() |
KiCad PCB EDA Suite
|
#include <io_mgr.h>
Public Attributes | |
PCB_FILE_T | m_type |
std::function< PLUGIN *(void)> | m_createFunc |
wxString | m_name |
std::function<PLUGIN*(void)> IO_MGR::PLUGIN_REGISTRY::ENTRY::m_createFunc |
Definition at line 82 of file io_mgr.h.
Referenced by IO_MGR::PLUGIN_REGISTRY::Register().
wxString IO_MGR::PLUGIN_REGISTRY::ENTRY::m_name |
Definition at line 83 of file io_mgr.h.
Referenced by IO_MGR::PLUGIN_REGISTRY::Register().
PCB_FILE_T IO_MGR::PLUGIN_REGISTRY::ENTRY::m_type |
Definition at line 81 of file io_mgr.h.
Referenced by IO_MGR::PLUGIN_REGISTRY::Register().