2 #include "core/tool.hpp"
3 #include <forward_list>
7 class ToolBendLineNet :
public ToolBase {
9 ToolBendLineNet(IDocument *c, ToolID tid);
17 std::set<InToolActionID> get_actions()
const override
19 using I = InToolActionID;
28 class Junction *temp = 0;
29 std::forward_list<Junction *> junctions_placed;