2 #include "core/tool.hpp"
6 class ToolDrawConnectionLine :
public ToolBase {
8 ToolDrawConnectionLine(IDocument *c, ToolID tid);
12 std::set<InToolActionID> get_actions()
const override
14 using I = InToolActionID;
23 class Junction *temp_junc = 0;
24 class ConnectionLine *temp_line = 0;
25 class ConnectionLine *temp_line_last = 0;
26 class ConnectionLine *temp_line_last2 = 0;
27 class Net *temp_net =
nullptr;