20 Frame(
const UUID &uu,
const json &j);
21 Frame(
const UUID &uu);
22 static Frame new_from_file(
const std::string &filename);
23 static unsigned int get_app_version();
24 std::pair<Coordi, Coordi> get_bbox(
bool all =
false)
const;
26 UUID get_uuid()
const;
28 json serialize()
const;
31 Frame(
const Frame &sym);
32 void operator=(Frame
const &sym);
36 std::map<UUID, Junction> junctions;
37 std::map<UUID, Line> lines;
38 std::map<UUID, Arc> arcs;
39 std::map<UUID, Text> texts;
40 std::map<UUID, Polygon> polygons;
42 int64_t width = 297_mm;
43 int64_t height = 210_mm;