VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvVideoStreamQt
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
12
#include <
vrvVideoStreamQt/vrvVideoStreamQt.h
>
13
14
#include <
vrvVideoStreamQt/DtImageTaskElementConfigurationWidget.h
>
15
#include <
vrvVideoStreamQt/DtImageTaskElementConfigurationWidgetFactory.h
>
16
#include <
vrvVideoStreamQt/DtTcpImageTaskElementConfigurationInterface.h
>
17
18
class
QSpinBox
;
19
20
namespace
makVrv
21
{
22
class
DtTcpImageTaskElementConfigurationLogic;
23
27
class
DT_DLL_VRVVIDEOSTREAMQT
DtTcpImageTaskElementConfigurationWidget
28
:
public
DtImageTaskElementConfigurationWidget
29
,
public
DtTcpImageTaskElementConfigurationInterface
30
{
31
Q_OBJECT
32
33
public
:
35
DtTcpImageTaskElementConfigurationWidget
(
36
DtDe
& de,
37
int
imageTaskElementIndex,
38
DtVideoStream
& videoStream,
39
QWidget* parent );
40
42
virtual
~
DtTcpImageTaskElementConfigurationWidget
();
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
:
58
DtTcpImageTaskElementConfigurationLogic
*
myLogic
;
59
QSpinBox
*
myPortSpinBox
;
60
};
61
64
class
DT_DLL_VRVVIDEOSTREAMQT
DtTcpImageTaskElementConfigurationWidgetCreator
65
:
public
DtImageTaskElementConfigurationWidgetCreator
66
{
67
public
:
69
DtTcpImageTaskElementConfigurationWidgetCreator
(
DtDe
& de);
70
72
virtual
~
DtTcpImageTaskElementConfigurationWidgetCreator
();
73
74
protected
:
76
virtual
DtImageTaskElementConfigurationWidget
* create(
77
int
imageTaskElementIndex,
DtVideoStream
& videoStream, QWidget* parent );
78
79
protected
:
80
DtDe
&
myDe
;
81
};
82
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)