2 #include "core/tool.hpp"
3 #include "canvas/selectables.hpp"
4 #include "util/placement.hpp"
26 void expand_selection();
28 void save_placements();
29 void apply_placements_rotation(
int angle);
30 void apply_placements_scale(
double sc);
31 enum class State { ORIGIN, ROTATE, REF, SCALE };
32 State state = State::ORIGIN;
33 std::map<SelectableRef, Placement> placements;
34 class CanvasAnnotation *annotation =
nullptr;
Definition: idocument.hpp:5
Your typical coordinate class.
Definition: common.hpp:74