equal
deleted
inserted
replaced
27 #include "BrowserFavouritesModelObserver.h" |
27 #include "BrowserFavouritesModelObserver.h" |
28 #include "BrowserAppViewBase.h" |
28 #include "BrowserAppViewBase.h" |
29 #include "CommandVisibility.h" |
29 #include "CommandVisibility.h" |
30 #include "CommsModel.h" |
30 #include "CommsModel.h" |
31 #include "BrowserFavouritesModel.h" |
31 #include "BrowserFavouritesModel.h" |
32 #include "FavouritesLimits.h" |
32 #include "favouriteslimits.h" |
33 |
33 |
34 // FORWARD DECLARATION |
34 // FORWARD DECLARATION |
35 class CFavouritesItemList; |
35 class CFavouritesItemList; |
36 class CBrowserFavouritesContainer; |
36 class CBrowserFavouritesContainer; |
37 class CBrowserFavouritesModel; |
37 class CBrowserFavouritesModel; |
218 * Get items to be displayed in a folder. Expects the model's db be |
218 * Get items to be displayed in a folder. Expects the model's db be |
219 * open. |
219 * open. |
220 * @param aFolder Folder which contains the items. |
220 * @param aFolder Folder which contains the items. |
221 * @return List of items. Pushed on the cleanup stack. |
221 * @return List of items. Pushed on the cleanup stack. |
222 */ |
222 */ |
223 virtual CFavouritesItemList* GetItemsL( TInt aFolder ); |
223 virtual CFavouritesItemList* GetItemsLC( TInt aFolder ); |
224 |
224 |
225 public: |
225 public: |
226 |
226 |
227 /** |
227 /** |
228 * Get the model. |
228 * Get the model. |
567 // Flag to indicate that we are about to open Preferences view, |
567 // Flag to indicate that we are about to open Preferences view, |
568 // in order not to return to root folder afterwards. |
568 // in order not to return to root folder afterwards. |
569 TBool iSaveStateOnDeactivate; |
569 TBool iSaveStateOnDeactivate; |
570 |
570 |
571 CBrowserFavouritesListboxState* iSavedListboxState; |
571 CBrowserFavouritesListboxState* iSavedListboxState; |
572 |
|
573 //Added one variable to hold the data retrieved from database |
|
574 CFavouritesItemList* iBookmarkitems; |
|
575 }; |
572 }; |
576 |
573 |
577 #include "BrowserFavouritesView.inl" |
574 #include "BrowserFavouritesView.inl" |
578 |
575 |
579 #endif |
576 #endif |