summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-12 00:24:11 +0000
committerDavid Robillard <d@drobilla.net>2012-03-12 00:24:11 +0000
commit89272aef042d57d7be9dd50e8157849d192f13b1 (patch)
treee18e819092018c63e476aa26f0fb9790c8bfdad3 /src/gui/Port.hpp
parent4c299323440923891b9c583a354116000eb143cc (diff)
downloadingen-89272aef042d57d7be9dd50e8157849d192f13b1.tar.gz
ingen-89272aef042d57d7be9dd50e8157849d192f13b1.tar.bz2
ingen-89272aef042d57d7be9dd50e8157849d192f13b1.zip
Make port controls actually do something.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4051 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r--src/gui/Port.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp
index 465fc783..7eef8c56 100644
--- a/src/gui/Port.hpp
+++ b/src/gui/Port.hpp
@@ -57,7 +57,6 @@ public:
bool show_menu(GdkEventButton* ev);
void update_metadata();
- virtual void set_control(float value, bool signal);
void value_changed(const Raul::Atom& value);
void activity(const Raul::Atom& value);
@@ -75,10 +74,10 @@ private:
PatchWindow* get_patch_window() const;
void property_changed(const Raul::URI& key, const Raul::Atom& value);
+ void moved();
+ void on_value_changed(const Glib::VariantBase& value);
bool on_event(GdkEvent* ev);
- bool on_click(GdkEventButton* ev);
- void moved();
//static ArtVpathDash* _dash;