3 #include "core/core.hpp" 4 #include "canvas/selectables.hpp" 12 void update_objects(
const std::set<SelectableRef> &selection);
14 typedef sigc::signal<void> type_signal_update;
15 type_signal_update signal_update()
17 return s_signal_update;
20 typedef sigc::signal<void, bool> type_signal_throttled;
21 type_signal_throttled signal_throttled()
23 return s_signal_throttled;
26 const std::set<SelectableRef> &get_selection()
const 28 return selection_stored;
33 type_signal_update s_signal_update;
34 type_signal_throttled s_signal_throttled;
35 std::set<SelectableRef> selection_stored;
37 void set_property(ObjectType ty,
const UUID &uu, ObjectProperty::ID property,
const class PropertyValue &value);
38 sigc::connection throttle_connection;
Definition: core_properties.hpp:7
Definition: property_panel.hpp:10
Definition: property_panels.hpp:7
Where Tools and and documents meet.
Definition: core.hpp:232
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16