KiCad PCB EDA Suite
|
#include <advanced_config.h>
#include <view/view.h>
#include <view/view_controls.h>
#include <preview_items/selection_area.h>
#include <tool/tool_event.h>
#include <tool/tool_manager.h>
#include <tool/selection.h>
#include <tools/pl_point_editor.h>
#include <tools/pl_selection_tool.h>
#include <tools/pl_actions.h>
#include <drawing_sheet/ds_data_item.h>
#include <drawing_sheet/ds_data_model.h>
#include <drawing_sheet/ds_draw_item.h>
#include <collector.h>
#include <math/util.h>
#include "pl_editor_frame.h"
Go to the source code of this file.
Macros | |
#define | HITTEST_THRESHOLD_PIXELS 3 |
#define HITTEST_THRESHOLD_PIXELS 3 |
Definition at line 44 of file pl_selection_tool.cpp.