KiCad Pcbnew Python Scripting
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)
 
"char *" ReadLine (self)
 
"wxString const &" GetSource (self)
 
"char *" Line (self)
 
"unsigned int" LineNumber (self)
 
"unsigned int" 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 1906 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ GetSource()

"wxString const &" pcbnew.LINE_READER.GetSource (   self)
GetSource(LINE_READER self) -> wxString

Definition at line 1920 of file pcbnew.py.

◆ Length()

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

Definition at line 1932 of file pcbnew.py.

◆ Line()

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

Definition at line 1924 of file pcbnew.py.

Here is the caller graph for this function:

◆ LineNumber()

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

Definition at line 1928 of file pcbnew.py.

◆ ReadLine()

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

Reimplemented in pcbnew.FILE_LINE_READER, pcbnew.STRING_LINE_READER, and pcbnew.INPUTSTREAM_LINE_READER.

Definition at line 1916 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 1909 of file pcbnew.py.


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