KiCad PCB EDA Suite
|
Enums and utilities for different EDA tools. More...
#include <wx/filename.h>
Go to the source code of this file.
Enumerations | |
enum class | EDA_TOOLS { EAGLE } |
Enumeration of tools. More... | |
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) | |
Enums and utilities for different EDA tools.
Definition in file eda_tools.h.
|
strong |
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.