|
KiCad PCB EDA Suite
|
Difference between the previous and the current net name to netclass map. More...
#include <conn_changes.h>
Public Member Functions | |
| bool | Empty () const |
Public Attributes | |
| std::vector< std::pair< NAME_ID, std::vector< NAME_ID > > > | assigned |
| Names whose netclass list is new or different, in name order, with the new list. | |
| std::vector< NAME_ID > | removed |
| Names that no longer have netclasses. | |
Difference between the previous and the current net name to netclass map.
Definition at line 27 of file conn_changes.h.
|
inline |
Definition at line 32 of file conn_changes.h.
Names whose netclass list is new or different, in name order, with the new list.
Definition at line 30 of file conn_changes.h.
Referenced by Empty(), and SCH_CONNECTIVITY::PUBLICATION::PrepareRows().
| std::vector<NAME_ID> SCH_CONNECTIVITY::NETCLASS_DELTA::removed |
Names that no longer have netclasses.
Definition at line 31 of file conn_changes.h.
Referenced by Empty(), and SCH_CONNECTIVITY::PUBLICATION::PrepareRows().