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

Public Member Functions

 __init__ (self, *args)
 
 Rewind (self)
 
 FileLength (self)
 
 CurPos (self)
 
- Public Member Functions inherited from pcbnew.LINE_READER
 __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")
 
- 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++ FILE_LINE_READER class.

Definition at line 1981 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.FILE_LINE_READER.__init__ ( self,
* args )
    __init__(FILE_LINE_READER self, wxString aFileName, unsigned int aStartingLineNumber=0, unsigned int aMaxLineLength=1000000) -> FILE_LINE_READER
    __init__(FILE_LINE_READER self, FILE * aFile, wxString aFileName, bool doOwn=True, unsigned int aStartingLineNumber=0, unsigned int aMaxLineLength=1000000) -> FILE_LINE_READER

Definition at line 1987 of file pcbnew.py.

Member Function Documentation

◆ CurPos()

pcbnew.FILE_LINE_READER.CurPos ( self)
CurPos(FILE_LINE_READER self) -> long

Definition at line 2003 of file pcbnew.py.

◆ FileLength()

pcbnew.FILE_LINE_READER.FileLength ( self)
FileLength(FILE_LINE_READER self) -> long

Definition at line 1999 of file pcbnew.py.

◆ Rewind()

pcbnew.FILE_LINE_READER.Rewind ( self)
Rewind(FILE_LINE_READER self)

Definition at line 1995 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 1984 of file pcbnew.py.


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