| 
    KiCad PCB EDA Suite
    
   | 
 
#include <vector>#include <wx/filename.h>#include <wx/intl.h>Go to the source code of this file.
Classes | |
| class | PROJECT_TEMPLATE | 
| A class which provides project template functionality.  More... | |
Macros | |
| #define | METADIR wxT( "meta" ) | 
| A directory which contains information about the project template and does not get copied.   | |
| #define | METAFILE_INFO_HTML wxT( "info.html" ) | 
| A required html formatted file which contains information about the project template.   | |
| #define | METAFILE_ICON wxT( "icon.png" ) | 
| An optional png icon, exactly 64px x 64px which is used in the template selector if present.   | |
| #define METADIR wxT( "meta" ) | 
A directory which contains information about the project template and does not get copied.
This define is the default filename for this directory
Definition at line 122 of file project_template.h.
Referenced by ensureDefaultProjectTemplate(), and PROJECT_TEMPLATE::PROJECT_TEMPLATE().
| #define METAFILE_ICON wxT( "icon.png" ) | 
An optional png icon, exactly 64px x 64px which is used in the template selector if present.
This define is the default filename for this file
Definition at line 138 of file project_template.h.
Referenced by PROJECT_TEMPLATE::PROJECT_TEMPLATE().
| #define METAFILE_INFO_HTML wxT( "info.html" ) | 
A required html formatted file which contains information about the project template.
This define is the default filename for this file
Definition at line 130 of file project_template.h.
Referenced by ensureDefaultProjectTemplate(), and PROJECT_TEMPLATE::PROJECT_TEMPLATE().