| 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
|   | m_DisplayNetnamesDirty = property(_pcbnew.NETINFO_LIST_m_DisplayNetnamesDirty_get, _pcbnew.NETINFO_LIST_m_DisplayNetnamesDirty_set, doc=) | 
|   | 
Proxy of C++ NETINFO_LIST class.
 
Definition at line 19343 of file pcbnew.py.
 
◆ __init__()
      
        
          | pcbnew.NETINFO_LIST.__init__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aParent ) | 
        
      
 
__init__(NETINFO_LIST self, BOARD aParent) -> NETINFO_LIST
 
Definition at line 19349 of file pcbnew.py.
 
 
◆ GetNetCount()
      
        
          | pcbnew.NETINFO_LIST.GetNetCount  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetNetCount(NETINFO_LIST self) -> unsigned int
 
Definition at line 19361 of file pcbnew.py.
 
 
◆ GetNetItem()
      
        
          | pcbnew.NETINFO_LIST.GetNetItem  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args ) | 
        
      
 
    GetNetItem(NETINFO_LIST self, int aNetCode) -> NETINFO_ITEM
    GetNetItem(NETINFO_LIST self, wxString aNetName) -> NETINFO_ITEM
 
Definition at line 19354 of file pcbnew.py.
 
 
◆ GetParent()
      
        
          | pcbnew.NETINFO_LIST.GetParent  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetParent(NETINFO_LIST self) -> BOARD
 
Definition at line 19382 of file pcbnew.py.
 
 
◆ NetsByName()
      
        
          | pcbnew.NETINFO_LIST.NetsByName  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
NetsByName(NETINFO_LIST self) -> NETNAMES_MAP
 
Definition at line 19365 of file pcbnew.py.
 
 
◆ NetsByNetcode()
      
        
          | pcbnew.NETINFO_LIST.NetsByNetcode  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
NetsByNetcode(NETINFO_LIST self) -> NETCODES_MAP
 
Definition at line 19369 of file pcbnew.py.
 
 
◆ OrphanedItem()
  
  
      
        
          | pcbnew.NETINFO_LIST.OrphanedItem  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
OrphanedItem() -> NETINFO_ITEM
 
Definition at line 19378 of file pcbnew.py.
 
 
◆ RebuildDisplayNetnames()
      
        
          | pcbnew.NETINFO_LIST.RebuildDisplayNetnames  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
RebuildDisplayNetnames(NETINFO_LIST self)
 
Definition at line 19373 of file pcbnew.py.
 
 
◆ ORPHANED
  
  
      
        
          | pcbnew.NETINFO_LIST.ORPHANED | 
         
       
   | 
  
static   | 
  
 
 
◆ UNCONNECTED
  
  
      
        
          | pcbnew.NETINFO_LIST.UNCONNECTED | 
         
       
   | 
  
static   | 
  
 
 
◆ m_DisplayNetnamesDirty
  
  
      
        
          | pcbnew.NETINFO_LIST.m_DisplayNetnamesDirty = property(_pcbnew.NETINFO_LIST_m_DisplayNetnamesDirty_get, _pcbnew.NETINFO_LIST_m_DisplayNetnamesDirty_set, doc=) | 
         
       
   | 
  
static   | 
  
 
 
◆ thisown
  
  
      
        
          | pcbnew.NETINFO_LIST.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: