2#include "core/tool.hpp"
8 using ToolBase::ToolBase;
17 std::set<InToolActionID> get_actions()
const override
19 using I = InToolActionID;
20 return {I::LMB, I::CANCEL, I::RMB};
24 ToolResponse begin_paste(
const json &j);
26 class BoardPackage *target_pkg =
nullptr;
27 void update_airwires();
28 void copy_package_silkscreen_texts(BoardPackage &dest,
const class PastedPackage &src,
const json &j);
a class to store JSON values
Definition json.hpp:177