| 
    KiCad PCB EDA Suite
    
   | 
 
#include <functional>#include <map>#include <wx/string.h>Go to the source code of this file.
Classes | |
| struct | IMPORT_PROJECT_DESC | 
| Describes how non-KiCad boards and schematics should be imported as KiCad projects.  More... | |
| class | PROJECT_CHOOSER_PLUGIN | 
| Plugin class for import plugins that support choosing a project.  More... | |
Typedefs | |
| using | CHOOSE_PROJECT_HANDLER = std::function<std::vector<IMPORT_PROJECT_DESC>( const std::vector<IMPORT_PROJECT_DESC>& )> | 
| Pointer to a function that takes descriptions of the source projects and removes the ones that are not needed, or clears their ID fields.   | |
| using CHOOSE_PROJECT_HANDLER = std::function<std::vector<IMPORT_PROJECT_DESC>( const std::vector<IMPORT_PROJECT_DESC>& )> | 
Pointer to a function that takes descriptions of the source projects and removes the ones that are not needed, or clears their ID fields.
Definition at line 47 of file plugin_common_choose_project.h.