equal
deleted
inserted
replaced
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 |
91 /** |
102 /** |
92 |
103 Sets localization id |
93 */ |
104 */ |
94 IMPORT_C void SetTextId( TUint aId ); |
105 IMPORT_C void SetTextId( TUint aId ); |
95 |
106 |
96 |
107 |
97 /** |
108 /** |
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 * Qm filename. |
|
201 * Own. |
|
202 */ |
|
203 RBuf iQmFilename; |
186 |
204 |
187 }; |
205 }; |
188 |
206 |
189 #endif // __CAINNERLOCALIZATION_H__ |
207 #endif // __CAINNERLOCALIZATION_H__ |