![]() |
KiCad PCB EDA Suite
|
#include <board_design_settings.h>
#include <board_item_container.h>
#include <pcb_group.h>
#include <footprint.h>
#include <common.h>
#include <layers_id_colors_and_visibility.h>
#include <netinfo.h>
#include <pcb_plot_params.h>
#include <title_block.h>
#include <tools/pcb_selection.h>
#include <drc/drc_rtree.h>
Go to the source code of this file.
Classes | |
struct | LAYER |
Container to hold information pertinent to a layer of a BOARD. More... | |
class | HIGH_LIGHT_INFO |
class | BOARD_LISTENER |
class | BOARD |
Information pertinent to a Pcbnew printed circuit board. More... | |
struct | BOARD::GroupLegalOpsField |
Enumerations | |
enum | LAYER_T { LT_UNDEFINED = -1, LT_SIGNAL, LT_POWER, LT_MIXED, LT_JUMPER } |
The allowed types of layers, same as Specctra DSN spec. More... | |
enum | BOARD_USE { BOARD_USE::NORMAL, BOARD_USE::FPHOLDER } |
Flags to specify how the board is being used. More... | |
|
strong |
enum LAYER_T |
The allowed types of layers, same as Specctra DSN spec.
Enumerator | |
---|---|
LT_UNDEFINED | |
LT_SIGNAL | |
LT_POWER | |
LT_MIXED | |
LT_JUMPER |
Definition at line 63 of file board.h.