summaryrefslogtreecommitdiffstats
path: root/src/client/PluginModel.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-22 17:29:36 +0000
committerDavid Robillard <d@drobilla.net>2008-11-22 17:29:36 +0000
commitae9644045846190f13dda828e2f75115f2c8601f (patch)
treeff0682b600558533f1b9cf3b3f1008142dc60544 /src/client/PluginModel.hpp
parentbb8bf97474863c14e6f22bdbeb4d77990e830e1d (diff)
downloadingen-ae9644045846190f13dda828e2f75115f2c8601f.tar.gz
ingen-ae9644045846190f13dda828e2f75115f2c8601f.tar.bz2
ingen-ae9644045846190f13dda828e2f75115f2c8601f.zip
Add status bar to display information about objects on mouse hover.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1769 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/PluginModel.hpp')
-rw-r--r--src/client/PluginModel.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/PluginModel.hpp b/src/client/PluginModel.hpp
index 53bf668c..c59da63b 100644
--- a/src/client/PluginModel.hpp
+++ b/src/client/PluginModel.hpp
@@ -57,9 +57,9 @@ public:
const string symbol() const { return string_property("lv2:symbol"); }
const string name() const { return string_property("doap:name"); }
- string default_node_symbol();
+ string default_node_symbol() const;
string human_name();
- string port_human_name(uint32_t index);
+ string port_human_name(uint32_t index) const;
#ifdef HAVE_SLV2
static SLV2World slv2_world() { return _slv2_world; }