|
| 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 7688 of file pcbnew.py.
◆ __init__()
def pcbnew.IO_MGR.__init__ |
( |
|
self | ) |
|
__init__(IO_MGR self) -> IO_MGR
Definition at line 7756 of file pcbnew.py.
◆ EnumFromStr()
def pcbnew.IO_MGR.EnumFromStr |
( |
|
aFileType | ) |
|
|
static |
EnumFromStr(wxString aFileType) -> IO_MGR::PCB_FILE_T
Definition at line 7732 of file pcbnew.py.
◆ GetFileExtension()
def pcbnew.IO_MGR.GetFileExtension |
( |
|
aFileType | ) |
|
|
static |
GetFileExtension(IO_MGR::PCB_FILE_T aFileType) -> wxString
Definition at line 7737 of file pcbnew.py.
◆ GuessPluginTypeFromLibPath()
def pcbnew.IO_MGR.GuessPluginTypeFromLibPath |
( |
|
aLibPath | ) |
|
|
static |
GuessPluginTypeFromLibPath(wxString aLibPath) -> IO_MGR::PCB_FILE_T
Definition at line 7742 of file pcbnew.py.
◆ Load()
def pcbnew.IO_MGR.Load |
( |
|
aFileType, |
|
|
|
aFileName, |
|
|
|
aAppendToMe = None , |
|
|
|
aProperties = None , |
|
|
|
aProject = None , |
|
|
|
aProgressReporter = None |
|
) |
| |
|
static |
Load(IO_MGR::PCB_FILE_T aFileType, wxString aFileName, BOARD aAppendToMe=None, STRING_UTF8_MAP const * aProperties=None, PROJECT * aProject=None, PROGRESS_REPORTER * aProgressReporter=None) -> BOARD
Definition at line 7747 of file pcbnew.py.
◆ PluginFind()
def pcbnew.IO_MGR.PluginFind |
( |
|
aFileType | ) |
|
|
static |
PluginFind(IO_MGR::PCB_FILE_T aFileType) -> PLUGIN
Definition at line 7717 of file pcbnew.py.
◆ PluginRelease()
def pcbnew.IO_MGR.PluginRelease |
( |
|
aPlugin | ) |
|
|
static |
PluginRelease(PLUGIN aPlugin)
Definition at line 7722 of file pcbnew.py.
◆ Save()
def pcbnew.IO_MGR.Save |
( |
|
aFileType, |
|
|
|
aFileName, |
|
|
|
aBoard, |
|
|
|
aProperties = None |
|
) |
| |
|
static |
Save(IO_MGR::PCB_FILE_T aFileType, wxString aFileName, BOARD aBoard, STRING_UTF8_MAP const * aProperties=None)
Definition at line 7752 of file pcbnew.py.
◆ ShowType()
def pcbnew.IO_MGR.ShowType |
( |
|
aFileType | ) |
|
|
static |
ShowType(IO_MGR::PCB_FILE_T aFileType) -> wxString
Definition at line 7727 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: