| 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ PLOT_CONTROLLER class.
 
Definition at line 8339 of file pcbnew.py.
 
◆ __init__()
      
        
          | pcbnew.PLOT_CONTROLLER.__init__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aBoard ) | 
        
      
 
__init__(PLOT_CONTROLLER self, BOARD aBoard) -> PLOT_CONTROLLER
 
Definition at line 8345 of file pcbnew.py.
 
 
◆ ClosePlot()
      
        
          | pcbnew.PLOT_CONTROLLER.ClosePlot  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
ClosePlot(PLOT_CONTROLLER self)
 
Definition at line 8366 of file pcbnew.py.
 
 
◆ GetColorMode()
      
        
          | pcbnew.PLOT_CONTROLLER.GetColorMode  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetColorMode(PLOT_CONTROLLER self) -> bool
 
Definition at line 8394 of file pcbnew.py.
 
 
◆ GetLayer()
      
        
          | pcbnew.PLOT_CONTROLLER.GetLayer  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetLayer(PLOT_CONTROLLER self) -> int
 
Definition at line 8358 of file pcbnew.py.
 
 
◆ GetPlotDirName()
      
        
          | pcbnew.PLOT_CONTROLLER.GetPlotDirName  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetPlotDirName(PLOT_CONTROLLER self) -> wxString
 
Definition at line 8386 of file pcbnew.py.
 
 
◆ GetPlotFileName()
      
        
          | pcbnew.PLOT_CONTROLLER.GetPlotFileName  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetPlotFileName(PLOT_CONTROLLER self) -> wxString
 
Definition at line 8382 of file pcbnew.py.
 
 
◆ GetPlotOptions()
      
        
          | pcbnew.PLOT_CONTROLLER.GetPlotOptions  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetPlotOptions(PLOT_CONTROLLER self) -> PCB_PLOT_PARAMS
 
Definition at line 8350 of file pcbnew.py.
 
 
◆ GetPlotter()
      
        
          | pcbnew.PLOT_CONTROLLER.GetPlotter  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetPlotter(PLOT_CONTROLLER self) -> PLOTTER
 
Definition at line 8398 of file pcbnew.py.
 
 
◆ IsPlotOpen()
      
        
          | pcbnew.PLOT_CONTROLLER.IsPlotOpen  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
IsPlotOpen(PLOT_CONTROLLER self) -> bool
 
Definition at line 8362 of file pcbnew.py.
 
 
◆ OpenPlotfile()
      
        
          | pcbnew.PLOT_CONTROLLER.OpenPlotfile  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args ) | 
        
      
 
OpenPlotfile(PLOT_CONTROLLER self, wxString aSuffix, PLOT_FORMAT aFormat, wxString aSheetName=wxEmptyString, wxString aSheetPath=wxEmptyString) -> bool
 
Definition at line 8370 of file pcbnew.py.
 
 
◆ PlotLayer()
      
        
          | pcbnew.PLOT_CONTROLLER.PlotLayer  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
PlotLayer(PLOT_CONTROLLER self) -> bool
 
Definition at line 8374 of file pcbnew.py.
 
 
◆ PlotLayers()
      
        
          | pcbnew.PLOT_CONTROLLER.PlotLayers  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aLayerSequence ) | 
        
      
 
PlotLayers(PLOT_CONTROLLER self, LSEQ aLayerSequence) -> bool
 
Definition at line 8378 of file pcbnew.py.
 
 
◆ SetColorMode()
      
        
          | pcbnew.PLOT_CONTROLLER.SetColorMode  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aColorMode ) | 
        
      
 
SetColorMode(PLOT_CONTROLLER self, bool aColorMode)
 
Definition at line 8390 of file pcbnew.py.
 
 
◆ SetLayer()
      
        
          | pcbnew.PLOT_CONTROLLER.SetLayer  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aLayer ) | 
        
      
 
SetLayer(PLOT_CONTROLLER self, int aLayer)
 
Definition at line 8354 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.PLOT_CONTROLLER.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: