2#include "core/tool.hpp"
3#include "parameter/set.hpp"
8 using ToolBase::ToolBase;
12 std::set<InToolActionID> get_actions()
const override
14 using I = InToolActionID;
16 I::LMB, I::CANCEL, I::RMB, I::ROTATE, I::EDIT,
21 std::shared_ptr<const class Padstack> padstack;
22 class Pad *temp =
nullptr;
23 ParameterSet temp_param;
24 void create_pad(
const Coordi &c);