idlehomescreen/widgetmanager/inc/wmresourceloader.h
changeset 2 08c6ee43b396
parent 1 5315654608de
child 4 4d54b72983ae
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
    75 
    75 
    76     /** icon file path */
    76     /** icon file path */
    77     const TDesC& IconFilePath();
    77     const TDesC& IconFilePath();
    78 
    78 
    79     /** default no description text */
    79     /** default no description text */
    80     const TDesC& NoDescriptionText();
    80     const TDesC& NoDescription();
       
    81 
       
    82     /** wrt specific description text */
       
    83     const TDesC& WrtDescription();
    81     
    84     
    82 private: // internal methods
    85 private: // internal methods
    83 
    86 
    84     /** constructor */
    87     /** constructor */
    85     CWmResourceLoader(
    88     CWmResourceLoader(
   123      * info note dialog
   126      * info note dialog
   124      */
   127      */
   125     CAknInformationNote *iNote;
   128     CAknInformationNote *iNote;
   126 
   129 
   127     /**
   130     /**
   128      * Default description text
   131      * Default no description text
   129      */    
   132      */    
   130     HBufC*      iDescription;
   133     HBufC*      iNoDescription;
       
   134 
       
   135     /**
       
   136      * Wrt specific description text
       
   137      */    
       
   138     HBufC*      iWrtDescription;
       
   139     
   131     };
   140     };
   132 
   141 
   133 #endif // WMRESOURCELOADER_H_
   142 #endif // WMRESOURCELOADER_H_