25#ifndef ALTIUM_CIRCUIT_STUDIO_PLUGIN_H_
26#define ALTIUM_CIRCUIT_STUDIO_PLUGIN_H_
38 bool CanReadBoard(
const wxString& aFileName )
const override;
PLUGIN_FILE_DESC GetBoardFileDesc() const override
Returns board file description for the PLUGIN.
~ALTIUM_CIRCUIT_STUDIO_PLUGIN()
ALTIUM_CIRCUIT_STUDIO_PLUGIN()
BOARD * LoadBoard(const wxString &aFileName, BOARD *aAppendToMe, const STRING_UTF8_MAP *aProperties, PROJECT *aProject, PROGRESS_REPORTER *aProgressReporter=nullptr) override
Load information from some input file format that this PLUGIN implementation knows about into either ...
const STRING_UTF8_MAP * m_props
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 PLUGIN can read the specified board file.
const wxString PluginName() const override
Return a brief hard coded name for this PLUGIN.
Information pertinent to a Pcbnew printed circuit board.
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.