Home
last modified time | relevance | path

Searched refs:SCH_HIERLABEL (Results 1 – 19 of 19) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/tools/
H A Dsch_drawing_tools.h74 SCH_HIERLABEL* importHierLabel( SCH_SHEET* aSheet );
76 SCH_SHEET_PIN* createSheetPin( SCH_SHEET* aSheet, SCH_HIERLABEL* aLabel );
H A Dsch_drawing_tools.cpp641 SCH_HIERLABEL* label = importHierLabel( sheet ); in SingleClickPlace()
878 textItem = new SCH_HIERLABEL( (wxPoint) aPosition ); in createNewText()
923 SCH_HIERLABEL* SCH_DRAWING_TOOLS::importHierLabel( SCH_SHEET* aSheet ) in importHierLabel()
930 SCH_HIERLABEL* label = static_cast<SCH_HIERLABEL*>( item ); in importHierLabel()
941 SCH_SHEET_PIN* SCH_DRAWING_TOOLS::createSheetPin( SCH_SHEET* aSheet, SCH_HIERLABEL* aLabel ) in createSheetPin()
1128 SCH_HIERLABEL* label = nullptr; in TwoClickPlace()
H A Dsch_edit_tool.cpp1583 case SCH_HIER_LABEL_T: newtext = new SCH_HIERLABEL( position, txt ); break; in ChangeTextType()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_sheet_pin_properties.cpp95 wxString txt = static_cast<SCH_HIERLABEL*>( item )->GetText(); in TransferDataToWindow()
154 auto hierLabelItem = static_cast<SCH_HIERLABEL*>( item ); in onComboBox()
H A Dpanel_eeschema_color_settings.cpp345 SCH_HIERLABEL* t5 = new SCH_HIERLABEL( MILS_POINT( 3250, 1600 ), wxT( "HIER_LABEL" ) ); in createPreviewItems()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dsch_text.cpp1550 SCH_HIERLABEL::SCH_HIERLABEL( const wxPoint& pos, const wxString& text, KICAD_T aType ) in SCH_HIERLABEL() function in SCH_HIERLABEL
1560 EDA_ITEM* SCH_HIERLABEL::Clone() const in Clone()
1562 return new SCH_HIERLABEL( *this ); in Clone()
1566 void SCH_HIERLABEL::SetLabelSpinStyle( LABEL_SPIN_STYLE aSpinStyle ) in SetLabelSpinStyle()
1607 void SCH_HIERLABEL::Print( const RENDER_SETTINGS* aSettings, const wxPoint& offset ) in Print()
1627 void SCH_HIERLABEL::CreateGraphicShape( const RENDER_SETTINGS* aSettings, in CreateGraphicShape()
1634 void SCH_HIERLABEL::CreateGraphicShape( const RENDER_SETTINGS* aSettings, in CreateGraphicShape()
1659 const EDA_RECT SCH_HIERLABEL::GetBoundingBox() const in GetBoundingBox()
1711 wxPoint SCH_HIERLABEL::GetSchematicTextOffset( const RENDER_SETTINGS* aSettings ) const in GetSchematicTextOffset()
1731 wxString SCH_HIERLABEL::GetSelectMenuText( EDA_UNITS aUnits ) const in GetSelectMenuText()
[all …]
H A Dsch_sheet_pin.cpp42 SCH_HIERLABEL( pos, text, SCH_SHEET_PIN_T ), in SCH_SHEET_PIN()
71 SCH_HIERLABEL::Print( aSettings, aOffset ); in Print()
320 SCH_HIERLABEL::CreateGraphicShape( aSettings, aPoints, aPos, shape ); in CreateGraphicShape()
H A Dsch_painter.h46 class SCH_HIERLABEL; variable
160 void draw( SCH_HIERLABEL* aLabel, int aLayer );
H A Dsch_text.h439 class SCH_HIERLABEL : public SCH_TEXT
442 SCH_HIERLABEL( const wxPoint& aPos = wxPoint( 0, 0 ), const wxString& aText = wxEmptyString,
447 ~SCH_HIERLABEL() { } in ~SCH_HIERLABEL()
H A Dconnection_graph.h42 class SCH_HIERLABEL; variable
221 std::vector<SCH_HIERLABEL*> m_hier_ports;
H A Dsch_sheet.cpp393 const SCH_HIERLABEL* HLabel = nullptr; in HasUndefinedPins()
397 if( !pin->GetText().CmpNoCase( static_cast<SCH_HIERLABEL*>( aItem )->GetText() ) ) in HasUndefinedPins()
399 HLabel = static_cast<SCH_HIERLABEL*>( aItem ); in HasUndefinedPins()
511 const SCH_HIERLABEL* HLabel = nullptr; in CleanupSheet()
515 if( pin->GetText().CmpNoCase( static_cast<SCH_HIERLABEL*>( aItem )->GetText() ) == 0 ) in CleanupSheet()
517 HLabel = static_cast<SCH_HIERLABEL*>( aItem ); in CleanupSheet()
H A Dsch_sheet_pin.h65 class SCH_SHEET_PIN : public SCH_HIERLABEL
H A Dconnection_graph.cpp356 m_hier_ports.push_back( static_cast<SCH_HIERLABEL*>( aItem ) ); in AddItem()
1527 SCH_HIERLABEL* label = static_cast<SCH_HIERLABEL*>( item ); in buildConnectionGraph()
1650 for( SCH_HIERLABEL* label : candidate->m_hier_ports ) in propagateToNeighbors()
1666 for( SCH_HIERLABEL* label : aParent->m_hier_ports ) in propagateToNeighbors()
2917 std::map<wxString, SCH_HIERLABEL*> labels; in ercCheckHierSheets()
2944 SCH_HIERLABEL* label = static_cast<SCH_HIERLABEL*>( subItem ); in ercCheckHierSheets()
2973 for( const std::pair<const wxString, SCH_HIERLABEL*>& unmatched : labels ) in ercCheckHierSheets()
H A Dsch_painter.cpp222 HANDLE_ITEM( SCH_HIER_LABEL_T, SCH_HIERLABEL ); in Draw()
225 HANDLE_ITEM( SCH_SHEET_PIN_T, SCH_HIERLABEL ); in Draw()
1662 void SCH_PAINTER::draw( SCH_HIERLABEL *aLabel, int aLayer ) in draw()
1733 draw( static_cast<SCH_HIERLABEL*>( sheetPin ), aLayer ); in draw()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/sch_plugins/cadstar/
H A Dcadstar_sch_archive_loader.h46 class SCH_HIERLABEL; variable
104 std::map<BLOCK_PIN_ID, SCH_HIERLABEL*>
H A Dcadstar_sch_archive_loader.cpp340 SCH_HIERLABEL* sheetPin = nullptr; in loadHierarchicalSheetPins()
343 sheetPin = new SCH_HIERLABEL(); in loadHierarchicalSheetPins()
877 [&]( NETELEMENT_ID aNode ) -> SCH_HIERLABEL* in loadNets()
898 SCH_HIERLABEL* label = getHierarchicalLabel( blockPair.first ); in loadNets()
1011 SCH_HIERLABEL* sheetPin = getHierarchicalLabel( node ); in loadNets()
1077 SCH_HIERLABEL* sheetPin = getHierarchicalLabel( aNetEleID ); in loadNets()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/eeschema/
H A Dtest_ee_item.cpp89 case SCH_HIER_LABEL_T: return new SCH_HIERLABEL(); in Instantiate()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/sch_plugins/legacy/
H A Dsch_legacy_plugin.cpp1430 text.reset( new SCH_HIERLABEL ); in loadText()
1435 text = std::make_unique<SCH_HIERLABEL>(); in loadText()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/sch_plugins/kicad/
H A Dsch_sexpr_parser.cpp2850 case T_hierarchical_label: text = std::make_unique<SCH_HIERLABEL>(); break; in parseSchText()