13 #ifndef DtChannelManager_H_
14 #define DtChannelManager_H_
19 #include <boost/signals.hpp>
27 class DtChannelConfiguration;
30 class DtChannelManagerSignaler;
54 virtual DtChannel& addChannel(
const std::string& displayName,
const std::string& windowName,
58 virtual void destroyChannels();
61 virtual void destroyChannel(
const std::string& displayName,
const std::string& windowName,
62 const std::string& channelName);
65 virtual bool modifyChannel(
const std::string& displayName,
const std::string& windowName,
70 DtChannel* findChannelByName(
const std::string& name);
71 const DtChannel* findChannelByName(
const std::string& name)
const;
85 virtual void realizeChannels(
const std::string& windowName );
88 virtual void updateAllChannelProjections();