mobilemessaging/unieditor/application/inc/UniEditorProcessImageOperation.h
branchRCL_3
changeset 24 696bfeff199e
parent 0 72b543305e3a
equal deleted inserted replaced
22:1367103c24e2 24:696bfeff199e
    83 
    83 
    84         /**
    84         /**
    85         * Detaches attachment id.
    85         * Detaches attachment id.
    86         */
    86         */
    87         void DetachAttachmentId( TMsvAttachmentId& aAttachmentId );
    87         void DetachAttachmentId( TMsvAttachmentId& aAttachmentId );
       
    88         
       
    89 	    /**
       
    90         * Set Optimized Flow flag
       
    91         */  
       
    92         void SetOptimizedFlow(TBool aOptimizedFlow);
    88 
    93 
    89     protected:
    94     protected:
    90 
    95 
    91         /**
    96         /**
    92         * From CActive
    97         * From CActive
   203         CUniImageProcessor*         iImageProcessor;
   208         CUniImageProcessor*         iImageProcessor;
   204 
   209 
   205         TInt                        iProcessMethod;
   210         TInt                        iProcessMethod;
   206 
   211 
   207         TSize                       iScaleSize;
   212         TSize                       iScaleSize;
   208         TSize                       iScaleSizeResult;
   213   //      TSize                       iScaleSizeResult;
   209         TDataType                   iTargetType;
   214         TDataType                   iTargetType;
   210         TBool                       iExactImageScaling;
   215         TBool                       iExactImageScaling;
       
   216         TBool                       iOptimizedFlow;
   211     };
   217     };
   212 
   218 
   213 #endif //__UNIEDITORPROCESSIMAGEOPERATION_H
   219 #endif //__UNIEDITORPROCESSIMAGEOPERATION_H