idlehomescreen/widgetmanager/inc/wmresourceloader.h
changeset 5 c743ef5928ba
parent 4 4d54b72983ae
equal deleted inserted replaced
4:4d54b72983ae 5:c743ef5928ba
    67     const TDesC& NoDescription();
    67     const TDesC& NoDescription();
    68 
    68 
    69     /** wrt specific description text */
    69     /** wrt specific description text */
    70     const TDesC& WrtDescription();
    70     const TDesC& WrtDescription();
    71     
    71     
       
    72     /** uninstalling text to replace widget name */
       
    73     const TDesC& Uninstalling();
       
    74     
       
    75     /** query popup*/
       
    76     TBool QueryPopupL( TInt aResourceId, const TDesC& aString );
       
    77 	
    72 private: // internal methods
    78 private: // internal methods
    73 
    79 
    74     /** constructor */
    80     /** constructor */
    75     CWmResourceLoader(
    81     CWmResourceLoader(
    76             CEikonEnv& aEnv );
    82             CEikonEnv& aEnv );
   122     /**
   128     /**
   123      * Wrt specific description text
   129      * Wrt specific description text
   124      */    
   130      */    
   125     HBufC*      iWrtDescription;
   131     HBufC*      iWrtDescription;
   126     
   132     
       
   133     /**
       
   134      * text to replace title
       
   135      */    
       
   136     HBufC*      iUninstalling;
   127     };
   137     };
   128 
   138 
   129 #endif // WMRESOURCELOADER_H_
   139 #endif // WMRESOURCELOADER_H_