VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCompressImageTaskElementConfigurationInterface.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 <boost/signals.hpp>
15 
16 #include <list>
17 
18 namespace makVrv
19 {
20  class DtUnicode;
21 
25  {
26  public:
29 
32 
34  virtual void setQuality( int quality ) = 0;
35 
37  virtual void setCompressionType( const DtUnicode& type ) = 0;
38 
40  virtual void setCompressionTypeValues( const std::list<DtUnicode>& data ) = 0;
41 
43  boost::signal< void ( int )> signal_qualitySelected;
44 
46  boost::signal< void ( const DtUnicode& )> signal_compressionTypeSelected;
47 
48  protected:
49 
50  };
51 }
A unicode string.
Definition: DtUnicode.h:33
Contains DLL export macros.
Interface for a Image Task Element configuration widget.
Definition: DtCompressImageTaskElementConfigurationInterface.h:24
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
boost::signal< void(const DtUnicode &)> signal_compressionTypeSelected
Signal raised by widget when a new compression type is selected.
Definition: DtCompressImageTaskElementConfigurationInterface.h:46
boost::signal< void(int)> signal_qualitySelected
Signal raised by widget when a new quality value is selected.
Definition: DtCompressImageTaskElementConfigurationInterface.h:43

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)