diff options
Diffstat (limited to 'include/ingen/client/ObjectModel.hpp')
-rw-r--r-- | include/ingen/client/ObjectModel.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ingen/client/ObjectModel.hpp b/include/ingen/client/ObjectModel.hpp index 50ba2805..6d4fbae5 100644 --- a/include/ingen/client/ObjectModel.hpp +++ b/include/ingen/client/ObjectModel.hpp @@ -55,6 +55,8 @@ class ObjectModel : virtual public GraphObject public: virtual ~ObjectModel(); + bool is_a(const Raul::URI& type) const; + const Raul::Atom& get_property(const Raul::URI& key) const; const Raul::Atom& set_property(const Raul::URI& key, |