Home
last modified time | relevance | path

Searched refs:TextLocations (Results 1 – 6 of 6) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/sch_plugins/cadstar/
H A Dcadstar_sch_archive_loader.cpp603 if( symbolDef.TextLocations.find( SIGNALNAME_ORIGIN_ATTRID ) in loadSchematicSymbolInstances()
604 != symbolDef.TextLocations.end() ) in loadSchematicSymbolInstances()
607 symbolDef.TextLocations.at( SIGNALNAME_ORIGIN_ATTRID ); in loadSchematicSymbolInstances()
658 if( symbolDef.TextLocations.count( LINK_ORIGIN_ATTRID ) ) in loadSchematicSymbolInstances()
660 TEXT_LOCATION linkOrigin = symbolDef.TextLocations.at( LINK_ORIGIN_ATTRID ); in loadSchematicSymbolInstances()
1454 if( symbol.TextLocations.find( SYMBOL_NAME_ATTRID ) != symbol.TextLocations.end() ) in loadSymDefIntoLibrary()
1456 TEXT_LOCATION textLoc = symbol.TextLocations.at( SYMBOL_NAME_ATTRID ); in loadSymDefIntoLibrary()
1466 if( symbol.TextLocations.find( PART_NAME_ATTRID ) != symbol.TextLocations.end() ) in loadSymDefIntoLibrary()
1468 TEXT_LOCATION textLoc = symbol.TextLocations.at( PART_NAME_ATTRID ); in loadSymDefIntoLibrary()
1560 else if( symbol.TextLocations.find( aAttributeVal.AttributeID ) in loadSymDefIntoLibrary()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/cadstar/
H A Dcadstar_pcb_archive_parser.h915 std::map<ATTRIBUTE_ID, TEXT_LOCATION> TextLocations; ///< This contains location of member
H A Dcadstar_pcb_archive_parser.cpp1882 TextLocations.insert( std::make_pair( textloc.AttributeID, textloc ) ); in Parse()
H A Dcadstar_pcb_archive_loader.cpp2381 for( std::pair<ATTRIBUTE_ID, TEXT_LOCATION> textlocPair : aComponent.TextLocations ) in loadComponentAttributes()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/plugins/cadstar/
H A Dcadstar_archive_parser.h926 std::map<ATTRIBUTE_ID, TEXT_LOCATION> TextLocations; ///< This contains location of member
H A Dcadstar_archive_parser.cpp1636 TextLocations.insert( std::make_pair( textloc.AttributeID, textloc ) ); in ParseSubNode()