From fe81cb8af20ecbe721eba55d53fa62c5e2041421 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jun 2013 04:51:32 +0000 Subject: Support removing properties from the properties dialog. You can definitely blow your leg off with this one, clever ontology awareness (e.g. required properties) would be good... git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5138 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/ObjectModel.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ingen/client/ObjectModel.hpp') diff --git a/ingen/client/ObjectModel.hpp b/ingen/client/ObjectModel.hpp index 66c3db7c..6c582812 100644 --- a/ingen/client/ObjectModel.hpp +++ b/ingen/client/ObjectModel.hpp @@ -62,6 +62,7 @@ public: const Atom& get_property(const Raul::URI& key) const; void on_property(const Raul::URI& uri, const Atom& value); + void on_property_removed(const Raul::URI& uri, const Atom& value); const Raul::Path& path() const { return _path; } const Raul::Symbol& symbol() const { return _symbol; } @@ -74,6 +75,7 @@ public: INGEN_SIGNAL(new_child, void, SPtr); INGEN_SIGNAL(removed_child, void, SPtr); INGEN_SIGNAL(property, void, const Raul::URI&, const Atom&); + INGEN_SIGNAL(property_removed, void, const Raul::URI&, const Atom&); INGEN_SIGNAL(destroyed, void); INGEN_SIGNAL(moved, void); -- cgit v1.2.1