contentstorage/cautils/inc/calocalizationentry.h
changeset 94 dbb8300717f7
parent 85 7feec50967db
child 83 156f692b1687
equal deleted inserted replaced
93:82b66994846c 94:dbb8300717f7
    78     
    78     
    79     /**
    79     /**
    80      * Gets LocalizedString
    80      * Gets LocalizedString
    81      * @return LocalizedString
    81      * @return LocalizedString
    82      */
    82      */
    83     IMPORT_C const RBuf& GetLocalizedString( ) const;
    83     IMPORT_C const RBuf& GetLocalizedString() const;
    84     
    84     
       
    85     /**
       
    86      * Gets GetQmFilename
       
    87      * @return GetQmFilename
       
    88      */
       
    89     IMPORT_C const RBuf& GetQmFilename() const;
       
    90 
    85     // SETTERS
    91     // SETTERS
       
    92 
       
    93     /**
       
    94     */
       
    95     IMPORT_C void SetQmFilenameL( const TDesC& aQmFilename );
       
    96     
    86     /**
    97     /**
    87 
    98 
    88      */
    99      */
    89     IMPORT_C void SetRowId( TUint aRowId );
   100     IMPORT_C void SetRowId( TUint aRowId );
    90     
   101     
   115     /**
   126     /**
   116      * Sets the Localized String 
   127      * Sets the Localized String 
   117      * @param aLocalName LocalizedString
   128      * @param aLocalName LocalizedString
   118      */
   129      */
   119     IMPORT_C void SetLocalizedStringL( const TDesC& aLocalName );
   130     IMPORT_C void SetLocalizedStringL( const TDesC& aLocalName );
       
   131     
   120     
   132     
   121     
   133     
   122 /*    *
   134 /*    *
   123      * Externalizes object to the stream
   135      * Externalizes object to the stream
   124      * @param aStream a write stream
   136      * @param aStream a write stream
   181     /*
   193     /*
   182      * Translated string.
   194      * Translated string.
   183      * Own.
   195      * Own.
   184      */
   196      */
   185     RBuf iLocalName;
   197     RBuf iLocalName;
       
   198     
       
   199     /*
       
   200      * Translated string.
       
   201      * Own.
       
   202      */
       
   203     RBuf iQmFilename;
   186 
   204 
   187      };
   205      };
   188 
   206 
   189 #endif // __CAINNERLOCALIZATION_H__
   207 #endif // __CAINNERLOCALIZATION_H__