csxhelp/HelpEngine/inc/CSXHHtmlTOC1.h
branchRCL_3
changeset 5 d06b1526f62c
parent 0 1f04cf54edd8
child 14 b69cc3efe785
equal deleted inserted replaced
1:27f5851bd5a5 5:d06b1526f62c
    59 *		  aUid 		- Application Uid
    59 *		  aUid 		- Application Uid
    60 *		  aDrive    - Drive Number
    60 *		  aDrive    - Drive Number
    61 *  @return a CCSXHHtmlTOC1 Pointer 
    61 *  @return a CCSXHHtmlTOC1 Pointer 
    62 */
    62 */
    63     static CCSXHHtmlTOC1* NewL(const TDesC& aName,const TDesC& aFolder,
    63     static CCSXHHtmlTOC1* NewL(const TDesC& aName,const TDesC& aFolder,
    64     							const TInt& aDrive);
    64     							const TInt& aDrive, TUid aViewId, TInt32 aPriority = 0);
    65 /** 
    65 /** 
    66  * @function ~CCSXHHtmlTOC1
    66  * @function ~CCSXHHtmlTOC1
    67  * @since S60 3.2
    67  * @since S60 3.2
    68  * Destroy the object and release all memory objects
    68  * Destroy the object and release all memory objects
    69  */    							
    69  */    							
   122 *  Construct a CCSXHHtmlTOC1 
   122 *  Construct a CCSXHHtmlTOC1 
   123 *  @param aName 	- TOC1 Name
   123 *  @param aName 	- TOC1 Name
   124 *		  aUid 		- Application Uid
   124 *		  aUid 		- Application Uid
   125 *		  aDrive    - Drive Number
   125 *		  aDrive    - Drive Number
   126 */    
   126 */    
   127     CCSXHHtmlTOC1(const TDesC& aName,const TDesC& aFolder,const TInt& aDriveName);
   127     CCSXHHtmlTOC1(const TDesC& aName, const TDesC& aFolder, const TInt& aDriveName, TUid aViewId, TInt32 aPriority);
   128 /** 
   128 /** 
   129 *  @function InitChildList
   129 *  @function InitChildList
   130 *  @since S60 3.2
   130 *  @since S60 3.2
   131 *  Allocate Memory to the array
   131 *  Allocate Memory to the array
   132 */    
   132 */    
   138     private:	
   138     private:	
   139     
   139     
   140 	  
   140 	  
   141      TAppUid iAppUid;
   141      TAppUid iAppUid;
   142       short iDrive;
   142       short iDrive;
       
   143     TUid iViewId;
   143     };
   144     };
   144 
   145 
   145 
   146 
   146 
   147 
   147 #endif /* INC_CSXHHTMLTOC1_H_HEADER_INCLUDED_BC0568C5 */
   148 #endif /* INC_CSXHHTMLTOC1_H_HEADER_INCLUDED_BC0568C5 */