equal
deleted
inserted
replaced
231 */ |
231 */ |
232 inline CBrowserFavouritesModel& Model() const; |
232 inline CBrowserFavouritesModel& Model() const; |
233 |
233 |
234 inline void ShowNextFolerL(TBool aNext) { OpenNextFolderL(aNext); } |
234 inline void ShowNextFolerL(TBool aNext) { OpenNextFolderL(aNext); } |
235 |
235 |
|
236 void SetCurrentFolderId(TInt aFolderId) { iCurrentFolder = aFolderId;} |
|
237 |
236 protected: // component retrieval |
238 protected: // component retrieval |
237 |
239 |
238 /** |
240 /** |
239 * Get the container (the view's main control). |
241 * Get the container (the view's main control). |
240 * @return The container. Can be NULL (when view is not activated, |
242 * @return The container. Can be NULL (when view is not activated, |