VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTcpImageTaskElementConfigurationLogic.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 
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtVideoStream;
20  class DtUnicode;
21  class DtTcpImageTaskElementConfigurationInterface;
22 
23 
28  {
29  public:
33  int imageTaskElementIndex, DtVideoStream& videoStream );
34 
37 
39  virtual void slot_portSelected( int port );
40 
42  virtual void slot_intTaskParameterChanged( int taskIndex,
43  const DtUnicode& parameter, int value);
44 
45  protected:
51  };
52 }
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:35
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
Contains DLL export macros.
DtTcpImageTaskElementConfigurationInterface is the abstract interface for the TCP Image Task Element ...
Definition: DtTcpImageTaskElementConfigurationInterface.h:27
int myImageTaskElementIndex
Definition: DtTcpImageTaskElementConfigurationLogic.h:49
DtTcpImageTaskElementConfigurationInterface & myWidgetIf
Definition: DtTcpImageTaskElementConfigurationLogic.h:47
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
DtDe & myDe
Definition: DtTcpImageTaskElementConfigurationLogic.h:46
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Base class to provide boost signal/slot management.
DtSignalConnectionManager myConnections
Definition: DtTcpImageTaskElementConfigurationLogic.h:50
DtTcpImageTaskElementConfigurationLogic is the logic element for the DtTcpImageTaskElementConfigurati...
Definition: DtTcpImageTaskElementConfigurationLogic.h:27
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: DtTcpImageTaskElementConfigurationLogic.h:48

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)