|
| wxString | IMPORT_PROJ_PROPS::ManagedCacheOption () |
| | Options string identifying a library-table row as a generated import cache.
|
| |
| wxString | IMPORT_PROJ_PROPS::JoinList (const wxArrayString &aItems) |
| | Encode library nicknames into a single list-property value.
|
| |
| std::vector< wxString > | IMPORT_PROJ_PROPS::SplitList (const wxString &aValue) |
| | Decode a list-property value back into nicknames, dropping empties.
|
| |
| wxString | IMPORT_PROJ_PROPS::JoinNetNameMap (const std::map< wxString, wxString > &aNames) |
| | Encode source-to-imported net names as a single property value.
|
| |
| std::optional< std::map< wxString, wxString > > | IMPORT_PROJ_PROPS::SplitNetNameMap (const wxString &aValue) |
| | Decode a net-name map property value, or nothing when the value is not one.
|
| |
| void | IMPORT_PROJ_PROPS::ReadFootprintProps (const std::map< std::string, UTF8 > *aProps, wxString &aCacheNickname, std::vector< wxString > &aSourceFpLibs) |
| | Read the footprint-import coordination properties out of a properties map.
|
| |
| void | IMPORT_PROJ_PROPS::ReadSymbolProps (const std::map< std::string, UTF8 > *aProps, wxString &aCacheNickname, std::vector< wxString > &aSourceSymLibs) |
| | Read the symbol-import coordination properties out of a properties map.
|
| |
| wxString | IMPORT_PROJ_PROPS::MakeCacheNickname (const wxString &aStem) |
| | Derive the generated footprint-cache nickname from a project or file stem.
|
| |
| wxString | IMPORT_PROJ_PROPS::MakeSymbolCacheNickname (const wxString &aStem) |
| | Derive the generated symbol-cache nickname from a project or file stem.
|
| |