2#include "core/tool.hpp"
3#include "tool_helper_merge.hpp"
4#include "tool_helper_move.hpp"
5#include "nlohmann/json.hpp"
17 std::set<InToolActionID> get_actions()
const override
19 using I = InToolActionID;
21 I::LMB, I::CANCEL, I::RMB, I::ROTATE, I::MIRROR, I::RESTRICT,
26 void fix_layer(
int &la);
34 bool pool_update_pending =
false;
35 void transform(
Coordi &c)
const;
36 void transform(
class Placement &p, ObjectType type)
const;
39 void update_airwires();
Definition board_package.hpp:13
Definition idocument.hpp:5
Definition pasted_package.hpp:9
Definition picture.hpp:10
Definition placement.hpp:8
a class to store JSON values
Definition json.hpp:177