summaryrefslogtreecommitdiffstats
path: root/src/sinkwidget.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-06-27 18:14:05 +0100
committerColin Guthrie <cguthrie@mandriva.org>2009-06-27 18:14:05 +0100
commit159609135f34c2791eee7f2d6576e50fff80fa6a (patch)
tree97e19ae990125a289394a04e88d0e668524b6713 /src/sinkwidget.h
parent7b3083df574d15941449ae8532fef472aedc1ae6 (diff)
Add support for changing ports.
This commit adds a combo box for selecting ports. Overall this implementation could have taken two paths: * Implement port selection as combo box. * Implement port selection as a button. I went for the first option as is done in selecting card profiles over the second method used for selecting devices for streams. This seems more like how a config option should be presented as opposed to a runtime type thing.
Diffstat (limited to 'src/sinkwidget.h')
-rw-r--r--src/sinkwidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sinkwidget.h b/src/sinkwidget.h
index 6c6186b..efabc7c 100644
--- a/src/sinkwidget.h
+++ b/src/sinkwidget.h
@@ -39,6 +39,9 @@ public:
virtual void onMuteToggleButton();
virtual void executeVolumeUpdate();
virtual void onDefaultToggleButton();
+
+protected:
+ virtual void onPortChange();
};
#endif