KiCad PCB EDA Suite
|
This is the complete list of members for LIBRARY_MANAGER, including all inherited members.
Adapter(LIBRARY_TABLE_TYPE aType) const | LIBRARY_MANAGER | |
createEmptyTable(LIBRARY_TABLE_TYPE aType, LIBRARY_TABLE_SCOPE aScope) | LIBRARY_MANAGER | private |
CreateGlobalTable(LIBRARY_TABLE_TYPE aType, bool aPopulateDefaultLibraries) | LIBRARY_MANAGER | static |
DefaultGlobalTablePath(LIBRARY_TABLE_TYPE aType) | LIBRARY_MANAGER | static |
ExpandURI(const wxString &aShortURI, const PROJECT &aProject) | LIBRARY_MANAGER | static |
FindRowByURI(LIBRARY_TABLE_TYPE aType, const wxString &aUri, LIBRARY_TABLE_SCOPE aScope=LIBRARY_TABLE_SCOPE::BOTH) const | LIBRARY_MANAGER | |
GetFullURI(LIBRARY_TABLE_TYPE aType, const wxString &aNickname, bool aSubstituted=false) const | LIBRARY_MANAGER | |
GetFullURI(const LIBRARY_TABLE_ROW *aRow, bool aSubstituted=false) | LIBRARY_MANAGER | static |
GetRow(LIBRARY_TABLE_TYPE aType, const wxString &aNickname, LIBRARY_TABLE_SCOPE aScope=LIBRARY_TABLE_SCOPE::BOTH) const | LIBRARY_MANAGER | |
GlobalTablesValid() | LIBRARY_MANAGER | static |
InvalidGlobalTables() | LIBRARY_MANAGER | static |
IsTableValid(const wxString &aPath) | LIBRARY_MANAGER | static |
LIBRARY_MANAGER() | LIBRARY_MANAGER | |
LIBRARY_MANAGER(const LIBRARY_MANAGER &)=delete | LIBRARY_MANAGER | |
LoadGlobalTables(std::initializer_list< LIBRARY_TABLE_TYPE > aTablesToLoad={}) | LIBRARY_MANAGER | |
loadNestedTables(LIBRARY_TABLE &aTable) | LIBRARY_MANAGER | private |
LoadProjectTables(const wxString &aProjectPath) | LIBRARY_MANAGER | |
loadTables(const wxString &aTablePath, LIBRARY_TABLE_SCOPE aScope, std::vector< LIBRARY_TABLE_TYPE > aTablesToLoad={}) | LIBRARY_MANAGER | private |
m_adapters | LIBRARY_MANAGER | private |
m_childTables | LIBRARY_MANAGER | private |
m_projectTables | LIBRARY_MANAGER | private |
m_tables | LIBRARY_MANAGER | private |
operator=(const LIBRARY_MANAGER &)=delete | LIBRARY_MANAGER | |
ProjectChanged() | LIBRARY_MANAGER | |
RegisterAdapter(LIBRARY_TABLE_TYPE aType, std::unique_ptr< LIBRARY_MANAGER_ADAPTER > &&aAdapter) | LIBRARY_MANAGER | |
Rows(LIBRARY_TABLE_TYPE aType, LIBRARY_TABLE_SCOPE aScope=LIBRARY_TABLE_SCOPE::BOTH, bool aIncludeInvalid=false) const | LIBRARY_MANAGER | |
Save(LIBRARY_TABLE *aTable) const | LIBRARY_MANAGER | |
Table(LIBRARY_TABLE_TYPE aType, LIBRARY_TABLE_SCOPE aScope) | LIBRARY_MANAGER | |
tableFileName(LIBRARY_TABLE_TYPE aType) | LIBRARY_MANAGER | privatestatic |
UrisAreEquivalent(const wxString &aURI1, const wxString &aURI2) | LIBRARY_MANAGER | static |
~LIBRARY_MANAGER() | LIBRARY_MANAGER |