VR-Forces 4.1 Class Documentation
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:
59  QSpinBox* myPortSpinBox;
60  };
61 
66  {
67  public:
70 
73 
74  protected:
77  int imageTaskElementIndex, DtVideoStream& videoStream, QWidget* parent );
78 
79  protected:
81  };
82 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)