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 264 of file board_project_settings.h.
|
inline |
Definition at line 267 of file board_project_settings.h.
|
inline |
Definition at line 272 of file board_project_settings.h.
|
inline |
Definition at line 277 of file board_project_settings.h.
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 278 of file board_project_settings.h.
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 286 of file board_project_settings.h.
References m_layerA, and m_layerB.
Referenced by LAYER_PAIR_SETTINGS::addLayerPairInternal(), and LAYER_PAIR_SETTINGS::GetEnabledLayerPairs().
|
inline |
Definition at line 280 of file board_project_settings.h.
|
inline |
Definition at line 281 of file board_project_settings.h.
|
private |
Definition at line 293 of file board_project_settings.h.
Referenced by HasSameLayers().
|
private |
Definition at line 294 of file board_project_settings.h.
Referenced by HasSameLayers().