photosgallery/viewframework/uiutilities/inc/glxuiutility.h
branchRCL_3
changeset 12 ce1c7ad1f18b
parent 0 4e91876724a2
child 13 bcb43dc84c44
equal deleted inserted replaced
11:71da52165949 12:ce1c7ad1f18b
   201      */
   201      */
   202     IMPORT_C TSize GetGridIconSize();
   202     IMPORT_C TSize GetGridIconSize();
   203     IMPORT_C TBool IsExitingState();
   203     IMPORT_C TBool IsExitingState();
   204     
   204     
   205     IMPORT_C void SetExitingState(TBool aIsExiting);
   205     IMPORT_C void SetExitingState(TBool aIsExiting);
   206     
   206 	/**
       
   207 	* Forcibly start the Thumbnail Manager daemon process
       
   208 	* @param none
       
   209 	* @return none
       
   210 	*/
       
   211     IMPORT_C void StartTNMDaemonL();
       
   212 
       
   213 	/**
       
   214 	* To stop the Thumbnail Manager daemon process so as to stop force generation of thumbnails
       
   215 	* @param none
       
   216 	* @return none
       
   217 	*/
       
   218 	IMPORT_C void StopTNMDaemonL();
       
   219 
       
   220     /**
       
   221      * Get the number of items left for Thumbnail generation
       
   222      * @return TInt number of items left for TN generation
       
   223      */
       
   224     IMPORT_C TInt GetItemsLeftCountL();
   207     /**
   225     /**
   208      * Returns Visible items granularity based on feature 
   226      * Returns Visible items granularity based on feature 
   209      * layout (i.e., qHD, VGA)  
   227      * layout (i.e., qHD, VGA)  
   210      * @return TInt visible items granularity / count
   228      * @return TInt visible items granularity / count
   211      */
   229      */