summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-08 02:36:32 +0000
committerDavid Robillard <d@drobilla.net>2011-12-08 02:36:32 +0000
commit971ba0227ab563bf264cf19c967679796209708d (patch)
tree294b802b6091f6852ca4db007b35917f8846a0ff /src/gui/Port.hpp
parentaf034f1c67ff558d2c8501c2dbe522649fea6221 (diff)
downloadingen-971ba0227ab563bf264cf19c967679796209708d.tar.gz
ingen-971ba0227ab563bf264cf19c967679796209708d.tar.bz2
ingen-971ba0227ab563bf264cf19c967679796209708d.zip
Clean up port event stuff.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3836 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp
index 3cea7bc5..465fc783 100644
--- a/src/gui/Port.hpp
+++ b/src/gui/Port.hpp
@@ -34,6 +34,7 @@ using Ingen::Client::PortModel;
namespace GUI {
class App;
+class PatchWindow;
/** A Port on an Module.
*
@@ -71,6 +72,8 @@ private:
const std::string& name,
bool flip = false);
+ PatchWindow* get_patch_window() const;
+
void property_changed(const Raul::URI& key, const Raul::Atom& value);
bool on_event(GdkEvent* ev);