| 
|   | 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 8399 of file pcbnew.py.
 
◆ __init__()
      
        
          | def pcbnew.PLOT_CONTROLLER.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aBoard  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__init__(PLOT_CONTROLLER self, BOARD aBoard) -> PLOT_CONTROLLER
 
Definition at line 8405 of file pcbnew.py.
 
 
◆ ClosePlot()
      
        
          | def pcbnew.PLOT_CONTROLLER.ClosePlot  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
ClosePlot(PLOT_CONTROLLER self)
 
Definition at line 8426 of file pcbnew.py.
 
 
◆ GetColorMode()
      
        
          | def pcbnew.PLOT_CONTROLLER.GetColorMode  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
GetColorMode(PLOT_CONTROLLER self) -> bool
 
Definition at line 8454 of file pcbnew.py.
 
 
◆ GetLayer()
      
        
          | def pcbnew.PLOT_CONTROLLER.GetLayer  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
GetLayer(PLOT_CONTROLLER self) -> int
 
Definition at line 8418 of file pcbnew.py.
 
 
◆ GetPlotDirName()
      
        
          | def pcbnew.PLOT_CONTROLLER.GetPlotDirName  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
GetPlotDirName(PLOT_CONTROLLER self) -> wxString
 
Definition at line 8446 of file pcbnew.py.
 
 
◆ GetPlotFileName()
      
        
          | def pcbnew.PLOT_CONTROLLER.GetPlotFileName  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
GetPlotFileName(PLOT_CONTROLLER self) -> wxString
 
Definition at line 8442 of file pcbnew.py.
 
 
◆ GetPlotOptions()
      
        
          | def pcbnew.PLOT_CONTROLLER.GetPlotOptions  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
GetPlotOptions(PLOT_CONTROLLER self) -> PCB_PLOT_PARAMS
 
Definition at line 8410 of file pcbnew.py.
 
 
◆ GetPlotter()
      
        
          | def pcbnew.PLOT_CONTROLLER.GetPlotter  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
GetPlotter(PLOT_CONTROLLER self) -> PLOTTER
 
Definition at line 8458 of file pcbnew.py.
 
 
◆ IsPlotOpen()
      
        
          | def pcbnew.PLOT_CONTROLLER.IsPlotOpen  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
IsPlotOpen(PLOT_CONTROLLER self) -> bool
 
Definition at line 8422 of file pcbnew.py.
 
 
◆ OpenPlotfile()
      
        
          | def 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 8430 of file pcbnew.py.
 
 
◆ PlotLayer()
      
        
          | def pcbnew.PLOT_CONTROLLER.PlotLayer  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
PlotLayer(PLOT_CONTROLLER self) -> bool
 
Definition at line 8434 of file pcbnew.py.
 
 
◆ PlotLayers()
      
        
          | def pcbnew.PLOT_CONTROLLER.PlotLayers  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aLayerSequence  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
PlotLayers(PLOT_CONTROLLER self, LSEQ aLayerSequence) -> bool
 
Definition at line 8438 of file pcbnew.py.
 
 
◆ SetColorMode()
      
        
          | def pcbnew.PLOT_CONTROLLER.SetColorMode  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aColorMode  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
SetColorMode(PLOT_CONTROLLER self, bool aColorMode)
 
Definition at line 8450 of file pcbnew.py.
 
 
◆ SetLayer()
      
        
          | def pcbnew.PLOT_CONTROLLER.SetLayer  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aLayer  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
SetLayer(PLOT_CONTROLLER self, int aLayer)
 
Definition at line 8414 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: