2 #include "pool/symbol.hpp" 5 #include "util/changeable.hpp" 11 void update(
const Symbol &sym);
13 std::map<std::tuple<int, bool, UUID>,
Placement> get_text_placements()
const;
14 void set_text_placements(
const std::map<std::tuple<int, bool, UUID>,
Placement> &p);
18 Gtk::Button *set_button =
nullptr;
19 const std::pair<int, bool> view;
21 std::map<UUID, Placement> text_placements;
22 void set_placements();
23 void clear_placements();
Definition: changeable.hpp:5
Definition: preview_box.hpp:8
Definition: placement.hpp:8
Definition: canvas_gl.hpp:10
Definition: symbol.hpp:70