#include <atomic>
#include <board_item_container.h>
#include <board_stackup_manager/board_stackup.h>
#include <core/mirror.h>
#include <embedded_files.h>
#include <convert_shape_list_to_polygon.h>
#include <geometry/shape_poly_set.h>
#include <hash.h>
#include <layer_ids.h>
#include <lset.h>
#include <netinfo.h>
#include <pcb_item_containers.h>
#include <pcb_plot_params.h>
#include <title_block.h>
#include <zone_settings.h>
#include <shared_mutex>
#include <sharded_cache.h>
#include <unordered_set>
#include <project.h>
#include <list>
Go to the source code of this file.
|
| namespace | KIGFX |
| | The Cairo implementation of the graphics abstraction layer.
|
| |
| namespace | KIFONT |
| |
| namespace | std |
| | STL namespace.
|
| |
◆ DEFAULT_CHAINING_EPSILON_MM
| #define DEFAULT_CHAINING_EPSILON_MM 0.01 |
◆ BOARD_ITEM_SET
Set of BOARD_ITEMs ordered by UUID.
Definition at line 357 of file board.h.
◆ BOARD_USE
Flags to specify how the board is being used.
| Enumerator |
|---|
| NORMAL | |
| FPHOLDER | |
Definition at line 362 of file board.h.
◆ LAYER_T
The allowed types of layers, same as Specctra DSN spec.
| Enumerator |
|---|
| LT_UNDEFINED | |
| LT_SIGNAL | |
| LT_POWER | |
| LT_MIXED | |
| LT_JUMPER | |
| LT_AUX | |
| LT_FRONT | |
| LT_BACK | |
Definition at line 235 of file board.h.