2 #include "common/polygon.hpp"
3 #include "core/tool.hpp"
4 #include <forward_list>
18 std::set<InToolActionID> get_actions()
const override
20 using I = InToolActionID;
30 Polygon *poly =
nullptr;
31 Polygon::Vertex *vertex =
nullptr;
33 unsigned int n_vertices_placed = 0;
34 bool flip_direction =
false;
36 void add_vertex(
const Coordi &c);
Definition: idocument.hpp:5