VR-Forces 4.8 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvVideoStreamQt
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
12
#include <
vrvVideoStreamQt/vrvVideoStreamQt.h
>
13
14
#include <
vrvUtil/DtSignalConnectionManager.h
>
15
#include <
vrvUtil/DtUnicode.h
>
16
17
namespace
makVrv
18
{
19
class
DtVideoStreamEditPage;
20
class
DtVideoStream;
21
25
class
DT_DLL_VRVVIDEOSTREAMQT
DtVideoStreamEditLogic
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
:
66
DtDe
&
myDe
;
67
DtVideoStreamEditPage
&
myInterface
;
68
DtUnicode
myClassName
;
69
DtUnicode
myInstanceName
;
70
DtSignalConnectionManager
myConnections
;
71
};
72
}
73
74
makVrv::DtVideoStream
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition:
DtVideoStream.h:33
DtUnicode.h
makVrv::DtUnicode
A unicode string.
Definition:
DtUnicode.h:33
vrvVideoStreamQt.h
Contains DLL export macros.
makVrv::DtVideoStreamEditPage
DtVideoStreamEditPage provides the page dialog that creates the video stream type specific configurat...
Definition:
DtVideoStreamEditPage.h:31
DT_DLL_VRVVIDEOSTREAMQT
#define DT_DLL_VRVVIDEOSTREAMQT
Definition:
vrvVideoStreamQt.h:20
makVrv::DtVideoStreamEditLogic::myInterface
DtVideoStreamEditPage & myInterface
Definition:
DtVideoStreamEditLogic.h:67
makVrv::DtVideoStreamEditLogic::myInstanceName
DtUnicode myInstanceName
Definition:
DtVideoStreamEditLogic.h:69
makVrv::DtSignalConnectionManager
Class to manage disconnection of boost connections on deletion.
Definition:
DtSignalConnectionManager.h:24
makVrv::DtVideoStreamEditLogic
DtVideoStreamEditLogic is the logic element for makVrv::DtVideoStreamEditPage.
Definition:
DtVideoStreamEditLogic.h:25
stream
voidpf stream
Definition:
ioapi.h:39
DtSignalConnectionManager.h
Base class to provide boost signal/slot management.
makVrv::DtVideoStreamEditLogic::myConnections
DtSignalConnectionManager myConnections
Definition:
DtVideoStreamEditLogic.h:70
makVrv::DtVideoStreamEditLogic::myDe
DtDe & myDe
Definition:
DtVideoStreamEditLogic.h:66
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application.
Definition:
DtDe.h:69
makVrv::DtVideoStreamEditLogic::myClassName
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
)