3 #include "common/common.hpp" 4 #include "canvas/selectables.hpp" 5 #include "common/object_descr.hpp" 14 PropertyPanel(BaseObjectType *cobject,
const Glib::RefPtr<Gtk::Builder> &x, ObjectType ty,
class Core *c);
16 ObjectType get_type();
17 void update_objects(
const std::set<SelectableRef> &selection);
26 Gtk::MenuButton *button_sel;
27 Gtk::Button *button_prev;
28 Gtk::Button *button_next;
32 void update_selector();
35 Gtk::Box *editors_box =
nullptr;
36 std::deque<UUID> objects;
37 int object_current = 0;
39 void handle_changed(ObjectProperty::ID property,
const class PropertyValue &value);
40 void handle_apply_all(ObjectProperty::ID property,
const class PropertyValue &value);
42 ObjectProperty::ID last_property;
43 gint64 last_property_time;
45 sigc::connection throttle_connection;
Definition: property_editor.hpp:8
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