From 39fd0894a1402f23ce4b5243ec595764aa11625c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Jan 2014 04:37:14 +0000 Subject: Fix documentation pane. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5256 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/PluginModel.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ingen/client') diff --git a/ingen/client/PluginModel.hpp b/ingen/client/PluginModel.hpp index 7f409f02..9c4e6b41 100644 --- a/ingen/client/PluginModel.hpp +++ b/ingen/client/PluginModel.hpp @@ -81,7 +81,7 @@ public: static std::string get_lv2_icon_path(const LilvPlugin* plugin); std::string documentation(bool html) const; - std::string port_documentation(uint32_t index) const; + std::string port_documentation(uint32_t index, bool html) const; static void set_rdf_world(Sord::World& world) { _rdf_world = &world; @@ -98,6 +98,8 @@ protected: void set(SPtr p); private: + std::string get_documentation(const LilvNode* subject, bool html) const; + Type _type; static LilvWorld* _lilv_world; -- cgit v1.2.1