3 #include "tool_helper_merge.hpp" 4 #include "tool_helper_move.hpp" 27 void update_selection_center();
28 void expand_selection();
30 enum class Mode { X, Y, ARB };
31 Mode mode = Mode::ARB;
33 void do_move(
const Coordi &c);
38 bool update_airwires =
true;
43 std::set<class Plane *> planes;
Where Tools and and documents meet.
Definition: core.hpp:232