VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
14 
15 #include <vrvUtil/DtUnicode.h>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtVideoStreamConfigurationInterface;
22  class DtVideoStream;
23 
27  {
28  public:
31 
33  virtual DtVideoStreamConfigurationInterface* create(
34  DtVideoStream& stream ) = 0;
35  };
36 
40  : public DtVirtualBaseClass
41  {
42  public:
45 
47  static DtVideoStreamConfigurationWidgetFactory& instance( DtDe& de );
48 
53  virtual void registerCreator( const DtUnicode& videoStreamClassName,
55 
60  DtVideoStream& videoStream ) = 0;
61  };
62 }
63 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)