VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVideoStreamEditLogic.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 #include <vrvUtil/DtUnicode.h>
16 
17 namespace makVrv
18 {
19  class DtVideoStreamEditPage;
20  class DtVideoStream;
21 
26  {
27  public:
28 
30  DtVideoStreamEditLogic( DtDe& de, DtVideoStreamEditPage& VideoStreamPage,
31  const DtUnicode& videoStreamClassName,
32  const DtUnicode& videoStreamName );
33 
35  virtual ~DtVideoStreamEditLogic();
36 
40  virtual void addVideoStream( const DtUnicode& streamType,
41  const DtUnicode& streamName );
42 
44  virtual void renameVideoStream( const DtUnicode& oldName,
45  const DtUnicode& newName );
46 
48  virtual void removeVideoStream( const DtUnicode& streamName );
49 
50  protected:
51 
54  void slot_videoStreamAdded( DtVideoStream& );
55 
58  void slot_videoStreamToBeDestroyed( DtVideoStream& );
59 
62  void slot_videoStreamAutoStartChanged( const DtVideoStream& stream,
63  bool autoStart );
64 
65  protected:
71  };
72 }
73 
74 
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:33
A unicode string.
Definition: DtUnicode.h:33
Contains DLL export macros.
DtVideoStreamEditPage provides the page dialog that creates the video stream type specific configurat...
Definition: DtVideoStreamEditPage.h:31
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
DtVideoStreamEditPage & myInterface
Definition: DtVideoStreamEditLogic.h:67
DtUnicode myInstanceName
Definition: DtVideoStreamEditLogic.h:69
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
DtVideoStreamEditLogic is the logic element for makVrv::DtVideoStreamEditPage.
Definition: DtVideoStreamEditLogic.h:25
voidpf stream
Definition: ioapi.h:39
Base class to provide boost signal/slot management.
DtSignalConnectionManager myConnections
Definition: DtVideoStreamEditLogic.h:70
DtDe & myDe
Definition: DtVideoStreamEditLogic.h:66
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtUnicode myClassName
Definition: DtVideoStreamEditLogic.h:68

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)