KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.JOBFILE_PARAMS Class Reference
Inheritance diagram for pcbnew.JOBFILE_PARAMS:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self)
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property m_GerberFileList = property(_pcbnew.JOBFILE_PARAMS_m_GerberFileList_get, _pcbnew.JOBFILE_PARAMS_m_GerberFileList_set, doc=)
 
property m_LayerId = property(_pcbnew.JOBFILE_PARAMS_m_LayerId_get, _pcbnew.JOBFILE_PARAMS_m_LayerId_set, doc=)
 

Detailed Description

Proxy of C++ JOBFILE_PARAMS class.

Definition at line 9136 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.JOBFILE_PARAMS.__init__ (   self)
__init__(JOBFILE_PARAMS self) -> JOBFILE_PARAMS

Definition at line 9144 of file pcbnew.py.

Property Documentation

◆ m_GerberFileList

property pcbnew.JOBFILE_PARAMS.m_GerberFileList = property(_pcbnew.JOBFILE_PARAMS_m_GerberFileList_get, _pcbnew.JOBFILE_PARAMS_m_GerberFileList_set, doc=)
static

Definition at line 9141 of file pcbnew.py.

◆ m_LayerId

property pcbnew.JOBFILE_PARAMS.m_LayerId = property(_pcbnew.JOBFILE_PARAMS_m_LayerId_get, _pcbnew.JOBFILE_PARAMS_m_LayerId_set, doc=)
static

Definition at line 9142 of file pcbnew.py.

◆ thisown

property pcbnew.JOBFILE_PARAMS.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 9139 of file pcbnew.py.


The documentation for this class was generated from the following file: