From 4b682a9eba6590d8fe090f68dda6afe59ae64f85 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 15 Aug 2004 11:27:34 +0000 Subject: Move everything to src/ directory git-svn-id: file:///home/lennart/svn/public/paman/trunk@8 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- SinkWindow.hh | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 SinkWindow.hh (limited to 'SinkWindow.hh') diff --git a/SinkWindow.hh b/SinkWindow.hh deleted file mode 100644 index 32557c4..0000000 --- a/SinkWindow.hh +++ /dev/null @@ -1,45 +0,0 @@ -#ifndef foosinkwindowhhfoo -#define foosinkwindowhhfoo - -#include -#include - -class SinkWindow; - -#include "ServerInfo.hh" - -class SinkWindow : public Gtk::Window { -public: - SinkWindow(BaseObjectType* cobject, const Glib::RefPtr& refGlade); - static SinkWindow* create(); - - Gtk::Label *nameLabel, - *descriptionLabel, - *indexLabel, - *sampleTypeLabel, - *latencyLabel, - *ownerModuleLabel, - *monitorSourceLabel, - *volumeLabel; - - Gtk::Button *closeButton, - *toMonitorSourceButton, - *toOwnerModuleButton, - *volumeResetButton, - *volumeMuteButton; - - Gtk::HScale *volumeScale; - - uint32_t index, owner_module, monitor_source; - - void updateInfo(const SinkInfo &i); - - virtual void onCloseButton(); - virtual void onToMonitorSourceButton(); - virtual void onToOwnerModuleButton(); - virtual void onVolumeScaleValueChanged(); - virtual void onVolumeResetButton(); - virtual void onVolumeMuteButton(); -}; - -#endif -- cgit