KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCB_IO_MGR::PLUGIN_REGISTRY::ENTRY Struct Reference

#include <pcb_io_mgr.h>

Public Attributes

PCB_FILE_T m_type
 
std::function< PCB_IO *(void)> m_createFunc
 
wxString m_name
 

Detailed Description

Definition at line 86 of file pcb_io_mgr.h.

Member Data Documentation

◆ m_createFunc

std::function<PCB_IO*(void)> PCB_IO_MGR::PLUGIN_REGISTRY::ENTRY::m_createFunc

Definition at line 89 of file pcb_io_mgr.h.

Referenced by PCB_IO_MGR::PLUGIN_REGISTRY::Register().

◆ m_name

wxString PCB_IO_MGR::PLUGIN_REGISTRY::ENTRY::m_name

Definition at line 90 of file pcb_io_mgr.h.

Referenced by PCB_IO_MGR::PLUGIN_REGISTRY::Register().

◆ m_type

PCB_FILE_T PCB_IO_MGR::PLUGIN_REGISTRY::ENTRY::m_type

Definition at line 88 of file pcb_io_mgr.h.

Referenced by PCB_IO_MGR::PLUGIN_REGISTRY::Register().


The documentation for this struct was generated from the following file: