VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTcpImageTaskElementConfigurationWidget.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 
17 
18 class QSpinBox;
19 
20 namespace makVrv
21 {
22  class DtTcpImageTaskElementConfigurationLogic;
23 
30  {
31  Q_OBJECT
32 
33  public:
36  DtDe& de,
37  int imageTaskElementIndex,
38  DtVideoStream& videoStream,
39  QWidget* parent );
40 
43 
45  void setupGui();
46 
48  virtual void activate();
49 
51  virtual void setPort( int size );
52 
53  protected slots:
55  virtual void onPortChanged( int port );
56 
57  protected:
60  };
61 
66  {
67  public:
70 
73 
74  protected:
77  int imageTaskElementIndex, DtVideoStream& videoStream, QWidget* parent );
78 
79  protected:
81  };
82 }
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:34
QSpinBox * myPortSpinBox
Definition: DtTcpImageTaskElementConfigurationWidget.h:59
DtTcpImageTaskElementConfigurationLogic * myLogic
Definition: DtTcpImageTaskElementConfigurationWidget.h:58
Contains DLL export macros.
DtTcpImageTaskElementConfigurationWidget provides the GUI for configuration of TCP Process Image Task...
Definition: DtTcpImageTaskElementConfigurationWidget.h:27
DtTcpImageTaskElementConfigurationInterface is the abstract interface for the TCP Image Task Element ...
Definition: DtTcpImageTaskElementConfigurationInterface.h:27
voidpf void uLong size
Definition: ioapi.h:39
Contains makVrv::DtImageTaskElementConfigurationWidgetFactory class and makVrv::DtImageTaskElementCon...
DtDe & myDe
Definition: DtTcpImageTaskElementConfigurationWidget.h:80
Creator for the TCP process image task element configuration widget.
Definition: DtTcpImageTaskElementConfigurationWidget.h:64
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
Creator interface to process image task type-specific configuration widgets.
Definition: DtImageTaskElementConfigurationWidgetFactory.h:28
Base widget for a Image Task Element configuration widget.
Definition: DtImageTaskElementConfigurationWidget.h:28
DtTcpImageTaskElementConfigurationLogic is the logic element for the DtTcpImageTaskElementConfigurati...
Definition: DtTcpImageTaskElementConfigurationLogic.h:27
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtTcpImageTaskElementConfigurationInterface class.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)