VR-Forces 4.1 Class Documentation
DtTransformImageTaskElementConfigurationLogic.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 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtVideoStream;
20  class DtUnicode;
21  class DtTransformImageTaskElementConfigurationInterface;
22 
23 
28  {
29  public:
33  int imageTaskElementIndex, DtVideoStream& videoStream );
34 
37 
39  virtual void slot_flipImageSelected( bool enabled );
40 
42  virtual void slot_resampleImageSelected( bool enabled );
43 
45  virtual void slot_scaleImageSelected( bool enabled );
46 
48  virtual void slot_bitDepthSelected( int bpp );
49 
51  virtual void slot_scaleXSelected( int scaleX );
52 
54  virtual void slot_scaleYSelected( int scaleY );
55 
57  virtual void slot_intTaskParameterChanged( int taskIndex,
58  const DtUnicode& parameter, int value);
59 
61  virtual void slot_boolTaskParameterChanged( int taskindex,
62  const DtUnicode& parameter, bool value );
63 
64  protected:
70  };
71 }

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)