|
KiCad PCB EDA Suite
|
#include "dialog_find_by_properties.h"#include <pcb_edit_frame.h>#include <board.h>#include <footprint.h>#include <pad.h>#include <pcb_track.h>#include <pcb_shape.h>#include <pcb_text.h>#include <zone.h>#include <tool/tool_manager.h>#include <tools/pcb_selection_tool.h>#include <tools/pcb_actions.h>#include <tool/actions.h>#include <properties/property_mgr.h>#include <properties/property.h>#include <properties/pg_properties.h>#include <scintilla_tricks.h>#include <pcbexpr_evaluator.h>#include <drc/drc_rule_condition.h>#include <project.h>#include <project/project_file.h>#include <wx/grid.h>#include <wx/stc/stc.h>#include <wx/msgdlg.h>#include <wx/regex.h>#include <algorithm>