mobilemessaging/unieditor/application/inc/UniEditorProcessImageOperation.h
branchRCL_3
changeset 77 da6ac9d688df
parent 66 fc3320e39880
equal deleted inserted replaced
71:17302fa075e1 77:da6ac9d688df
    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
   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