KiCad PCB EDA Suite
Loading...
Searching...
No Matches
match_properties_tool.cpp File Reference
#include <tools/match_properties_tool.h>
#include <board.h>
#include <board_commit.h>
#include <collectors.h>
#include <dialog_shim.h>
#include <pgm_base.h>
#include <pcbnew_settings.h>
#include <properties/property_mgr.h>
#include <settings/settings_manager.h>
#include <tool/conditional_menu.h>
#include <tool/tool_manager.h>
#include <kiplatform/ui.h>
#include <preview_items/selection_area.h>
#include <status_popup.h>
#include <tools/hover_picker.h>
#include <tools/match_properties.h>
#include <tools/pcb_actions.h>
#include <tools/pcb_picker_tool.h>
#include <tools/pcb_selection_tool.h>
#include <view/view_controls.h>
#include <algorithm>
#include <wx/checklst.h>
#include <wx/clntdata.h>
#include <wx/dialog.h>
#include <wx/menu.h>
#include <wx/sizer.h>
#include <wx/stattext.h>

Go to the source code of this file.

Classes

class  MATCH_PROPERTIES_DIALOG
 The properties this kind of source can offer. More...
 

Functions

static bool hasMatchableSource (const SELECTION &aSelection)
 One item, and one the catalog can read. With several there is no saying which one leads.
 

Function Documentation

◆ hasMatchableSource()

static bool hasMatchableSource ( const SELECTION & aSelection)
static

One item, and one the catalog can read. With several there is no saying which one leads.

Definition at line 157 of file match_properties_tool.cpp.

References MATCH_PROPERTIES_CATALOG::Family(), SELECTION::Front(), and SELECTION::Size().

Referenced by MATCH_PROPERTIES_TOOL::Init().