2#include "core/tool.hpp"
3#include "tool_helper_map_symbol.hpp"
4#include "tool_helper_move.hpp"
13 std::set<InToolActionID> get_actions()
const override
15 using I = InToolActionID;
17 I::LMB, I::CANCEL, I::RMB, I::ROTATE, I::MIRROR, I::EDIT,
31 unsigned int current_gate = 0;
33 std::vector<const class Gate *> gates;
A Component is an instanced Entity in a Block.
Definition component.hpp:40
Definition idocument.hpp:5
Definition schematic_symbol.hpp:15
This class encapsulates a UUID and allows it to be uses as a value type.
Definition uuid.hpp:16