3 #include "schematic/power_symbol.hpp"
4 #include "tool_place_junction.hpp"
5 #include <forward_list>
15 void create_attached()
override;
16 void delete_attached()
override;
17 bool begin_attached()
override;
18 bool update_attached(
const ToolArgs &args)
override;
19 bool check_line(
LineNet *li)
override;
21 std::forward_list<PowerSymbol *> symbols_placed;
25 bool do_merge(
Net *other);
LineNet is similar to Line, except it denotes electrical connection.
Definition: line_net.hpp:24
Where Tools and and documents meet.
Definition: core.hpp:240
GND symbols and the like.
Definition: power_symbol.hpp:23