2 #include "util/uuid.hpp"
3 #include "nlohmann/json_fwd.hpp"
4 #include "common/common.hpp"
5 #include "block/block.hpp"
6 #include "util/uuid_ptr.hpp"
7 #include "common/junction.hpp"
24 PowerSymbol(
const UUID &uu,
const json &j,
class Sheet *sheet =
nullptr,
class Block *block =
nullptr);
25 PowerSymbol(
const UUID &uu);
28 uuid_ptr<Junction> junction;
31 Orientation orientation = Orientation::DOWN;
34 UUID get_uuid()
const;
35 void update_refs(Sheet &sheet, Block &block);
37 json serialize()
const;