KiCad PCB EDA Suite
|
#include <pcb_io_mgr.h>
Public Attributes | |
PCB_FILE_T | m_type |
std::function< PCB_IO *(void)> | m_createFunc |
wxString | m_name |
Definition at line 87 of file pcb_io_mgr.h.
std::function<PCB_IO*(void)> PCB_IO_MGR::PLUGIN_REGISTRY::ENTRY::m_createFunc |
Definition at line 90 of file pcb_io_mgr.h.
Referenced by PCB_IO_MGR::PLUGIN_REGISTRY::Register().
wxString PCB_IO_MGR::PLUGIN_REGISTRY::ENTRY::m_name |
Definition at line 91 of file pcb_io_mgr.h.
Referenced by PCB_IO_MGR::PLUGIN_REGISTRY::Register().
PCB_FILE_T PCB_IO_MGR::PLUGIN_REGISTRY::ENTRY::m_type |
Definition at line 89 of file pcb_io_mgr.h.
Referenced by PCB_IO_MGR::PLUGIN_REGISTRY::Register().