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

Public Member Functions

def OnBoardItemAdded (self, aBoard, aBoardItem)
 
def OnBoardItemsAdded (self, aBoard, aBoardItems)
 
def OnBoardItemRemoved (self, aBoard, aBoardItem)
 
def OnBoardItemsRemoved (self, aBoard, aBoardItems)
 
def OnBoardNetSettingsChanged (self, aBoard)
 
def OnBoardItemChanged (self, aBoard, aBoardItem)
 
def OnBoardItemsChanged (self, aBoard, aBoardItems)
 
def OnBoardHighlightNetChanged (self, aBoard)
 
def OnBoardRatsnestChanged (self, aBoard)
 
def OnBoardCompositeUpdate (self, aBoard, aAddedItems, aRemovedItems, aChangedItems)
 
def __init__ (self)
 

Properties

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

Detailed Description

Proxy of C++ BOARD_LISTENER class.

Definition at line 19682 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.BOARD_LISTENER.__init__ (   self)
__init__(BOARD_LISTENER self) -> BOARD_LISTENER

Definition at line 19729 of file pcbnew.py.

Member Function Documentation

◆ OnBoardCompositeUpdate()

def pcbnew.BOARD_LISTENER.OnBoardCompositeUpdate (   self,
  aBoard,
  aAddedItems,
  aRemovedItems,
  aChangedItems 
)
OnBoardCompositeUpdate(BOARD_LISTENER self, BOARD aBoard, std::vector< BOARD_ITEM *,std::allocator< BOARD_ITEM * > > & aAddedItems, std::vector< BOARD_ITEM *,std::allocator< BOARD_ITEM * > > & aRemovedItems, std::vector< BOARD_ITEM *,std::allocator< BOARD_ITEM * > > & aChangedItems)

Definition at line 19725 of file pcbnew.py.

◆ OnBoardHighlightNetChanged()

def pcbnew.BOARD_LISTENER.OnBoardHighlightNetChanged (   self,
  aBoard 
)
OnBoardHighlightNetChanged(BOARD_LISTENER self, BOARD aBoard)

Definition at line 19717 of file pcbnew.py.

◆ OnBoardItemAdded()

def pcbnew.BOARD_LISTENER.OnBoardItemAdded (   self,
  aBoard,
  aBoardItem 
)
OnBoardItemAdded(BOARD_LISTENER self, BOARD aBoard, BOARD_ITEM aBoardItem)

Definition at line 19689 of file pcbnew.py.

◆ OnBoardItemChanged()

def pcbnew.BOARD_LISTENER.OnBoardItemChanged (   self,
  aBoard,
  aBoardItem 
)
OnBoardItemChanged(BOARD_LISTENER self, BOARD aBoard, BOARD_ITEM aBoardItem)

Definition at line 19709 of file pcbnew.py.

◆ OnBoardItemRemoved()

def pcbnew.BOARD_LISTENER.OnBoardItemRemoved (   self,
  aBoard,
  aBoardItem 
)
OnBoardItemRemoved(BOARD_LISTENER self, BOARD aBoard, BOARD_ITEM aBoardItem)

Definition at line 19697 of file pcbnew.py.

◆ OnBoardItemsAdded()

def pcbnew.BOARD_LISTENER.OnBoardItemsAdded (   self,
  aBoard,
  aBoardItems 
)
OnBoardItemsAdded(BOARD_LISTENER self, BOARD aBoard, std::vector< BOARD_ITEM *,std::allocator< BOARD_ITEM * > > & aBoardItems)

Definition at line 19693 of file pcbnew.py.

◆ OnBoardItemsChanged()

def pcbnew.BOARD_LISTENER.OnBoardItemsChanged (   self,
  aBoard,
  aBoardItems 
)
OnBoardItemsChanged(BOARD_LISTENER self, BOARD aBoard, std::vector< BOARD_ITEM *,std::allocator< BOARD_ITEM * > > & aBoardItems)

Definition at line 19713 of file pcbnew.py.

◆ OnBoardItemsRemoved()

def pcbnew.BOARD_LISTENER.OnBoardItemsRemoved (   self,
  aBoard,
  aBoardItems 
)
OnBoardItemsRemoved(BOARD_LISTENER self, BOARD aBoard, std::vector< BOARD_ITEM *,std::allocator< BOARD_ITEM * > > & aBoardItems)

Definition at line 19701 of file pcbnew.py.

◆ OnBoardNetSettingsChanged()

def pcbnew.BOARD_LISTENER.OnBoardNetSettingsChanged (   self,
  aBoard 
)
OnBoardNetSettingsChanged(BOARD_LISTENER self, BOARD aBoard)

Definition at line 19705 of file pcbnew.py.

◆ OnBoardRatsnestChanged()

def pcbnew.BOARD_LISTENER.OnBoardRatsnestChanged (   self,
  aBoard 
)
OnBoardRatsnestChanged(BOARD_LISTENER self, BOARD aBoard)

Definition at line 19721 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 19685 of file pcbnew.py.


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