KiCad PCB EDA Suite
|
Public Member Functions | |
SCOPED_LAYERSET (BOARD_ITEM *aItem) | |
~SCOPED_LAYERSET () | |
void | Add (PCB_LAYER_ID aLayer) |
Private Attributes | |
BOARD_ITEM * | m_item |
LSET | m_layers |
Definition at line 645 of file pcbexpr_functions.cpp.
|
inline |
Definition at line 648 of file pcbexpr_functions.cpp.
References BOARD_ITEM::GetLayerSet(), m_item, and m_layers.
|
inline |
Definition at line 654 of file pcbexpr_functions.cpp.
References m_item, m_layers, and BOARD_ITEM::SetLayerSet().
|
inline |
Definition at line 659 of file pcbexpr_functions.cpp.
References BOARD_ITEM::GetLayerSet(), m_item, BASE_SET::set(), and BOARD_ITEM::SetLayerSet().
|
private |
Definition at line 665 of file pcbexpr_functions.cpp.
Referenced by Add(), SCOPED_LAYERSET(), and ~SCOPED_LAYERSET().
|
private |
Definition at line 666 of file pcbexpr_functions.cpp.
Referenced by SCOPED_LAYERSET(), and ~SCOPED_LAYERSET().