2#include "common/shape.hpp"
3#include "core/tool.hpp"
10 using ToolBase::ToolBase;
14 std::set<InToolActionID> get_actions()
const override
16 using I = InToolActionID;
18 I::LMB, I::CANCEL, I::RMB, I::EDIT, I::ROTATE,
24 std::forward_list<Shape *> shapes_placed;
26 void create_shape(
const Coordi &c);
For commonly used Pad shapes.
Definition shape.hpp:15