29#ifndef FABMASTER_PLUGIN_H_
30#define FABMASTER_PLUGIN_H_
Information pertinent to a Pcbnew printed circuit board.
BOARD * LoadBoard(const wxString &aFileName, BOARD *aAppendToMe, const STRING_UTF8_MAP *aProperties=nullptr, PROJECT *aProject=nullptr, PROGRESS_REPORTER *aProgressReporter=nullptr) override
Load information from some input file format that this PLUGIN implementation knows about into either ...
long long GetLibraryTimestamp(const wxString &aLibraryPath) const override
Generate a timestamp representing all the files in the library (including the library directory).
PLUGIN_FILE_DESC GetBoardFileDesc() const override
Returns board file description for the PLUGIN.
const wxString PluginName() const override
Return a brief hard coded name for this PLUGIN.
const STRING_UTF8_MAP * m_props
FABMASTER_PLUGIN()
Pcbnew PLUGIN for FABMASTER ASCII *.txt / *.fab format.
A base class that BOARD loading and saving plugins should derive from.
A progress reporter interface for use in multi-threaded environments.
Container for project specific data.
A name/value tuple with unique names and optional values.
Container that describes file type info.