| 
    KiCad PCB EDA Suite
    
   | 
 
#include "tools/sch_actions.h"#include <bitmaps.h>#include <core/typeinfo.h>#include <layer_ids.h>#include <sch_bitmap.h>#include <sch_line_wire_bus_tool.h>#include <tool/tool_action.h>Go to the source code of this file.
Macros | |
| #define | _(s) | 
Variables | |
| const DRAW_SEGMENT_EVENT_PARAMS | drawWireActionParam = { LAYER_WIRE, false, nullptr } | 
| const DRAW_SEGMENT_EVENT_PARAMS | drawBusActionParam = { LAYER_BUS, false, nullptr } | 
| const DRAW_SEGMENT_EVENT_PARAMS | drawLinesActionParam = { LAYER_NOTES, false, nullptr } | 
| #define _ | ( | s | ) | 
Definition at line 41 of file sch_actions.cpp.
| const DRAW_SEGMENT_EVENT_PARAMS drawBusActionParam = { LAYER_BUS, false, nullptr } | 
Definition at line 1452 of file sch_actions.cpp.
| const DRAW_SEGMENT_EVENT_PARAMS drawLinesActionParam = { LAYER_NOTES, false, nullptr } | 
Definition at line 1475 of file sch_actions.cpp.
| const DRAW_SEGMENT_EVENT_PARAMS drawWireActionParam = { LAYER_WIRE, false, nullptr } | 
Definition at line 1440 of file sch_actions.cpp.