24#ifndef PCB_IO_FABMASTER_H_ 
   25#define FABMASTER_PLUGIN_H_ 
   48                      const std::map<std::string, UTF8>* aProperties = 
nullptr, 
PROJECT* aProject = 
nullptr ) 
override;
 
 
Information pertinent to a Pcbnew printed circuit board.
 
PCB_IO_FABMASTER()
Pcbnew PLUGIN for FABMASTER ASCII *.txt / *.fab format.
 
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 ...
 
const IO_BASE::IO_FILE_DESC GetLibraryDesc() const override
Get the descriptor for the library container that this IO plugin operates on.
 
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).
 
PCB_IO(const wxString &aName)
 
Container for project specific data.
 
Container that describes file type info.