|
KiCad PCB EDA Suite
|
#include <allegro_pcb_structs.h>
Public Member Functions | |
| bool | operator== (const LAYER_INFO &) const =default |
Public Attributes | |
| uint8_t | m_Class |
| uint8_t | m_Subclass |
Definition at line 384 of file allegro_pcb_structs.h.
Definition at line 386 of file allegro_pcb_structs.h.
The second byte in a CLASS:SUBCLASS pair.
THe same meanings can have different subclass codes in different classes
Definition at line 417 of file allegro_pcb_structs.h.
|
default |
| uint8_t ALLEGRO::LAYER_INFO::m_Class |
Definition at line 510 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildArc(), ALLEGRO::BOARD_BUILDER::buildLineSegment(), ALLEGRO::BOARD_BUILDER::buildTrack(), ALLEGRO::BOARD_BUILDER::buildZone(), ALLEGRO::BOARD_BUILDER::createZones(), ALLEGRO::LAYER_MAPPER::GetLayer(), getRuleAreaLayers(), ALLEGRO::LAYER_MAPPER::IsOutlineLayer(), layerInfoDisplayName(), layerIsZone(), and ALLEGRO::LAYER_MAPPER::MapCustomLayer().
| uint8_t ALLEGRO::LAYER_INFO::m_Subclass |
Definition at line 511 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildArc(), ALLEGRO::BOARD_BUILDER::buildLineSegment(), ALLEGRO::BOARD_BUILDER::buildTrack(), ALLEGRO::BOARD_BUILDER::buildZone(), ALLEGRO::BOARD_BUILDER::createZones(), ALLEGRO::LAYER_MAPPER::GetLayer(), getRuleAreaLayers(), ALLEGRO::LAYER_MAPPER::IsOutlineLayer(), layerInfoDisplayName(), and ALLEGRO::LAYER_MAPPER::MapCustomLayer().