|
KiCad PCB EDA Suite
|
Static Public Member Functions | |
| static std::vector< wxString > | SplitAlgLine (const wxString &aLine) |
| static int | ParseRecordId (const wxString &aTag) |
| Extract the integer record ID from a RECORD_TAG field like "36 1 0". | |
| static ALG_REFERENCE_DATA | ParseAlgFile (const std::string &aPath) |
Public Attributes | |
| std::set< wxString > | netNames |
| std::set< wxString > | refDes |
| std::map< wxString, wxString > | refDesToSymName |
| std::map< wxString, std::set< wxString > > | netToRefDes |
| std::vector< ALG_ZONE_POLYGON > | zonePolygons |
Definition at line 1094 of file test_allegro_import.cpp.
|
inlinestatic |
Definition at line 1139 of file test_allegro_import.cpp.
References netNames, netToRefDes, ParseRecordId(), refDes, refDesToSymName, SECTION, SplitAlgLine(), UNKNOWN, and zonePolygons.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
|
inlinestatic |
Extract the integer record ID from a RECORD_TAG field like "36 1 0".
Returns -1 on failure.
Definition at line 1131 of file test_allegro_import.cpp.
Referenced by ParseAlgFile().
|
inlinestatic |
Definition at line 1103 of file test_allegro_import.cpp.
Referenced by ParseAlgFile(), and ALG_OUTLINE_DATA::ParseAlgOutlines().
| std::set<wxString> ALG_REFERENCE_DATA::netNames |
Definition at line 1096 of file test_allegro_import.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and ParseAlgFile().
| std::map<wxString, std::set<wxString> > ALG_REFERENCE_DATA::netToRefDes |
Definition at line 1099 of file test_allegro_import.cpp.
Referenced by ParseAlgFile().
| std::set<wxString> ALG_REFERENCE_DATA::refDes |
Definition at line 1097 of file test_allegro_import.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and ParseAlgFile().
| std::map<wxString, wxString> ALG_REFERENCE_DATA::refDesToSymName |
Definition at line 1098 of file test_allegro_import.cpp.
Referenced by ParseAlgFile().
| std::vector<ALG_ZONE_POLYGON> ALG_REFERENCE_DATA::zonePolygons |
Definition at line 1101 of file test_allegro_import.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and ParseAlgFile().