VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVideoStreamListLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtVideoStream;
20 
25  {
26  public:
27 
30 
32  virtual ~DtVideoStreamListLogic();
33 
34  protected:
35 
38  virtual void slot_currentVideoStreamChanged(const DtUnicode& driver);
39 
42  virtual void slot_currentVideoStreamStateToggle();
43 
46  virtual void slot_editClicked();
47 
50  virtual void slot_toggleCurrentVideoStreamAutoStartState();
51 
54  virtual void slot_videoStreamCreated( DtVideoStream& stream );
55 
58  virtual void slot_videoStreamDestroyed( DtVideoStream& stream );
59 
62  virtual void slot_videoStreamStatusChanged( const DtVideoStream& stream );
63 
66  virtual void slot_videoStreamAutoStartChanged(
67  const DtVideoStream& stream );
68 
72  const DtVideoStream& stream );
73 
74  protected:
75 
77  void initializeInterface();
78 
79  protected:
80 
85 
86  };
87 }
88 
89 
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:34
DtDe & myDe
Definition: DtVideoStreamListLogic.h:81
A unicode string.
Definition: DtUnicode.h:33
DtVideoStreamListLogic is the logic element for the DtVideoStreamListWidget.
Definition: DtVideoStreamListLogic.h:24
DtVideoStreamListInterface defines the interface to the video stream list.
Definition: DtVideoStreamListInterface.h:22
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
VideoStreamState
Enumerate possible video stream states.
Definition: DtVideoStreamListInterface.h:33
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
voidpf stream
Definition: ioapi.h:39
Contains makVrv::DtVideoStreamListInterface class.
Base class to provide boost signal/slot management.
DtSignalConnectionManager myConnections
Definition: DtVideoStreamListLogic.h:83
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtVideoStreamListInterface & myInterface
Definition: DtVideoStreamListLogic.h:82
DtVideoStream * myCurrentVideoStream
Definition: DtVideoStreamListLogic.h:84

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)