KiCad PCB EDA Suite
|
#include "tool/selection.h"
#include "align_distribute_tool.h"
#include "pcb_actions.h"
#include "pcb_selection_tool.h"
#include <ratsnest/ratsnest_data.h>
#include <tool/tool_manager.h>
#include <board.h>
#include <board_commit.h>
#include <bitmaps.h>
#include <pcb_edit_frame.h>
#include <geometry/distribute.h>
#include <view/view_controls.h>
Go to the source code of this file.
Functions | |
BOX2I | getBoundingBox (BOARD_ITEM *aItem) |
BOX2I getBoundingBox | ( | BOARD_ITEM * | aItem | ) |
Definition at line 92 of file align_distribute_tool.cpp.
References EDA_ITEM::GetBoundingBox(), PCB_FOOTPRINT_T, and EDA_ITEM::Type().
Referenced by ALIGN_DISTRIBUTE_TOOL::DistributeItems(), and ALIGN_DISTRIBUTE_TOOL::GetSelections().