KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.KI_PARAM_ERROR Class Reference
Inheritance diagram for pcbnew.KI_PARAM_ERROR:

Public Member Functions

 __init__ (self, *args)
 
 What (self)
 

Properties

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

Detailed Description

Proxy of C++ KI_PARAM_ERROR class.

Definition at line 433 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.KI_PARAM_ERROR.__init__ ( self,
* args )
    __init__(KI_PARAM_ERROR self, wxString aMessage) -> KI_PARAM_ERROR
    __init__(KI_PARAM_ERROR self) -> KI_PARAM_ERROR

Definition at line 439 of file pcbnew.py.

Member Function Documentation

◆ What()

pcbnew.KI_PARAM_ERROR.What ( self)
What(KI_PARAM_ERROR self) -> wxString

Definition at line 446 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 436 of file pcbnew.py.


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