VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvVideoStreamQt
DtVideoStreamConfigurationWidgetFactory.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
10
11
#pragma once
12
13
#include <
vrvVideoStreamQt/vrvVideoStreamQt.h
>
14
15
#include <
vrvUtil/DtUnicode.h
>
16
#include <
vrvUtil/DtVirtualBaseClass.h
>
17
18
namespace
makVrv
19
{
20
class
DtDe;
21
class
DtVideoStreamConfigurationInterface;
22
class
DtVideoStream;
23
26
class
DT_DLL_VRVVIDEOSTREAMQT
DtVideoStreamConfigurationWidgetCreator
27
{
28
public
:
30
virtual
~
DtVideoStreamConfigurationWidgetCreator
();
31
33
virtual
DtVideoStreamConfigurationInterface
* create(
34
DtVideoStream
& stream ) = 0;
35
};
36
39
class
DT_DLL_VRVVIDEOSTREAMQT
DtVideoStreamConfigurationWidgetFactory
40
:
public
DtVirtualBaseClass
41
{
42
public
:
44
virtual
~
DtVideoStreamConfigurationWidgetFactory
();
45
47
static
DtVideoStreamConfigurationWidgetFactory
& instance(
DtDe
& de );
48
53
virtual
void
registerCreator(
const
DtUnicode
& videoStreamClassName,
54
DtVideoStreamConfigurationWidgetCreator
* creator ) = 0;
55
59
virtual
DtVideoStreamConfigurationInterface
* create(
60
DtVideoStream
& videoStream ) = 0;
61
};
62
}
63
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)