From 0a84f669d3d4c72c498b01b999dd89af7f917480 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 Sep 2004 00:02:32 +0000 Subject: update to new API show source and source_output latencies ad kill buttons to client/sink_input/source_output (incomplete) add vumeter buttons to sink/source git-svn-id: file:///home/lennart/svn/public/paman/trunk@33 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/SourceWindow.hh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/SourceWindow.hh') diff --git a/src/SourceWindow.hh b/src/SourceWindow.hh index 315f8d9..a8a699b 100644 --- a/src/SourceWindow.hh +++ b/src/SourceWindow.hh @@ -14,13 +14,16 @@ public: *indexLabel, *sampleTypeLabel, *ownerModuleLabel, - *monitorOfSinkLabel; + *monitorOfSinkLabel, + *latencyLabel; Gtk::Button *closeButton, *toParentSinkButton, - *toOwnerModuleButton; + *toOwnerModuleButton, + *volumeMeterButton; uint32_t monitor_of_sink, owner_module; + Glib::ustring source_name; void updateInfo(const SourceInfo &i); @@ -28,6 +31,7 @@ public: virtual void onParentSinkButton(); virtual void onToOwnerModuleButton(); virtual bool on_delete_event(GdkEventAny* e); + virtual void onVolumeMeterButton(); }; #endif -- cgit