diff options
author | Colin Guthrie <cguthrie@mandriva.org> | 2009-06-28 16:38:39 +0100 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2009-06-28 16:38:39 +0100 |
commit | f1a23af603dfb250c10f8a4ec6a6f9acbd80d972 (patch) | |
tree | 09cf272b4870b6d33085d2d4b1d9b4ad3dd5aec3 /src/sinkinputwidget.h | |
parent | ac052e1a30d1aeb7c514f9dd4eb8e6fb50382185 (diff) |
Restructure the class inheritance a bit.
This just shuffles around the streamwidget a bit. The RoleWidget child class is the
exception, so try and gear things around SinkInput/SourceOutput widgets more to
save repeating the same code too much.
Diffstat (limited to 'src/sinkinputwidget.h')
-rw-r--r-- | src/sinkinputwidget.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sinkinputwidget.h b/src/sinkinputwidget.h index bab7f4b..11893ff 100644 --- a/src/sinkinputwidget.h +++ b/src/sinkinputwidget.h @@ -33,8 +33,6 @@ public: static SinkInputWidget* create(MainWindow* mainWindow); ~SinkInputWidget(void); - void init(MainWindow* mainWindow); - SinkInputType type; uint32_t index, clientIndex; @@ -42,17 +40,12 @@ public: uint32_t sinkIndex(); virtual void executeVolumeUpdate(); virtual void onDeviceChangePopup(); - virtual bool onContextTriggerEvent(GdkEventButton*); virtual void onMuteToggleButton(); virtual void onKill(); private: - MainWindow *mpMainWindow; uint32_t mSinkIndex; - Gtk::Menu contextMenu; - Gtk::MenuItem terminate; - void clearMenu(); void buildMenu(); |