KiCad PCB EDA Suite
|
This is the complete list of members for SCH_ALTIUM_PLUGIN, including all inherited members.
AddLibTextBox(const ASCH_TEXT_FRAME *aElem, std::vector< LIB_SYMBOL * > &aSymbol=nullsym, std::vector< int > &aFontSize=nullint) | SCH_ALTIUM_PLUGIN | private |
AddTextBox(const ASCH_TEXT_FRAME *aElem) | SCH_ALTIUM_PLUGIN | private |
CanReadLibrary(const wxString &aFileName) const override | SCH_ALTIUM_PLUGIN | virtual |
CanReadSchematicFile(const wxString &aFileName) const override | SCH_ALTIUM_PLUGIN | virtual |
checkFileHeader(const wxString &aFileName) | SCH_ALTIUM_PLUGIN | privatestatic |
CreateSymbolLib(const wxString &aLibraryPath, const STRING_UTF8_MAP *aProperties=nullptr) | SCH_PLUGIN | virtual |
DeleteSymbol(const wxString &aLibraryPath, const wxString &aSymbolName, const STRING_UTF8_MAP *aProperties=nullptr) | SCH_PLUGIN | virtual |
DeleteSymbolLib(const wxString &aLibraryPath, const STRING_UTF8_MAP *aProperties=nullptr) | SCH_PLUGIN | virtual |
ensureLoadedLibrary(const wxString &aLibraryPath, const STRING_UTF8_MAP *aProperties) | SCH_ALTIUM_PLUGIN | private |
EnumerateSymbolLib(wxArrayString &aSymbolNameList, const wxString &aLibraryPath, const STRING_UTF8_MAP *aProperties=nullptr) override | SCH_ALTIUM_PLUGIN | virtual |
EnumerateSymbolLib(std::vector< LIB_SYMBOL * > &aSymbolList, const wxString &aLibraryPath, const STRING_UTF8_MAP *aProperties=nullptr) override | SCH_ALTIUM_PLUGIN | virtual |
GetAvailableSymbolFields(std::vector< wxString > &aNames) | SCH_PLUGIN | inlinevirtual |
getCurrentScreen() | SCH_ALTIUM_PLUGIN | private |
getCurrentSheet() | SCH_ALTIUM_PLUGIN | private |
GetDefaultSymbolFields(std::vector< wxString > &aNames) | SCH_PLUGIN | inlinevirtual |
GetError() const | SCH_PLUGIN | virtual |
GetFileFromStorage(const wxString &aFilename) const | SCH_ALTIUM_PLUGIN | private |
getLibFileName() | SCH_ALTIUM_PLUGIN | |
getLibName() | SCH_ALTIUM_PLUGIN | |
GetLibraryFileDesc() const override | SCH_ALTIUM_PLUGIN | inlinevirtual |
getLibraryTimestamp(const wxString &aLibraryPath) const | SCH_ALTIUM_PLUGIN | private |
GetModifyHash() const override | SCH_ALTIUM_PLUGIN | virtual |
GetName() const override | SCH_ALTIUM_PLUGIN | virtual |
GetSchematicFileDesc() const override | SCH_ALTIUM_PLUGIN | inlinevirtual |
GetSubLibraryNames(std::vector< wxString > &aNames) | SCH_PLUGIN | inlinevirtual |
IsComponentPartVisible(int aOwnerindex, int aOwnerpartdisplaymode) const | SCH_ALTIUM_PLUGIN | private |
IsSymbolLibWritable(const wxString &aLibraryPath) override | SCH_ALTIUM_PLUGIN | inlinevirtual |
LoadSchematicFile(const wxString &aFileName, SCHEMATIC *aSchematic, SCH_SHEET *aAppendToMe=nullptr, const STRING_UTF8_MAP *aProperties=nullptr) override | SCH_ALTIUM_PLUGIN | virtual |
LoadSymbol(const wxString &aLibraryPath, const wxString &aAliasName, const STRING_UTF8_MAP *aProperties=nullptr) override | SCH_ALTIUM_PLUGIN | virtual |
m_altiumAdditional | SCH_ALTIUM_PLUGIN | private |
m_altiumComponents | SCH_ALTIUM_PLUGIN | private |
m_altiumHarnessPortsCurrentSheet | SCH_ALTIUM_PLUGIN | private |
m_altiumImplementationList | SCH_ALTIUM_PLUGIN | private |
m_altiumPortsCurrentSheet | SCH_ALTIUM_PLUGIN | private |
m_altiumSheet | SCH_ALTIUM_PLUGIN | private |
m_altiumStorage | SCH_ALTIUM_PLUGIN | private |
m_currentTitleBlock | SCH_ALTIUM_PLUGIN | private |
m_fonts | SCH_ALTIUM_PLUGIN | private |
m_harnessEntryParent | SCH_ALTIUM_PLUGIN | private |
m_harnessOwnerIndexOffset | SCH_ALTIUM_PLUGIN | private |
m_isIntLib | SCH_ALTIUM_PLUGIN | private |
m_libCache | SCH_ALTIUM_PLUGIN | private |
m_libName | SCH_ALTIUM_PLUGIN | private |
m_libSymbols | SCH_ALTIUM_PLUGIN | private |
m_pi | SCH_ALTIUM_PLUGIN | private |
m_powerSymbols | SCH_ALTIUM_PLUGIN | private |
m_properties | SCH_ALTIUM_PLUGIN | private |
m_reporter | SCH_ALTIUM_PLUGIN | private |
m_rootSheet | SCH_ALTIUM_PLUGIN | private |
m_schematic | SCH_ALTIUM_PLUGIN | private |
m_sheetOffset | SCH_ALTIUM_PLUGIN | private |
m_sheetPath | SCH_ALTIUM_PLUGIN | private |
m_sheets | SCH_ALTIUM_PLUGIN | private |
m_symbols | SCH_ALTIUM_PLUGIN | private |
m_timestamps | SCH_ALTIUM_PLUGIN | private |
ParseAdditional(const ALTIUM_COMPOUND_FILE &aAltiumSchFile) | SCH_ALTIUM_PLUGIN | |
ParseAltiumSch(const wxString &aFileName) | SCH_ALTIUM_PLUGIN | |
ParseArc(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParseBezier(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParseBus(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseBusEntry(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseCircle(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParseComponent(int aIndex, const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseDesignator(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseEllipse(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParseEllipticalArc(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParseFileHeader(const ALTIUM_COMPOUND_FILE &aAltiumSchFile) | SCH_ALTIUM_PLUGIN | |
ParseFileName(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseHarnessConnector(int aIndex, const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseHarnessEntry(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseHarnessPort(const ASCH_PORT &aElem) | SCH_ALTIUM_PLUGIN | private |
ParseHarnessType(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseHyperlink(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParseImage(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseImplementation(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParseImplementationList(int aIndex, const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseJunction(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseLabel(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym, std::vector< int > &aFontSize=nullint) | SCH_ALTIUM_PLUGIN | private |
ParseLibComponent(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseLibDesignator(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym, std::vector< int > &aFontSize=nullint) | SCH_ALTIUM_PLUGIN | private |
ParseLibFile(const ALTIUM_COMPOUND_FILE &aAltiumSchFile) | SCH_ALTIUM_PLUGIN | private |
ParseLibHeader(const ALTIUM_COMPOUND_FILE &aAltiumSchFile, std::vector< int > &aFontSizes) | SCH_ALTIUM_PLUGIN | private |
ParseLibParameter(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym, std::vector< int > &aFontSize=nullint) | SCH_ALTIUM_PLUGIN | private |
ParseLine(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParseNetLabel(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseNoERC(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseNote(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseParameter(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParsePin(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParsePolygon(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParsePolyline(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParsePort(const ASCH_PORT &aElem) | SCH_ALTIUM_PLUGIN | private |
ParsePowerPort(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseRectangle(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParseRoundRectangle(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym) | SCH_ALTIUM_PLUGIN | private |
ParseSheet(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseSheetEntry(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseSheetName(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseSheetSymbol(int aIndex, const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseSignalHarness(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
ParseStorage(const ALTIUM_COMPOUND_FILE &aAltiumSchFile) | SCH_ALTIUM_PLUGIN | |
ParseTextFrame(const std::map< wxString, wxString > &aProperties, std::vector< LIB_SYMBOL * > &aSymbol=nullsym, std::vector< int > &aFontSize=nullint) | SCH_ALTIUM_PLUGIN | private |
ParseWire(const std::map< wxString, wxString > &aProperties) | SCH_ALTIUM_PLUGIN | private |
SaveLibrary(const wxString &aFileName, const STRING_UTF8_MAP *aProperties=nullptr) | SCH_PLUGIN | virtual |
SaveSchematicFile(const wxString &aFileName, SCH_SHEET *aSheet, SCHEMATIC *aSchematic, const STRING_UTF8_MAP *aProperties=nullptr) | SCH_PLUGIN | virtual |
SaveSymbol(const wxString &aLibraryPath, const LIB_SYMBOL *aSymbol, const STRING_UTF8_MAP *aProperties=nullptr) | SCH_PLUGIN | virtual |
SCH_ALTIUM_PLUGIN() | SCH_ALTIUM_PLUGIN | |
SetLibTable(SYMBOL_LIB_TABLE *aTable) | SCH_PLUGIN | inlinevirtual |
SetProgressReporter(PROGRESS_REPORTER *aReporter) | SCH_PLUGIN | inlinevirtual |
SetReporter(REPORTER *aReporter) override | SCH_ALTIUM_PLUGIN | inlinevirtual |
SupportsSubLibraries() const | SCH_PLUGIN | inlinevirtual |
SymbolLibOptions(STRING_UTF8_MAP *aListToAppendTo) const | SCH_PLUGIN | virtual |
~SCH_ALTIUM_PLUGIN() | SCH_ALTIUM_PLUGIN | |
~SCH_PLUGIN() | SCH_PLUGIN | inlinevirtual |