VR-Forces 4.1.1 Class Documentation
DtWebSocketImageTaskElementConfigurationWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
14 
16 
19 
20 class QSpinBox;
21 
22 namespace makVrv
23 {
24  class DtUnicode;
25  class DtWebSocketImageTaskElementConfigurationLogic;
26  class DtDe;
27  class DtVideoStream;
28 
34  {
35  Q_OBJECT
36 
37  public:
40  int imageTaskElementIndex, DtVideoStream& videoStream,
41  QWidget* parent );
42 
45 
47  void setupGui();
48 
50  virtual void activate();
51 
53  virtual void setPort( int port );
54 
55  protected slots:
56 
58  virtual void onPortChanged( int port );
59 
60  protected:
62  QSpinBox* myPortSpinBox;
63  };
64 
69  {
70  public:
72 
75 
78 
79  protected:
82  int imageTaskElementIndex, DtVideoStream& videoStream, QWidget* parent );
83 
84  protected:
86  };
87 }
88 
89 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)