KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
bool | IsFileFromEDATool (const wxFileName &aFileName, const EDA_TOOLS aTool) |
Check if aFileName is a aTool file As an example, can be used to check if a .sch file is an EAGLE file (may be a legacy KICAD file) | |
bool IsFileFromEDATool | ( | const wxFileName & | aFileName, |
const EDA_TOOLS | aTool | ||
) |
Check if aFileName is a aTool file As an example, can be used to check if a .sch file is an EAGLE file (may be a legacy KICAD file)
aFileName | name of file to check. Must be given with full path |
aTool | EDA tool |
Definition at line 29 of file eda_tools.cpp.
References EAGLE.