VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtMetadataPublisherConfigurationWidgetFactory.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 
14 #include <vrvUtil/DtUnicode.h>
15 
16 class QWidget;
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtVideoStream;
22  class DtMetadataPublisherConfigurationWidget;
23 
28  {
29  public:
32 
35  DtVideoStream& videoStream, QWidget* parent ) = 0;
36  };
37 
40  : public DtVirtualBaseClass
41  {
42  public:
45 
48 
53  virtual void registerCreator( const DtUnicode& metadataPublisherClassName,
55 
60  const DtUnicode& metadataPublisherClassName,
61  DtVideoStream& videoStream, QWidget* parent ) = 0;
62  };
63 }
64 
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:35
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
Contains DLL export macros.
DtMetadataPublisherConfigurationCreator is the common base class used by all metadata publisher confi...
Definition: DtMetadataPublisherConfigurationWidgetFactory.h:27
Factory for registering video stream configuration widgets.
Definition: DtMetadataPublisherConfigurationWidgetFactory.h:39
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
Contains makVrv::DtVirtualBaseClass class.
DtMetadataPublisherConfigurationWidget is the common base class inherited by all metadata publisher c...
Definition: DtMetadataPublisherConfigurationWidget.h:23
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:76

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)