30#include <nlohmann/json.hpp>
43 void SetKeywords(
const wxString& aKeywords ) { m_keywords = aKeywords; }
49 void SetBoardFile(
const wxString& aFile ) { m_boardFile = aFile; }
51 void SetFields( nlohmann::ordered_map<wxString, wxString>& aFields )
53 m_fields = std::move( aFields );
56 const nlohmann::ordered_map<wxString, wxString>&
GetFields()
const {
return m_fields; }
70 nlohmann::ordered_map<wxString, wxString>
m_fields;
void SetLibDescription(const wxString &aDesc)
wxString m_schematicFile
File name and path for schematic file.
void SetKeywords(const wxString &aKeywords)
void SetSchematicFile(const wxString &aFile)
void SetBoardFile(const wxString &aFile)
DESIGN_BLOCK(DESIGN_BLOCK &&aOther)=delete
This is the only way to get m_fields to compile as a class member.
const wxString & GetKeywords() const
wxString m_keywords
Search keywords to find design block in library.
const wxString & GetLibDescription() const
wxString m_libDescription
File name and path for documentation file.
void SetLibId(const LIB_ID &aName)
const wxString & GetBoardFile() const
const wxString & GetSchematicFile() const
nlohmann::ordered_map< wxString, wxString > m_fields
void SetFields(nlohmann::ordered_map< wxString, wxString > &aFields)
wxString m_boardFile
File name and path for board file.
const LIB_ID & GetLibId() const
const nlohmann::ordered_map< wxString, wxString > & GetFields() const
A logical library item identifier and consists of various portions much like a URI.