KiCad PCB EDA Suite
|
#include <board_project_settings.h>
Public Member Functions | |
LAYER_PAIR () | |
LAYER_PAIR (PCB_LAYER_ID a, PCB_LAYER_ID b) | |
PCB_LAYER_ID | GetLayerA () const |
PCB_LAYER_ID | GetLayerB () const |
void | SetLayerA (PCB_LAYER_ID aLayer) |
void | SetLayerB (PCB_LAYER_ID aLayer) |
bool | HasSameLayers (const LAYER_PAIR &aOther) const |
Private Attributes | |
PCB_LAYER_ID | m_layerA |
PCB_LAYER_ID | m_layerB |
Definition at line 284 of file board_project_settings.h.
|
inline |
Definition at line 287 of file board_project_settings.h.
References m_layerA, m_layerB, and UNDEFINED_LAYER.
Referenced by HasSameLayers().
|
inline |
Definition at line 292 of file board_project_settings.h.
|
inline |
Definition at line 297 of file board_project_settings.h.
References m_layerA.
Referenced by COPPER_LAYERS_PAIR_SELECTION_UI::COPPER_LAYERS_PAIR_SELECTION_UI(), EVT_UPDATE_UI_RANGE(), COPPER_LAYERS_PAIR_PRESETS_UI::fillRowFromLayerPair(), PCB_LAYER_PRESENTATION::getLayerPairName(), PARAM_LAYER_PAIRS::layerPairsToJson(), and ROUTER_TOOL::SelectCopperLayerPair().
|
inline |
Definition at line 298 of file board_project_settings.h.
References m_layerB.
Referenced by COPPER_LAYERS_PAIR_SELECTION_UI::COPPER_LAYERS_PAIR_SELECTION_UI(), EVT_UPDATE_UI_RANGE(), COPPER_LAYERS_PAIR_PRESETS_UI::fillRowFromLayerPair(), PCB_LAYER_PRESENTATION::getLayerPairName(), PARAM_LAYER_PAIRS::layerPairsToJson(), and ROUTER_TOOL::SelectCopperLayerPair().
|
inline |
Definition at line 306 of file board_project_settings.h.
References LAYER_PAIR(), m_layerA, and m_layerB.
Referenced by LAYER_PAIR_SETTINGS::addLayerPairInternal().
|
inline |
Definition at line 300 of file board_project_settings.h.
References m_layerA.
|
inline |
Definition at line 301 of file board_project_settings.h.
References m_layerB.
|
private |
Definition at line 313 of file board_project_settings.h.
Referenced by GetLayerA(), HasSameLayers(), LAYER_PAIR(), LAYER_PAIR(), and SetLayerA().
|
private |
Definition at line 314 of file board_project_settings.h.
Referenced by GetLayerB(), HasSameLayers(), LAYER_PAIR(), LAYER_PAIR(), and SetLayerB().