VR-Forces 5.0.2 Developer's Guide
 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) 2021 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 
67  virtual void slot_refreshIcons();
68 
69  protected:
75  };
76 }
77 
78 
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:35
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
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:71
DtUnicode myInstanceName
Definition: DtVideoStreamEditLogic.h:73
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
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:74
DtDe & myDe
Definition: DtVideoStreamEditLogic.h:70
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtUnicode myClassName
Definition: DtVideoStreamEditLogic.h:72

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)