| 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ EDA_GROUP class.
 
Definition at line 19938 of file pcbnew.py.
 
◆ __init__()
      
        
          | pcbnew.EDA_GROUP.__init__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args,  | 
        
        
           | 
           | 
          ** |           kwargs ) | 
        
      
 
 
◆ AddItem()
      
        
          | pcbnew.EDA_GROUP.AddItem  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aItem ) | 
        
      
 
AddItem(EDA_GROUP self, EDA_ITEM aItem)
 
Definition at line 19967 of file pcbnew.py.
 
 
◆ AsEdaItem()
      
        
          | pcbnew.EDA_GROUP.AsEdaItem  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
AsEdaItem(EDA_GROUP self) -> EDA_ITEM
 
Definition at line 19947 of file pcbnew.py.
 
 
◆ GetDesignBlockLibId()
      
        
          | pcbnew.EDA_GROUP.GetDesignBlockLibId  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetDesignBlockLibId(EDA_GROUP self) -> LIB_ID
 
Definition at line 19991 of file pcbnew.py.
 
 
◆ GetGroupMemberIds()
      
        
          | pcbnew.EDA_GROUP.GetGroupMemberIds  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetGroupMemberIds(EDA_GROUP self) -> KIID_VECT_LIST
 
Definition at line 19979 of file pcbnew.py.
 
 
◆ GetItems()
      
        
          | pcbnew.EDA_GROUP.GetItems  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args ) | 
        
      
 
    GetItems(EDA_GROUP self) -> std::unordered_set< EDA_ITEM * >
    GetItems(EDA_GROUP self) -> std::unordered_set< EDA_ITEM * > const &
 
Reimplemented in pcbnew.PCB_GROUP.
Definition at line 19960 of file pcbnew.py.
 
 
◆ GetName()
      
        
          | pcbnew.EDA_GROUP.GetName  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetName(EDA_GROUP self) -> wxString
 
Definition at line 19952 of file pcbnew.py.
 
 
◆ HasDesignBlockLink()
      
        
          | pcbnew.EDA_GROUP.HasDesignBlockLink  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
HasDesignBlockLink(EDA_GROUP self) -> bool
 
Definition at line 19983 of file pcbnew.py.
 
 
◆ RemoveAll()
      
        
          | pcbnew.EDA_GROUP.RemoveAll  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
 
◆ RemoveItem()
      
        
          | pcbnew.EDA_GROUP.RemoveItem  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aItem ) | 
        
      
 
RemoveItem(EDA_GROUP self, EDA_ITEM aItem)
 
Definition at line 19971 of file pcbnew.py.
 
 
◆ SetDesignBlockLibId()
      
        
          | pcbnew.EDA_GROUP.SetDesignBlockLibId  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aLibId ) | 
        
      
 
SetDesignBlockLibId(EDA_GROUP self, LIB_ID aLibId)
 
Definition at line 19987 of file pcbnew.py.
 
 
◆ SetName()
      
        
          | pcbnew.EDA_GROUP.SetName  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aName ) | 
        
      
 
SetName(EDA_GROUP self, wxString aName)
 
Definition at line 19956 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.EDA_GROUP.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: