|
property | 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 7911 of file pcbnew.py.
◆ __init__()
def pcbnew.PLOT_CONTROLLER.__init__ |
( |
|
self, |
|
|
|
aBoard |
|
) |
| |
__init__(PLOT_CONTROLLER self, BOARD aBoard) -> PLOT_CONTROLLER
Definition at line 7917 of file pcbnew.py.
◆ ClosePlot()
def pcbnew.PLOT_CONTROLLER.ClosePlot |
( |
|
self | ) |
|
ClosePlot(PLOT_CONTROLLER self)
Definition at line 7938 of file pcbnew.py.
◆ GetColorMode()
def pcbnew.PLOT_CONTROLLER.GetColorMode |
( |
|
self | ) |
|
GetColorMode(PLOT_CONTROLLER self) -> bool
Definition at line 7966 of file pcbnew.py.
◆ GetLayer()
def pcbnew.PLOT_CONTROLLER.GetLayer |
( |
|
self | ) |
|
GetLayer(PLOT_CONTROLLER self) -> int
Definition at line 7930 of file pcbnew.py.
◆ GetPlotDirName()
def pcbnew.PLOT_CONTROLLER.GetPlotDirName |
( |
|
self | ) |
|
GetPlotDirName(PLOT_CONTROLLER self) -> wxString
Definition at line 7958 of file pcbnew.py.
◆ GetPlotFileName()
def pcbnew.PLOT_CONTROLLER.GetPlotFileName |
( |
|
self | ) |
|
GetPlotFileName(PLOT_CONTROLLER self) -> wxString
Definition at line 7954 of file pcbnew.py.
◆ GetPlotOptions()
def pcbnew.PLOT_CONTROLLER.GetPlotOptions |
( |
|
self | ) |
|
GetPlotOptions(PLOT_CONTROLLER self) -> PCB_PLOT_PARAMS
Definition at line 7922 of file pcbnew.py.
◆ GetPlotter()
def pcbnew.PLOT_CONTROLLER.GetPlotter |
( |
|
self | ) |
|
GetPlotter(PLOT_CONTROLLER self) -> PLOTTER
Definition at line 7970 of file pcbnew.py.
◆ IsPlotOpen()
def pcbnew.PLOT_CONTROLLER.IsPlotOpen |
( |
|
self | ) |
|
IsPlotOpen(PLOT_CONTROLLER self) -> bool
Definition at line 7934 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 7942 of file pcbnew.py.
◆ PlotLayer()
def pcbnew.PLOT_CONTROLLER.PlotLayer |
( |
|
self | ) |
|
PlotLayer(PLOT_CONTROLLER self) -> bool
Definition at line 7946 of file pcbnew.py.
◆ PlotLayers()
def pcbnew.PLOT_CONTROLLER.PlotLayers |
( |
|
self, |
|
|
|
aLayerSequence |
|
) |
| |
PlotLayers(PLOT_CONTROLLER self, LSEQ aLayerSequence) -> bool
Definition at line 7950 of file pcbnew.py.
◆ SetColorMode()
def pcbnew.PLOT_CONTROLLER.SetColorMode |
( |
|
self, |
|
|
|
aColorMode |
|
) |
| |
SetColorMode(PLOT_CONTROLLER self, bool aColorMode)
Definition at line 7962 of file pcbnew.py.
◆ SetLayer()
def pcbnew.PLOT_CONTROLLER.SetLayer |
( |
|
self, |
|
|
|
aLayer |
|
) |
| |
SetLayer(PLOT_CONTROLLER self, int aLayer)
Definition at line 7926 of file pcbnew.py.
◆ thisown
property 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: