VR-Forces 4.8 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 
A unicode string.
Definition: DtUnicode.h:33
Contains DLL export macros.
DtVideoStreamListInterface defines the interface to the video stream list.
Definition: DtVideoStreamListInterface.h:22
boost::signal< void(const DtUnicode &)> signal_currentVideoStreamChanged
Signal raised by this video stream list widget when the current video stream selection changes...
Definition: DtVideoStreamListInterface.h:69
boost::signal< void()> signal_editClicked
Signal raised by this video stream list widget when the edit button is clicked.
Definition: DtVideoStreamListInterface.h:81
Video stream is stopped (but available to be started)
Definition: DtVideoStreamListInterface.h:36
Video stream is running.
Definition: DtVideoStreamListInterface.h:38
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
VideoStreamState
Enumerate possible video stream states.
Definition: DtVideoStreamListInterface.h:33
boost::signal< void()> signal_toggleCurrentVideoStreamState
Signal raised by this video stream list widget when the action button is clicked, starting or stoppin...
Definition: DtVideoStreamListInterface.h:73
boost::signal< void()> signal_toggleCurrentVideoStreamAutoStartState
Signal raised by this video stream list widget when the auto start button is clicked.
Definition: DtVideoStreamListInterface.h:77
Unimplemented.
Definition: DtVideoStreamListInterface.h:40

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)