2 #include "util/uuid.hpp"
3 #include "nlohmann/json_fwd.hpp"
4 #include "common/common.hpp"
5 #include "util/uuid_ptr.hpp"
6 #include "common/junction.hpp"
23 NetLabel(
const UUID &uu,
const json &j,
class Sheet *sheet =
nullptr);
24 NetLabel(
const UUID &uu);
28 enum class Style { PLAIN, FLAG };
29 Style style = Style::FLAG;
31 uuid_ptr<Junction> junction;
32 Orientation orientation = Orientation::RIGHT;
34 std::set<unsigned int> on_sheets;
35 bool offsheet_refs =
true;
37 json serialize()
const;