emailuis/emailui/inc/FreestyleEmailUiHtmlViewerView.h
branchRCL_3
changeset 16 b5fbb9b25d57
parent 14 b13141f05c3d
child 17 67369d1b217f
equal deleted inserted replaced
14:b13141f05c3d 16:b5fbb9b25d57
   217     void HideContainer();
   217     void HideContainer();
   218     void ShowContainerL();
   218     void ShowContainerL();
   219     void DynInitZoomMenuL( CEikMenuPane* aMenuPane );
   219     void DynInitZoomMenuL( CEikMenuPane* aMenuPane );
   220     TInt ZoomLevelIndexL();
   220     TInt ZoomLevelIndexL();
   221     void SetZoomLevelIndexL( TInt aIndex );
   221     void SetZoomLevelIndexL( TInt aIndex );
   222     void RestoreZoomLevelL();
       
   223     void SaveEmailAsContactL(
   222     void SaveEmailAsContactL(
   224         const TDesC& aEmailAddress );
   223         const TDesC& aEmailAddress );
   225     //new functions for support of HTML viewer
   224     //new functions for support of HTML viewer
   226     void CallAdressL( const TDesC& aEmailAddress, TBool aVideoCall );
   225     void CallAdressL( const TDesC& aEmailAddress, TBool aVideoCall );
   227     void OpenContactDetailsL( const TDesC& aEmailAddress );
   226     void OpenContactDetailsL( const TDesC& aEmailAddress );
   337     TFSMailMsgId iDeletedMessageFromMrui;
   336     TFSMailMsgId iDeletedMessageFromMrui;
   338     // Flag selection handler active object for global note
   337     // Flag selection handler active object for global note
   339     CFlagSelectionNoteHandler* iFlagSelectionHandler;  
   338     CFlagSelectionNoteHandler* iFlagSelectionHandler;  
   340     TBool iNextOrPrevMessageSelected;
   339     TBool iNextOrPrevMessageSelected;
   341     TBool iMessageIsDeleted;
   340     TBool iMessageIsDeleted;
       
   341     
       
   342     // Id of last deleted message
       
   343     TFSMailMsgId iLastDeletedMessageID;
   342     };
   344     };
   343 
   345 
   344 ////////////////////////////////////////
   346 ////////////////////////////////////////
   345 // FLAG selection dialog global note handler
   347 // FLAG selection dialog global note handler
   346 /////////////////////////////////////////
   348 /////////////////////////////////////////