|
"PLUGIN *" | PluginFind ("IO_MGR::PCB_FILE_T" aFileType) |
|
"void" | PluginRelease ("PLUGIN" aPlugin) |
|
"wxString const" | ShowType ("IO_MGR::PCB_FILE_T" aFileType) |
|
"IO_MGR::PCB_FILE_T" | EnumFromStr ("wxString" aFileType) |
|
"wxString const" | GetFileExtension ("IO_MGR::PCB_FILE_T" aFileType) |
|
"IO_MGR::PCB_FILE_T" | GuessPluginTypeFromLibPath ("wxString" aLibPath) |
|
"BOARD *" | Load ("IO_MGR::PCB_FILE_T" aFileType, "wxString" aFileName, "BOARD" aAppendToMe=None, "PROPERTIES const *" aProperties=None, "PROJECT *" aProject=None, "PROGRESS_REPORTER *" aProgressReporter=None) |
|
"void" | Save ("IO_MGR::PCB_FILE_T" aFileType, "wxString" aFileName, "BOARD" aBoard, "PROPERTIES const *" aProperties=None) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ IO_MGR class.
Definition at line 5742 of file pcbnew.py.
◆ __init__()
def pcbnew.IO_MGR.__init__ |
( |
|
self | ) |
|
__init__(IO_MGR self) -> IO_MGR
Definition at line 5810 of file pcbnew.py.
◆ EnumFromStr()
"IO_MGR.PCB_FILE_T" pcbnew.IO_MGR.EnumFromStr |
( |
"wxString" |
aFileType | ) |
|
|
static |
EnumFromStr(wxString aFileType) -> IO_MGR::PCB_FILE_T
Definition at line 5786 of file pcbnew.py.
◆ GetFileExtension()
"wxString const" pcbnew.IO_MGR.GetFileExtension |
( |
"IO_MGR::PCB_FILE_T" |
aFileType | ) |
|
|
static |
GetFileExtension(IO_MGR::PCB_FILE_T aFileType) -> wxString
Definition at line 5791 of file pcbnew.py.
◆ GuessPluginTypeFromLibPath()
"IO_MGR.PCB_FILE_T" pcbnew.IO_MGR.GuessPluginTypeFromLibPath |
( |
"wxString" |
aLibPath | ) |
|
|
static |
GuessPluginTypeFromLibPath(wxString aLibPath) -> IO_MGR::PCB_FILE_T
Definition at line 5796 of file pcbnew.py.
◆ Load()
"BOARD *" pcbnew.IO_MGR.Load |
( |
"IO_MGR::PCB_FILE_T" |
aFileType, |
|
|
"wxString" |
aFileName, |
|
|
"BOARD" |
aAppendToMe = None , |
|
|
"PROPERTIES const *" |
aProperties = None , |
|
|
"PROJECT *" |
aProject = None , |
|
|
"PROGRESS_REPORTER *" |
aProgressReporter = None |
|
) |
| |
|
static |
Load(IO_MGR::PCB_FILE_T aFileType, wxString aFileName, BOARD aAppendToMe=None, PROPERTIES const * aProperties=None, PROJECT * aProject=None, PROGRESS_REPORTER * aProgressReporter=None) -> BOARD
Definition at line 5801 of file pcbnew.py.
◆ PluginFind()
"PLUGIN *" pcbnew.IO_MGR.PluginFind |
( |
"IO_MGR::PCB_FILE_T" |
aFileType | ) |
|
|
static |
PluginFind(IO_MGR::PCB_FILE_T aFileType) -> PLUGIN
Definition at line 5771 of file pcbnew.py.
◆ PluginRelease()
"void" pcbnew.IO_MGR.PluginRelease |
( |
"PLUGIN" |
aPlugin | ) |
|
|
static |
PluginRelease(PLUGIN aPlugin)
Definition at line 5776 of file pcbnew.py.
◆ Save()
"void" pcbnew.IO_MGR.Save |
( |
"IO_MGR::PCB_FILE_T" |
aFileType, |
|
|
"wxString" |
aFileName, |
|
|
"BOARD" |
aBoard, |
|
|
"PROPERTIES const *" |
aProperties = None |
|
) |
| |
|
static |
Save(IO_MGR::PCB_FILE_T aFileType, wxString aFileName, BOARD aBoard, PROPERTIES const * aProperties=None)
Definition at line 5806 of file pcbnew.py.
◆ ShowType()
"wxString const" pcbnew.IO_MGR.ShowType |
( |
"IO_MGR::PCB_FILE_T" |
aFileType | ) |
|
|
static |
ShowType(IO_MGR::PCB_FILE_T aFileType) -> wxString
Definition at line 5781 of file pcbnew.py.
◆ ALTIUM_CIRCUIT_MAKER
pcbnew.IO_MGR.ALTIUM_CIRCUIT_MAKER = _pcbnew.IO_MGR_ALTIUM_CIRCUIT_MAKER |
|
static |
◆ ALTIUM_CIRCUIT_STUDIO
pcbnew.IO_MGR.ALTIUM_CIRCUIT_STUDIO = _pcbnew.IO_MGR_ALTIUM_CIRCUIT_STUDIO |
|
static |
◆ ALTIUM_DESIGNER
pcbnew.IO_MGR.ALTIUM_DESIGNER = _pcbnew.IO_MGR_ALTIUM_DESIGNER |
|
static |
◆ CADSTAR_PCB_ARCHIVE
pcbnew.IO_MGR.CADSTAR_PCB_ARCHIVE = _pcbnew.IO_MGR_CADSTAR_PCB_ARCHIVE |
|
static |
◆ EAGLE
pcbnew.IO_MGR.EAGLE = _pcbnew.IO_MGR_EAGLE |
|
static |
◆ FABMASTER
pcbnew.IO_MGR.FABMASTER = _pcbnew.IO_MGR_FABMASTER |
|
static |
◆ FILE_TYPE_NONE
pcbnew.IO_MGR.FILE_TYPE_NONE = _pcbnew.IO_MGR_FILE_TYPE_NONE |
|
static |
◆ GEDA_PCB
pcbnew.IO_MGR.GEDA_PCB = _pcbnew.IO_MGR_GEDA_PCB |
|
static |
◆ KICAD_SEXP
pcbnew.IO_MGR.KICAD_SEXP = _pcbnew.IO_MGR_KICAD_SEXP |
|
static |
◆ LEGACY
pcbnew.IO_MGR.LEGACY = _pcbnew.IO_MGR_LEGACY |
|
static |
◆ PCAD
pcbnew.IO_MGR.PCAD = _pcbnew.IO_MGR_PCAD |
|
static |
◆ thisown
pcbnew.IO_MGR.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: