KiCad PCB EDA Suite
Loading...
Searching...
No Matches
actions.h File Reference
#include <tool/tool_action.h>
#include <tool/tool_event.h>

Go to the source code of this file.

Classes

class  ACTIONS
 Gather all the actions that are shared by tools. More...
 
struct  ACTIONS::INCREMENT
 
class  EVENTS
 Gather all the events that are shared by tools. More...
 

Macros

#define LEGACY_HK_NAME(x)   x
 

Typedefs

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

Macro Definition Documentation

◆ LEGACY_HK_NAME

#define LEGACY_HK_NAME (   x)    x

Definition at line 32 of file actions.h.

Typedef Documentation

◆ CLIENT_SELECTION_FILTER

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

Definition at line 37 of file actions.h.