|
def | OnBoardItemAdded (self, aBoard, aBoardItem) |
|
def | OnBoardItemsAdded (self, aBoard, aBoardItem) |
|
def | OnBoardItemRemoved (self, aBoard, aBoardItem) |
|
def | OnBoardItemsRemoved (self, aBoard, aBoardItem) |
|
def | OnBoardNetSettingsChanged (self, aBoard) |
|
def | OnBoardItemChanged (self, aBoard, aBoardItem) |
|
def | OnBoardItemsChanged (self, aBoard, aBoardItem) |
|
def | OnBoardHighlightNetChanged (self, aBoard) |
|
def | OnBoardRatsnestChanged (self, aBoard) |
|
def | OnBoardCompositeUpdate (self, aBoard, aAddedItems, aRemovedItems, aDeletedItems) |
|
def | __init__ (self) |
|
|
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ BOARD_LISTENER class.
Definition at line 18960 of file pcbnew.py.
◆ __init__()
def pcbnew.BOARD_LISTENER.__init__ |
( |
|
self | ) |
|
__init__(BOARD_LISTENER self) -> BOARD_LISTENER
Definition at line 19007 of file pcbnew.py.
◆ OnBoardCompositeUpdate()
def pcbnew.BOARD_LISTENER.OnBoardCompositeUpdate |
( |
|
self, |
|
|
|
aBoard, |
|
|
|
aAddedItems, |
|
|
|
aRemovedItems, |
|
|
|
aDeletedItems |
|
) |
| |
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 * > > & aDeletedItems)
Definition at line 19003 of file pcbnew.py.
◆ OnBoardHighlightNetChanged()
def pcbnew.BOARD_LISTENER.OnBoardHighlightNetChanged |
( |
|
self, |
|
|
|
aBoard |
|
) |
| |
OnBoardHighlightNetChanged(BOARD_LISTENER self, BOARD aBoard)
Definition at line 18995 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 18967 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 18987 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 18975 of file pcbnew.py.
◆ OnBoardItemsAdded()
def pcbnew.BOARD_LISTENER.OnBoardItemsAdded |
( |
|
self, |
|
|
|
aBoard, |
|
|
|
aBoardItem |
|
) |
| |
OnBoardItemsAdded(BOARD_LISTENER self, BOARD aBoard, std::vector< BOARD_ITEM *,std::allocator< BOARD_ITEM * > > & aBoardItem)
Definition at line 18971 of file pcbnew.py.
◆ OnBoardItemsChanged()
def pcbnew.BOARD_LISTENER.OnBoardItemsChanged |
( |
|
self, |
|
|
|
aBoard, |
|
|
|
aBoardItem |
|
) |
| |
OnBoardItemsChanged(BOARD_LISTENER self, BOARD aBoard, std::vector< BOARD_ITEM *,std::allocator< BOARD_ITEM * > > & aBoardItem)
Definition at line 18991 of file pcbnew.py.
◆ OnBoardItemsRemoved()
def pcbnew.BOARD_LISTENER.OnBoardItemsRemoved |
( |
|
self, |
|
|
|
aBoard, |
|
|
|
aBoardItem |
|
) |
| |
OnBoardItemsRemoved(BOARD_LISTENER self, BOARD aBoard, std::vector< BOARD_ITEM *,std::allocator< BOARD_ITEM * > > & aBoardItem)
Definition at line 18979 of file pcbnew.py.
◆ OnBoardNetSettingsChanged()
def pcbnew.BOARD_LISTENER.OnBoardNetSettingsChanged |
( |
|
self, |
|
|
|
aBoard |
|
) |
| |
OnBoardNetSettingsChanged(BOARD_LISTENER self, BOARD aBoard)
Definition at line 18983 of file pcbnew.py.
◆ OnBoardRatsnestChanged()
def pcbnew.BOARD_LISTENER.OnBoardRatsnestChanged |
( |
|
self, |
|
|
|
aBoard |
|
) |
| |
OnBoardRatsnestChanged(BOARD_LISTENER self, BOARD aBoard)
Definition at line 18999 of file pcbnew.py.
◆ thisown
property pcbnew.BOARD_LISTENER.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: