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

Public Member Functions

def __init__ (self, *args)
 
def init (self, aProblem, aThrowersFile, aThrowersFunction, aThrowersLineNumber)
 
def Problem (self)
 
def Where (self)
 
def What (self)
 

Properties

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

Detailed Description

Proxy of C++ IO_ERROR class.

Definition at line 446 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.IO_ERROR.__init__ (   self,
args 
)
    __init__(IO_ERROR self, wxString aProblem, char const * aThrowersFile, char const * aThrowersFunction, int aThrowersLineNumber) -> IO_ERROR
    __init__(IO_ERROR self) -> IO_ERROR

Definition at line 452 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ init()

def pcbnew.IO_ERROR.init (   self,
  aProblem,
  aThrowersFile,
  aThrowersFunction,
  aThrowersLineNumber 
)
init(IO_ERROR self, wxString aProblem, char const * aThrowersFile, char const * aThrowersFunction, int aThrowersLineNumber)

Definition at line 459 of file pcbnew.py.

◆ Problem()

def pcbnew.IO_ERROR.Problem (   self)
Problem(IO_ERROR self) -> wxString

Definition at line 463 of file pcbnew.py.

◆ What()

def pcbnew.IO_ERROR.What (   self)
What(IO_ERROR self) -> wxString

Definition at line 471 of file pcbnew.py.

◆ Where()

def pcbnew.IO_ERROR.Where (   self)
Where(IO_ERROR self) -> wxString

Definition at line 467 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 449 of file pcbnew.py.


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