|
KiCad PCB EDA Suite
|
#include "diff_phase_skew_tool.h"#include <router/pns_arc.h>#include <router/pns_diff_pair.h>#include <router/pns_helpers.h>#include <router/pns_kicad_iface.h>#include <router/pns_router.h>#include <router/pns_topology.h>#include <advanced_config.h>#include <board.h>#include <collectors.h>#include <dialog_diff_phase_skew_properties.h>#include <drc/drc_engine.h>#include <gal/painter.h>#include <length_delay_calculation/length_delay_calculation.h>#include <pcb_edit_frame.h>#include <pad.h>#include <pcb_track.h>#include <project/project_file.h>#include <settings/settings_manager.h>#include <tools/drc_tool.h>#include <tools/pcb_actions.h>#include <tools/pcb_selection_tool.h>#include <tool/tool_manager.h>#include <view/view.h>#include <view/view_controls.h>Go to the source code of this file.
Macros | |
| #define | INITIAL_HOVER_HITTEST_THRESHOLD_PIXELS 5 |
| #define | DETAILS_HOVER_HITTEST_THRESHOLD_PIXELS 20 |
| #define DETAILS_HOVER_HITTEST_THRESHOLD_PIXELS 20 |
Definition at line 55 of file diff_phase_skew_tool.cpp.
Referenced by DIFF_PHASE_SKEW_TOOL::doShowStatsAtCursor().
| #define INITIAL_HOVER_HITTEST_THRESHOLD_PIXELS 5 |
Definition at line 54 of file diff_phase_skew_tool.cpp.
Referenced by DIFF_PHASE_SKEW_TOOL::doInitialHover().