messagingappbase/mce/src/MceMainViewListView.cpp
branchRCL_3
changeset 28 fbb813aef148
parent 22 52d61119153d
equal deleted inserted replaced
24:e00582ce7ecd 28:fbb813aef148
   111     iSessionHolder( aSessionHolder ),
   111     iSessionHolder( aSessionHolder ),
   112     iBitmapResolver( aBitmapResolver ),
   112     iBitmapResolver( aBitmapResolver ),
   113     iSelectedIndex( KErrNotFound ),
   113     iSelectedIndex( KErrNotFound ),
   114     iTopItemIndex( 0 ),
   114     iTopItemIndex( 0 ),
   115     iSelectionFolderId( KMsvNullIndexEntryId ), 
   115     iSelectionFolderId( KMsvNullIndexEntryId ), 
   116 		iEmailClientIntegration(EFalse),
   116     iEmailClientIntegration(EFalse),
   117 		iSelectableEmail(EFalse),
   117     iSelectableEmail(EFalse),
   118 		iEmailFramework(EFalse)
   118     iEmailFramework(EFalse),
       
   119     iFlick(EFalse)
   119     {
   120     {
   120     iSessionHolder.AddClient();
   121     iSessionHolder.AddClient();
   121     }
   122     }
   122 
   123 
   123 CMceMainViewListView::~CMceMainViewListView()
   124 CMceMainViewListView::~CMceMainViewListView()
   451             if ( iMsgListContainer )
   452             if ( iMsgListContainer )
   452                 {
   453                 {
   453                 iMsgListContainer->SetMskL();                
   454                 iMsgListContainer->SetMskL();                
   454                 }
   455                 }
   455         break;
   456         break;
       
   457         case EEventFlickStarted:
       
   458             iFlick = ETrue;
       
   459             break;        
       
   460         case EEventFlickStopped:
       
   461             iFlick = EFalse;
       
   462             break;
   456         default:
   463         default:
   457         break;
   464         break;
   458 
   465 
   459         }
   466         }
   460     }
   467     }
  1100             }
  1107             }
  1101         }
  1108         }
  1102     }
  1109     }
  1103 
  1110 
  1104 // ----------------------------------------------------
  1111 // ----------------------------------------------------
       
  1112 // CMceMainViewListView::MceListItemArrayFlickEvent
       
  1113 // ----------------------------------------------------
       
  1114 TBool CMceMainViewListView::MceListItemArrayFlickEvent()
       
  1115     {
       
  1116     return iFlick;
       
  1117     }
       
  1118 
       
  1119 // ----------------------------------------------------
  1105 // CMceMainViewListView::AiwSyncParamListLC
  1120 // CMceMainViewListView::AiwSyncParamListLC
  1106 // ----------------------------------------------------
  1121 // ----------------------------------------------------
  1107 CAiwGenericParamList* CMceMainViewListView::AiwSyncParamListLC(TInt /*aId*/, const TDesC& aText)
  1122 CAiwGenericParamList* CMceMainViewListView::AiwSyncParamListLC(TInt /*aId*/, const TDesC& aText)
  1108     {
  1123     {
  1109 	TAiwVariant variant;
  1124 	TAiwVariant variant;