locationdataharvester/mylocationsengine/inc/mylocationsengine.h
changeset 35 59575560d1e6
parent 31 8db05346071b
child 41 b3dd5ec3089d
equal deleted inserted replaced
31:8db05346071b 35:59575560d1e6
   249 	/**
   249 	/**
   250     * SetFolderPath.
   250     * SetFolderPath.
   251     * Sets the maptile storing path.
   251     * Sets the maptile storing path.
   252     */
   252     */
   253     void SetFolderPathL();
   253     void SetFolderPathL();
       
   254 
       
   255     /**
       
   256     * Refreshes calendar entries in mylocation databases. This is typically called when there is an undefined 
       
   257     * change in calendar db.
       
   258     */
       
   259     void RefreshCalendarEntryListL();    
       
   260 
       
   261     /**
       
   262     * Returns True if a calendar entry is available for a given id.
       
   263     */
       
   264     TBool IsCalendarEntryValidL( TUint32 aId );    
       
   265 
   254     /**
   266     /**
   255     * Calender entry added.
   267     * Calender entry added.
   256     */
   268     */
   257     void CalenderEntryAddedL(TCalChangeEntry aCalChangeEntry);    
   269     void CalenderEntryAddedL(TCalChangeEntry aCalChangeEntry);    
   258 
   270 
   289     /**
   301     /**
   290      * Crop the maptile image and save the different files.
   302      * Crop the maptile image and save the different files.
   291      */
   303      */
   292     void CropAndSaveImage( QString filePath, int width, 
   304     void CropAndSaveImage( QString filePath, int width, 
   293                                int height, QString appType, QString orientationType );
   305                                int height, QString appType, QString orientationType );
       
   306 
       
   307 	/**Get the contact name for this perticular id.
       
   308      */
       
   309 	void GetContactName( TInt32 iUId , TDes& aName );
   294      
   310      
   295 public:  //From MMapTileObserver
   311 public:  //From MMapTileObserver
   296     
   312     
   297     /**
   313     /**
   298      *  Informs the maptile fetching completion  
   314      *  Informs the maptile fetching completion