VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVideoStreamListInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
10 
12 
13 #include <vrvUtil/DtUnicode.h>
14 
15 #include <boost/signal.hpp>
16 
17 namespace makVrv
18 {
23  {
24  public:
25 
28 
30  virtual ~DtVideoStreamListInterface();
31 
34  {
43  Unavailable
44  };
45 
47  virtual void addVideoStream(const DtUnicode& streamName,
49 
51  virtual void removeVideoStream(const DtUnicode& streamName) = 0;
52 
54  virtual void setCurrentVideoStream(const DtUnicode& streamName) = 0;
55 
57  virtual void setActionButtonState(VideoStreamState state) = 0;
58 
60  virtual void setVideoStreamState(const DtUnicode& streamName,
61  VideoStreamState state) = 0;
62 
64  virtual void setVideoStreamAutoStartState(
65  const DtUnicode& streamName, bool autoStart ) = 0;
66 
69  boost::signal<void (const DtUnicode&)> signal_currentVideoStreamChanged;
70 
73  boost::signal<void ()> signal_toggleCurrentVideoStreamState;
74 
78 
81  boost::signal<void ()> signal_editClicked;
82  };
83 }
84 
85 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)