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

Public Member Functions

 __init__ (self, *args)
 
- 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++ STRING_LINE_READER class.

Definition at line 2009 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.STRING_LINE_READER.__init__ ( self,
* args )
    __init__(STRING_LINE_READER self, string aString, wxString aSource) -> STRING_LINE_READER
    __init__(STRING_LINE_READER self, STRING_LINE_READER aStartingPoint) -> STRING_LINE_READER

Definition at line 2015 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 2012 of file pcbnew.py.


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