|
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 381 of file allegro_pcb_structs.h.
Definition at line 383 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 413 of file allegro_pcb_structs.h.
|
default |
| uint8_t ALLEGRO::LAYER_INFO::m_Class |
Definition at line 493 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildShapes(), ALLEGRO::BOARD_BUILDER::buildTrack(), ALLEGRO::BOARD_BUILDER::buildZone(), ALLEGRO::BOARD_BUILDER::createZones(), ALLEGRO::LAYER_MAPPER::GetLayer(), ALLEGRO::LAYER_MAPPER::IsOutlineLayer(), layerInfoDisplayName(), and ALLEGRO::LAYER_MAPPER::mapCustomLayer().
| uint8_t ALLEGRO::LAYER_INFO::m_Subclass |
Definition at line 494 of file allegro_pcb_structs.h.
Referenced by ALLEGRO::BOARD_BUILDER::buildShapes(), ALLEGRO::BOARD_BUILDER::buildTrack(), ALLEGRO::BOARD_BUILDER::buildZone(), ALLEGRO::BOARD_BUILDER::createZones(), ALLEGRO::LAYER_MAPPER::GetLayer(), ALLEGRO::LAYER_MAPPER::IsOutlineLayer(), layerInfoDisplayName(), and ALLEGRO::LAYER_MAPPER::mapCustomLayer().