camerauis/cameraapp/generic/inc/CamVideoPreCaptureContainer.h
branchRCL_3
changeset 7 dbec5787fa68
parent 3 8b2d6d0384b0
equal deleted inserted replaced
3:8b2d6d0384b0 7:dbec5787fa68
    20 #define CAMVIDEOPRECAPTURECONTAINER_H
    20 #define CAMVIDEOPRECAPTURECONTAINER_H
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include "CamPreCaptureContainerBase.h"
    23 #include "CamPreCaptureContainerBase.h"
    24 
    24 
       
    25 class MTouchFeedback;
       
    26 
    25 // CLASS DECLARATION
    27 // CLASS DECLARATION
    26 
    28 
    27 /**
    29 /**
    28 * Container for video image pre capture view
    30 * Container for video image pre capture view
    29 */
    31 */
   262     // Normal location of video file type indicator
   264     // Normal location of video file type indicator
   263     TRect iFileTypeIndicatorPosition;
   265     TRect iFileTypeIndicatorPosition;
   264     
   266     
   265     // Position to move the resolution icon to during video capture
   267     // Position to move the resolution icon to during video capture
   266     TRect iResolutionIndicatorVidcapPosition;
   268     TRect iResolutionIndicatorVidcapPosition;
       
   269     
       
   270     MTouchFeedback *iFeedback;
   267 
   271 
   268   // =======================================================
   272   // =======================================================
   269   };
   273   };
   270 
   274 
   271 #endif // CAMVIDEOPRECAPTURECONTAINER_H
   275 #endif // CAMVIDEOPRECAPTURECONTAINER_H