KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_selection_tool.h File Reference
#include <functional>
#include <memory>
#include <math/vector2d.h>
#include <project/board_project_settings.h>
#include <tool/action_menu.h>
#include <tool/selection_tool.h>
#include <tool/tool_menu.h>
#include <tools/pcb_selection_conditions.h>
#include <tools/pcb_tool_base.h>
#include <tools/pcb_selection.h>

Go to the source code of this file.

Classes

class  PCB_SELECTION_TOOL
 The selection tool: currently supports: More...
 

Namespaces

namespace  KIGFX
 The Cairo implementation of the graphics abstraction layer.
 

Typedefs

using CLIENT_SELECTION_FILTER = std::function< void(const VECTOR2I &, GENERAL_COLLECTOR &, PCB_SELECTION_TOOL *)>
 

Typedef Documentation

◆ CLIENT_SELECTION_FILTER

using CLIENT_SELECTION_FILTER = std::function<void( const VECTOR2I&, GENERAL_COLLECTOR&, PCB_SELECTION_TOOL* )>

Definition at line 54 of file pcb_selection_tool.h.