KiCad PCB EDA Suite
|
#include <tool/tool_interactive.h>
#include <tools/pcb_selection.h>
#include <board_item.h>
#include <pcb_base_frame.h>
Go to the source code of this file.
Classes | |
class | ALIGN_DISTRIBUTE_TOOL |
Typedefs | |
using | ALIGNMENT_RECT = std::pair< BOARD_ITEM *, EDA_RECT > |
using | ALIGNMENT_RECTS = std::vector< ALIGNMENT_RECT > |
using ALIGNMENT_RECT = std::pair<BOARD_ITEM*, EDA_RECT> |
Definition at line 35 of file placement_tool.h.
using ALIGNMENT_RECTS = std::vector<ALIGNMENT_RECT> |
Definition at line 36 of file placement_tool.h.