|
KiCad PCB EDA Suite
|
Hold bulk mode for a scope. More...
#include <connectivity_items.h>
Public Member Functions | |
| BULK_ADD_SCOPE (CN_LIST &aList) | |
| ~BULK_ADD_SCOPE () | |
| BULK_ADD_SCOPE (const BULK_ADD_SCOPE &)=delete | |
| BULK_ADD_SCOPE & | operator= (const BULK_ADD_SCOPE &)=delete |
Private Attributes | |
| CN_LIST & | m_list |
Hold bulk mode for a scope.
A list left in bulk mode indexes nothing it is given afterwards, so the board comes up missing connectivity instead of failing. Tie the exit to the scope, not to a return.
Definition at line 539 of file connectivity_items.h.
|
inlineexplicit |
Definition at line 542 of file connectivity_items.h.
References CN_LIST::CN_LIST(), and m_list.
Referenced by BULK_ADD_SCOPE(), and operator=().
|
inline |
Definition at line 543 of file connectivity_items.h.
References m_list.
|
delete |
References BULK_ADD_SCOPE().
|
delete |
References BULK_ADD_SCOPE().
|
private |
Definition at line 549 of file connectivity_items.h.
Referenced by BULK_ADD_SCOPE(), and ~BULK_ADD_SCOPE().