mobilemessaging/unieditor/application/inc/UniEditorProcessImageOperation.h
branchRCL_3
changeset 66 fc3320e39880
parent 60 7fdbb852d323
child 77 da6ac9d688df
equal deleted inserted replaced
60:7fdbb852d323 66:fc3320e39880
    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);
       
    93 
    88 
    94     protected:
    89     protected:
    95 
    90 
    96         /**
    91         /**
    97         * From CActive
    92         * From CActive
   211 
   206 
   212         TSize                       iScaleSize;
   207         TSize                       iScaleSize;
   213   //      TSize                       iScaleSizeResult;
   208   //      TSize                       iScaleSizeResult;
   214         TDataType                   iTargetType;
   209         TDataType                   iTargetType;
   215         TBool                       iExactImageScaling;
   210         TBool                       iExactImageScaling;
   216         TBool                       iOptimizedFlow;
       
   217     };
   211     };
   218 
   212 
   219 #endif //__UNIEDITORPROCESSIMAGEOPERATION_H
   213 #endif //__UNIEDITORPROCESSIMAGEOPERATION_H