From 1f9bb4bea5427c1bf236e8698855048ef35f3a81 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Aug 2004 15:11:05 +0000 Subject: half work git-svn-id: file:///home/lennart/svn/public/paman/trunk@4 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- ServerInfo.hh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ServerInfo.hh') diff --git a/ServerInfo.hh b/ServerInfo.hh index 6dea7a9..f6db437 100644 --- a/ServerInfo.hh +++ b/ServerInfo.hh @@ -31,6 +31,9 @@ public: uint32_t volume; uint32_t latency; + Gtk::TreePath treePath; + bool treePathValid; + SinkWindow *sinkWindow; }; @@ -48,6 +51,9 @@ public: uint32_t owner_module; uint32_t monitor_of_sink; + Gtk::TreePath treePath; + bool treePathValid; + SourceWindow *sourceWindow; }; @@ -64,6 +70,9 @@ public: SourceInfo* getSourceInfo(uint32_t index); SinkInfo* getSinkInfo(uint32_t index); + + void removeSinkInfo(uint32_t index); + void removeSourceInfo(uint32_t index); protected: std::map sinks; -- cgit