From 190e2cf3c91f8bd5b1a6f69d00e84a108c743898 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 12 Jun 2006 00:41:00 +0000 Subject: Metadata working based on Store signals (node positions restored) git-svn-id: http://svn.drobilla.net/lad/grauph@29 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/Store.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libs/client/Store.h') diff --git a/src/libs/client/Store.h b/src/libs/client/Store.h index 2b32dde6..3c3f72fa 100644 --- a/src/libs/client/Store.h +++ b/src/libs/client/Store.h @@ -41,7 +41,7 @@ class PortModel; */ class Store { public: - CountedPtr plugin(const string& uri); + CountedPtr plugin(const string& uri); CountedPtr object(const string& path); CountedPtr patch(const string& path); CountedPtr node(const string& path); @@ -73,7 +73,8 @@ private: void new_patch_event(const string& path, uint32_t poly); void new_node_event(const string& plugin_type, const string& plugin_uri, const string& node_path, bool is_polyphonic, uint32_t num_ports); void new_port_event(const string& path, const string& data_type, bool is_output); - + void metadata_update_event(const string& subject_path, const string& predicate, const string& value); + map > m_objects; ///< Keyed by Om path map > m_plugins; ///< Keyed by URI }; -- cgit v1.2.1