29#ifndef PCB_IO_SPRINT_LAYOUT_H_
30#define PCB_IO_SPRINT_LAYOUT_H_
57 bool CanReadBoard(
const wxString& aFileName )
const override;
60 const std::map<std::string, UTF8>* aProperties =
nullptr,
61 PROJECT* aProject =
nullptr )
override;
Information pertinent to a Pcbnew printed circuit board.
std::vector< FOOTPRINT * > GetImportedCachedLibraryFootprints() override
Return a container with the cached library footprints generated in the last call to Load.
bool CanReadBoard(const wxString &aFileName) const override
Checks if this PCB_IO can read the specified board file.
const IO_BASE::IO_FILE_DESC GetLibraryDesc() const override
Get the descriptor for the library container that this IO plugin operates on.
long long GetLibraryTimestamp(const wxString &aLibraryPath) const override
Generate a timestamp representing all the files in the library (including the library directory).
~PCB_IO_SPRINT_LAYOUT() override
const IO_BASE::IO_FILE_DESC GetBoardFileDesc() const override
Returns board file description for the PCB_IO.
std::map< wxString, std::unique_ptr< FOOTPRINT > > m_loadedFootprints
BOARD * LoadBoard(const wxString &aFileName, BOARD *aAppendToMe, const std::map< std::string, UTF8 > *aProperties=nullptr, PROJECT *aProject=nullptr) override
Load information from some input file format that this PCB_IO implementation knows about into either ...
PCB_IO(const wxString &aName)
Plugin class for import plugins that support choosing a project.
Container for project specific data.
Container that describes file type info.