summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/NodeModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-26 16:19:58 +0000
committerDavid Robillard <d@drobilla.net>2007-07-26 16:19:58 +0000
commit6af49fb89facc67f369ede8cce6c315fd705d3cc (patch)
tree2ac10884581eccf828e8ad96f33d619bbff2b0ba /src/libs/gui/NodeModule.hpp
parentf7368e7850307de97b024238a4f520afe1150c8b (diff)
downloadingen-6af49fb89facc67f369ede8cce6c315fd705d3cc.tar.gz
ingen-6af49fb89facc67f369ede8cce6c315fd705d3cc.tar.bz2
ingen-6af49fb89facc67f369ede8cce6c315fd705d3cc.zip
Fix various Table bugs (and put some way too slow code in there, but hey, it works).
Use PathTable for models on the client side. Implement renaming on client side. git-svn-id: http://svn.drobilla.net/lad/ingen@636 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/NodeModule.hpp')
-rw-r--r--src/libs/gui/NodeModule.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/gui/NodeModule.hpp b/src/libs/gui/NodeModule.hpp
index b68d1143..b554a64c 100644
--- a/src/libs/gui/NodeModule.hpp
+++ b/src/libs/gui/NodeModule.hpp
@@ -79,6 +79,8 @@ protected:
void add_port(SharedPtr<PortModel> port, bool resize=true);
void remove_port(SharedPtr<PortModel> port);
+ void renamed();
+
SharedPtr<NodeModel> _node;
NodeMenu _menu;
};