summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-03 21:45:57 +0000
committerDavid Robillard <d@drobilla.net>2011-12-03 21:45:57 +0000
commit74a3eb19f586e3548f59bb9ff9137703cdc45de8 (patch)
tree07d9070e88dd46e7b536b7b8aeed2e248ffc00b1 /src/PatchageModule.hpp
parent0654b5d4017b2dbd605ea9d7567f220ceeca44e1 (diff)
downloadpatchage-74a3eb19f586e3548f59bb9ff9137703cdc45de8.tar.gz
patchage-74a3eb19f586e3548f59bb9ff9137703cdc45de8.tar.bz2
patchage-74a3eb19f586e3548f59bb9ff9137703cdc45de8.zip
Don't expose canvas data structures.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3775 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r--src/PatchageModule.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index 7b8c02d..56c7980 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -27,6 +27,7 @@
#include "StateManager.hpp"
class Patchage;
+class PatchagePort;
class PatchageModule : public FlowCanvas::Module
{
@@ -40,6 +41,8 @@ public:
bool show_menu(GdkEventButton* ev);
void update_menu();
+ PatchagePort* get_port(const std::string& name);
+
void load_location();
void menu_disconnect_all();
void show_dialog() {}