| 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ FP_CACHE_ENTRY class.
 
Definition at line 8167 of file pcbnew.py.
 
◆ __init__()
      
        
          | pcbnew.FP_CACHE_ENTRY.__init__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aFootprint,  | 
        
        
           | 
           | 
           |           aFileName ) | 
        
      
 
__init__(FP_CACHE_ENTRY self, FOOTPRINT aFootprint, WX_FILENAME const & aFileName) -> FP_CACHE_ENTRY
 
Definition at line 8173 of file pcbnew.py.
 
 
◆ GetFileName()
      
        
          | pcbnew.FP_CACHE_ENTRY.GetFileName  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetFileName(FP_CACHE_ENTRY self) -> WX_FILENAME const &
 
Definition at line 8177 of file pcbnew.py.
 
 
◆ GetFootprint()
      
        
          | pcbnew.FP_CACHE_ENTRY.GetFootprint  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetFootprint(FP_CACHE_ENTRY self) -> std::unique_ptr< FOOTPRINT > &
 
Definition at line 8185 of file pcbnew.py.
 
 
◆ SetFilePath()
      
        
          | pcbnew.FP_CACHE_ENTRY.SetFilePath  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aFilePath ) | 
        
      
 
SetFilePath(FP_CACHE_ENTRY self, wxString aFilePath)
 
Definition at line 8181 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.FP_CACHE_ENTRY.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: