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);
15 void set_canvas_appearance(
const class Appearance &a);
19 Gtk::Button *set_button =
nullptr;
20 const std::pair<int, bool> view;
22 std::map<UUID, Placement> text_placements;
23 void set_placements();
24 void clear_placements();
Definition: changeable.hpp:5
Definition: preview_box.hpp:8
Definition: placement.hpp:8
Definition: appearance.hpp:7
Definition: canvas_gl.hpp:13
Definition: symbol.hpp:74