3 #include "tool_place_junction.hpp"
4 #include <forward_list>
14 void create_attached()
override;
15 void delete_attached()
override;
16 bool begin_attached()
override;
17 bool update_attached(
const ToolArgs &args)
override;
18 bool check_line(
class LineNet *li)
override;
20 Orientation last_orientation = Orientation::RIGHT;
21 std::forward_list<class BusLabel *> labels_placed;
22 class Bus *bus =
nullptr;
LineNet is similar to Line, except it denotes electrical connection.
Definition: line_net.hpp:24
Makes a Bus available on the schematic.
Definition: bus_label.hpp:22
A Bus is used for grouping nets.
Definition: bus.hpp:21
Where Tools and and documents meet.
Definition: core.hpp:240