VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtImageTaskElementConfigurationWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include <QtWidgets/QWidget>
15 
16 #include <string>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtVideoStream;
22 
23 
29  : public QWidget
30  {
31  Q_OBJECT
32 
33  public:
36  int imageTaskElementIndex, DtVideoStream& videoStream,
37  QWidget* parent );
38 
41 
43  virtual void activate() = 0;
44 
45  private:
46  // Default CTOR (unimplemented)
48 
49  // Copy CTOR (unimplemented)
52 
53  // Assignment Operator (unimplemented)
56 
57  protected:
61  };
62 }
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:35
Contains DLL export macros.
DtDe & myDe
Definition: DtImageTaskElementConfigurationWidget.h:58
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
int myImageTaskElementIndex
Definition: DtImageTaskElementConfigurationWidget.h:60
Base widget for a Image Task Element configuration widget. All DtImageTaskElementConfigurationWidgetF...
Definition: DtImageTaskElementConfigurationWidget.h:28
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
DtVideoStream & myVideoStream
Definition: DtImageTaskElementConfigurationWidget.h:59

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)