KiCad PCB EDA Suite
|
#include <wx/log.h>
#include <wx/msgdlg.h>
#include <fmt/format.h>
#include <tool/tool_manager.h>
#include <tool/picker_tool.h>
#include <drawing_sheet/ds_data_item.h>
#include <drawing_sheet/ds_data_model.h>
#include <drawing_sheet/ds_draw_item.h>
#include <bitmaps.h>
#include <clipboard.h>
#include <confirm.h>
#include <eda_item.h>
#include <macros.h>
#include <string_utils.h>
#include <view/view.h>
#include <view/view_controls.h>
#include <math/util.h>
#include "tools/pl_selection_tool.h"
#include "tools/pl_actions.h"
#include "tools/pl_edit_tool.h"
#include "pl_draw_panel_gal.h"
#include "pl_editor_frame.h"
#include "pl_editor_id.h"
Go to the source code of this file.
Macros | |
#define | HITTEST_THRESHOLD_PIXELS 5 |
#define HITTEST_THRESHOLD_PIXELS 5 |
Definition at line 413 of file pl_edit_tool.cpp.