VR-Forces 4.1.1 Class Documentation
DtMinimumMsPublisherConfigurationWidget.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 
18 
19 #include <vrvUtil/DtUnicode.h>
20 
21 #include <boost/signals.hpp>
22 
23 
24 class QLineEdit;
25 
26 namespace makVrv
27 {
28  class DtDe;
29  class DtVideoStream;
30  class DtMinimumMsPublisherConfigurationLogic;
31 
32 
38  {
39  Q_OBJECT
40 
41  public:
43 
46 
48  void setupGui();
49 
51  virtual void setObserverName( const DtUnicode& name );
52 
53  protected slots:
54 
56  virtual void onObserverNameChanged();
57 
58  protected:
61  DtVideoStream& videoStream, QWidget* parent );
62 
63  protected:
68  };
69 
74  {
75  public:
77 
80 
83 
84  protected:
87  DtVideoStream& videoStream, QWidget* parent );
88 
89  protected:
91  };
92 }

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)