20#ifndef PCB_IO_SOLIDWORKS_H_
21#define PCB_IO_SOLIDWORKS_H_
41 bool CanReadBoard(
const wxString& aFileName )
const override;
44 const std::map<std::string, UTF8>* aProperties,
PROJECT* aProject =
nullptr )
override;
Information pertinent to a Pcbnew printed circuit board.
Plugin class for import plugins that support remappable layers.
const IO_BASE::IO_FILE_DESC GetLibraryDesc() const override
Get the descriptor for the library container that this IO plugin operates on.
BOARD * LoadBoard(const wxString &aFileName, BOARD *aAppendToMe, const std::map< std::string, UTF8 > *aProperties, PROJECT *aProject=nullptr) override
Load information from some input file format that this PCB_IO implementation knows about into either ...
const IO_BASE::IO_FILE_DESC GetBoardFileDesc() const override
Returns board file description for the PCB_IO.
long long GetLibraryTimestamp(const wxString &aLibraryPath) const override
Generate a timestamp representing all the files in the library (including the library directory).
bool CanReadBoard(const wxString &aFileName) const override
Checks if this PCB_IO can read the specified board file.
A base class that BOARD loading and saving plugins should derive from.
Container for project specific data.
Container that describes file type info.