2 #include "common/shape.hpp"
3 #include "core/tool.hpp"
4 #include <forward_list>
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);
Definition: idocument.hpp:5
For commonly used Pad shapes.
Definition: shape.hpp:18