3 #include "schematic/net_label.hpp"
4 #include "tool_place_junction.hpp"
5 #include "tool_helper_draw_net_setting.hpp"
6 #include <forward_list>
16 std::forward_list<NetLabel *> labels_placed;
17 void create_attached()
override;
18 void delete_attached()
override;
19 bool begin_attached()
override;
20 bool update_attached(
const ToolArgs &args)
override;
21 bool check_line(
LineNet *li)
override;
23 Orientation last_orientation = Orientation::RIGHT;
24 void apply_settings()
override;
LineNet is similar to Line, except it denotes electrical connection.
Definition: line_net.hpp:24
Displays the junction's Net name it is attached to.
Definition: net_label.hpp:21
Where Tools and and documents meet.
Definition: core.hpp:240