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

Public Member Functions

def __init__ (self, *args, **kwargs)
 
def ReadLine (self)
 
def GetSource (self)
 
def Line (self)
 
def LineNumber (self)
 
def Length (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++ LINE_READER class.

Definition at line 2034 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.LINE_READER.__init__ (   self,
args,
**  kwargs 
)

Member Function Documentation

◆ GetSource()

def pcbnew.LINE_READER.GetSource (   self)
GetSource(LINE_READER self) -> wxString

Definition at line 2048 of file pcbnew.py.

◆ Length()

def pcbnew.LINE_READER.Length (   self)
Length(LINE_READER self) -> unsigned int

Definition at line 2060 of file pcbnew.py.

◆ Line()

def pcbnew.LINE_READER.Line (   self)
Line(LINE_READER self) -> char *

Definition at line 2052 of file pcbnew.py.

Here is the caller graph for this function:

◆ LineNumber()

def pcbnew.LINE_READER.LineNumber (   self)
LineNumber(LINE_READER self) -> unsigned int

Definition at line 2056 of file pcbnew.py.

◆ ReadLine()

def pcbnew.LINE_READER.ReadLine (   self)
ReadLine(LINE_READER self) -> char *

Definition at line 2044 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 2037 of file pcbnew.py.


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