| 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ FP_CACHE class.
 
Definition at line 8246 of file pcbnew.py.
 
◆ __init__()
      
        
          | def pcbnew.FP_CACHE.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aOwner,  | 
        
        
           | 
           | 
            | 
          aLibraryPath  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__init__(FP_CACHE self, PCB_IO_KICAD_SEXPR aOwner, wxString aLibraryPath) -> FP_CACHE
 
Definition at line 8252 of file pcbnew.py.
 
 
◆ Exists()
      
        
          | def pcbnew.FP_CACHE.Exists  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
Exists(FP_CACHE self) -> bool
 
Definition at line 8264 of file pcbnew.py.
 
 
◆ GetFootprints()
      
        
          | def pcbnew.FP_CACHE.GetFootprints  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
GetFootprints(FP_CACHE self) -> FP_CACHE_FOOTPRINT_MAP &
 
Definition at line 8268 of file pcbnew.py.
 
 
◆ GetPath()
      
        
          | def pcbnew.FP_CACHE.GetPath  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
GetPath(FP_CACHE self) -> wxString
 
Definition at line 8256 of file pcbnew.py.
 
 
◆ GetTimestamp()
  
  
      
        
          | def pcbnew.FP_CACHE.GetTimestamp  | 
          ( | 
            | 
          aLibPath | ) | 
           | 
         
       
   | 
  
static   | 
  
 
GetTimestamp(wxString aLibPath) -> long long
 
Definition at line 8285 of file pcbnew.py.
 
 
◆ IsModified()
      
        
          | def pcbnew.FP_CACHE.IsModified  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
IsModified(FP_CACHE self) -> bool
 
Definition at line 8289 of file pcbnew.py.
 
 
◆ IsPath()
      
        
          | def pcbnew.FP_CACHE.IsPath  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aPath  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
IsPath(FP_CACHE self, wxString aPath) -> bool
 
Definition at line 8293 of file pcbnew.py.
 
 
◆ IsWritable()
      
        
          | def pcbnew.FP_CACHE.IsWritable  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
IsWritable(FP_CACHE self) -> bool
 
Definition at line 8260 of file pcbnew.py.
 
 
◆ Load()
      
        
          | def pcbnew.FP_CACHE.Load  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
 
◆ Remove()
      
        
          | def pcbnew.FP_CACHE.Remove  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aFootprintName  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Remove(FP_CACHE self, wxString aFootprintName)
 
Definition at line 8280 of file pcbnew.py.
 
 
◆ Save()
      
        
          | def pcbnew.FP_CACHE.Save  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aFootprint = None  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Save(FP_CACHE self, FOOTPRINT aFootprint=None)
 
Definition at line 8272 of file pcbnew.py.
 
 
◆ SetPath()
      
        
          | def pcbnew.FP_CACHE.SetPath  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aPath  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
SetPath(FP_CACHE self, wxString aPath)
 
Definition at line 8297 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.FP_CACHE.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: