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

Public Member Functions

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

Definition at line 1941 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 1946 of file pcbnew.py.

Member Function Documentation

◆ GetSource()

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

Definition at line 1955 of file pcbnew.py.

◆ Length()

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

Definition at line 1967 of file pcbnew.py.

◆ Line()

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

Definition at line 1959 of file pcbnew.py.

Here is the caller graph for this function:

◆ LineNumber()

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

Definition at line 1963 of file pcbnew.py.

◆ ReadLine()

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

Definition at line 1951 of file pcbnew.py.

Property Documentation

◆ thisown

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 1944 of file pcbnew.py.


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