emailuis/emailui/inc/FreestyleEmailUiAppui.h
branchRCL_3
changeset 11 0396474f30f5
parent 10 f5907b1a1053
child 12 4ce476e64c59
equal deleted inserted replaced
10:f5907b1a1053 11:0396474f30f5
   498     void SetEditorStartedFromEmbeddedApp( TBool aEmbeddedApp );
   498     void SetEditorStartedFromEmbeddedApp( TBool aEmbeddedApp );
   499     
   499     
   500     // if email editor started from embedded app.
   500     // if email editor started from embedded app.
   501     TBool EditorStartedFromEmbeddedApp() const;
   501     TBool EditorStartedFromEmbeddedApp() const;
   502 
   502 
       
   503     // returns last seen pointer position
       
   504     const TPoint& LastSeenPointerPosition() const;
       
   505     
   503 public: //from MFSMailEventObserver
   506 public: //from MFSMailEventObserver
   504     /**
   507     /**
   505      * Framework event message.
   508      * Framework event message.
   506      * Used here to catch the events thrown from new mailbox creation process.
   509      * Used here to catch the events thrown from new mailbox creation process.
   507      *
   510      *
   836     // Flag for judging if previous app is embedded app.
   839     // Flag for judging if previous app is embedded app.
   837     TBool iPreviousAppEmbedded;
   840     TBool iPreviousAppEmbedded;
   838     
   841     
   839     // Flag for judging if email editor started from embedded app.
   842     // Flag for judging if email editor started from embedded app.
   840     TBool iEditorStartedFromEmbeddedApp;
   843     TBool iEditorStartedFromEmbeddedApp;
       
   844     
       
   845     TPoint iLastPointerPosition;
   841     };
   846     };
   842 
   847 
   843 
   848 
   844 /**
   849 /**
   845 *  CFSEmailUiAutosyncMonitor.
   850 *  CFSEmailUiAutosyncMonitor.