25#ifndef PCB_IO_ALTIUM_CIRCUIT_STUDIO_H_
26#define PCB_IO_ALTIUM_CIRCUIT_STUDIO_H_
46 bool CanReadBoard(
const wxString& aFileName )
const override;
49 const std::map<std::string, UTF8>* aProperties,
PROJECT* aProject )
override;
Information pertinent to a Pcbnew printed circuit board.
Plugin class for import plugins that support remappable layers.
PCB_IO_ALTIUM_CIRCUIT_STUDIO()
Pcbnew PLUGIN for Altium *.PcbDoc format.
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).
const IO_BASE::IO_FILE_DESC GetBoardFileDesc() const override
Returns board file description for the PCB_IO.
bool CanReadBoard(const wxString &aFileName) const override
Checks if this PCB_IO can read the specified board file.
BOARD * LoadBoard(const wxString &aFileName, BOARD *aAppendToMe, const std::map< std::string, UTF8 > *aProperties, PROJECT *aProject) override
Load information from some input file format that this PCB_IO implementation knows about into either ...
~PCB_IO_ALTIUM_CIRCUIT_STUDIO()
A base class that BOARD loading and saving plugins should derive from.
Container for project specific data.
Container that describes file type info.