browserui/browser/FavouritesSrc/BrowserAdaptiveListPopup.cpp
changeset 32 92a061761a7b
parent 31 868cceedabd3
child 37 481242ead638
equal deleted inserted replaced
31:868cceedabd3 32:92a061761a7b
    15 *       Implementation of CBrowserPopupList and CBrowserAdaptiveListPopup
    15 *       Implementation of CBrowserPopupList and CBrowserAdaptiveListPopup
    16 *
    16 *
    17 *
    17 *
    18 */
    18 */
    19 
    19 
    20 
       
    21 
       
    22 // INCLUDE FILES
    20 // INCLUDE FILES
    23 #include  <e32std.h>
    21 #include <e32std.h>
    24 #include <AknPopup.h>
    22 #include <AknPopup.h>
    25 #include <AknListQueryDialog.h>
    23 #include <AknListQueryDialog.h>
    26 #include <AknIconArray.h>
    24 #include <AknIconArray.h>
    27 #include "recenturlstore.h"
    25 #include <recenturlstore.h>
    28 #include <AknsUtils.h>
    26 #include <AknsUtils.h>
    29 #include <AknsListBoxBackgroundControlContext.h>
    27 #include <AknsListBoxBackgroundControlContext.h>
    30 #include <AppApacLayout.cdl.h>
    28 #include <AppApacLayout.cdl.h>
    31 #include <AppLayout.cdl.h>
    29 #include <AppLayout.cdl.h>
    32 #include <AknLayout.cdl.h>
    30 #include <AknLayout.cdl.h>
    44 #include "CommonConstants.h"
    42 #include "CommonConstants.h"
    45 #include "BrowserAppViewBase.h"
    43 #include "BrowserAppViewBase.h"
    46 #include <data_caging_path_literals.hrh>
    44 #include <data_caging_path_literals.hrh>
    47 
    45 
    48 #include "eikon.hrh"
    46 #include "eikon.hrh"
    49 
       
    50 
    47 
    51 // CONSTANTS
    48 // CONSTANTS
    52 const TInt KMaxIcons = 2;
    49 const TInt KMaxIcons = 2;
    53 const TInt KListLengthToShow = 64;//the length of the string in the list
    50 const TInt KListLengthToShow = 64;//the length of the string in the list
    54 _LIT( KItemTab, "1\t");//prefix for items
    51 _LIT( KItemTab, "1\t");//prefix for items