VR-Forces 4.8 Class Documentation
 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) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include <QtWidgets/QWidget>
15 
16 #include <boost/signals.hpp>
17 
18 #include <string>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtVideoStream;
24 
25 
31  : public QWidget
32  {
33  Q_OBJECT
34 
35  public:
38  int imageTaskElementIndex, DtVideoStream& videoStream,
39  QWidget* parent );
40 
43 
45  virtual void activate() = 0;
46 
47  private:
48  // Default CTOR (unimplemented)
50 
51  // Copy CTOR (unimplemented)
54 
55  // Assignment Operator (unimplemented)
58 
59  protected:
63  };
64 }
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:33
Contains DLL export macros.
DtDe & myDe
Definition: DtImageTaskElementConfigurationWidget.h:60
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
int myImageTaskElementIndex
Definition: DtImageTaskElementConfigurationWidget.h:62
Base widget for a Image Task Element configuration widget.
Definition: DtImageTaskElementConfigurationWidget.h:30
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtVideoStream & myVideoStream
Definition: DtImageTaskElementConfigurationWidget.h:61

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)