KiCad PCB EDA Suite
|
Public Attributes | |
GRAPHICS_IMPORT_MGR::GFX_FILE_T | m_type |
std::vector< std::string > | m_exts |
The list of extensions we expect this plugin to handle. | |
std::string | m_name |
The name of the plugin. | |
Definition at line 51 of file test_graphics_import_mgr.cpp.
std::vector<std::string> TYPE_TO_EXTS::m_exts |
The list of extensions we expect this plugin to handle.
Definition at line 57 of file test_graphics_import_mgr.cpp.
std::string TYPE_TO_EXTS::m_name |
The name of the plugin.
Definition at line 60 of file test_graphics_import_mgr.cpp.
GRAPHICS_IMPORT_MGR::GFX_FILE_T TYPE_TO_EXTS::m_type |
Definition at line 54 of file test_graphics_import_mgr.cpp.