VR-Forces 4.1 Class Documentation
DtImageTaskElementConfigurationWidget.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 
14 #include <QtGui/QWidget>
15 
16 #include <boost/signals.hpp>
17 
18 #include <string>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtVideoStream;
24 
25 
31  : public QWidget
32  {
33  Q_OBJECT
34 
35  public:
38  int imageTaskElementIndex, DtVideoStream& videoStream,
39  QWidget* parent );
40 
43 
45  virtual void activate() = 0;
46 
47  private:
48  // Default CTOR (unimplemented)
50 
51  // Copy CTOR (unimplemented)
54 
55  // Assignment Operator (unimplemented)
58 
59  protected:
63  };
64 }

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)