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

Public Member Functions

def __init__ (self, "wxInputStream *" aStream, "wxString" aSource)
 
"char *" ReadLine (self)
 
- Public Member Functions inherited from pcbnew.LINE_READER
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")
 
- Properties inherited from pcbnew.LINE_READER
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ INPUTSTREAM_LINE_READER class.

Definition at line 1993 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.INPUTSTREAM_LINE_READER.__init__ (   self,
"wxInputStream *"  aStream,
"wxString"  aSource 
)
__init__(INPUTSTREAM_LINE_READER self, wxInputStream * aStream, wxString aSource) -> INPUTSTREAM_LINE_READER

Reimplemented from pcbnew.LINE_READER.

Definition at line 1999 of file pcbnew.py.

Member Function Documentation

◆ ReadLine()

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

Reimplemented from pcbnew.LINE_READER.

Definition at line 2003 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 1996 of file pcbnew.py.


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