messagingappbase/mce/inc/MceMainViewListView.h
branchRCL_3
changeset 77 da6ac9d688df
parent 66 fc3320e39880
equal deleted inserted replaced
71:17302fa075e1 77:da6ac9d688df
    53 */
    53 */
    54 class CMceMainViewListView :
    54 class CMceMainViewListView :
    55     public CAknView,
    55     public CAknView,
    56     public MMceMainViewListItemArrayObserver,
    56     public MMceMainViewListItemArrayObserver,
    57     public MEikListBoxObserver,
    57     public MEikListBoxObserver,
    58     public MEikScrollBarObserver,
       
    59     public MMsvSessionObserver
    58     public MMsvSessionObserver
    60     {
    59     {
    61     public:
    60     public:
    62         
    61         
    63     public:  // Constructors and destructor
    62     public:  // Constructors and destructor
   181         * From MEikListBoxObserver
   180         * From MEikListBoxObserver
   182         */
   181         */
   183         void HandleListBoxEventL(
   182         void HandleListBoxEventL(
   184             CEikListBox* aListBox,
   183             CEikListBox* aListBox,
   185             TListBoxEvent aEventType);
   184             TListBoxEvent aEventType);
   186 			
       
   187     protected:  // Functions from base classes
       
   188 
       
   189         /**
       
   190         * From MEikScrollBarObserver
       
   191         */
       
   192         void HandleScrollEventL(
       
   193              CEikScrollBar* aScrollBar, 
       
   194              TEikScrollEvent aEventType);
       
   195 
   185 
   196     private:
   186     private:
   197 
   187 
   198         /**
   188         /**
   199         * Constructor is private.
   189         * Constructor is private.