messagingappbase/mce/inc/MceMainViewListView.h
branchRCL_3
changeset 66 fc3320e39880
parent 60 7fdbb852d323
child 77 da6ac9d688df
equal deleted inserted replaced
60:7fdbb852d323 66:fc3320e39880
    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,
    58     public MMsvSessionObserver
    59     public MMsvSessionObserver
    59     {
    60     {
    60     public:
    61     public:
    61         
    62         
    62     public:  // Constructors and destructor
    63     public:  // Constructors and destructor
   180         * From MEikListBoxObserver
   181         * From MEikListBoxObserver
   181         */
   182         */
   182         void HandleListBoxEventL(
   183         void HandleListBoxEventL(
   183             CEikListBox* aListBox,
   184             CEikListBox* aListBox,
   184             TListBoxEvent aEventType);
   185             TListBoxEvent aEventType);
       
   186 			
       
   187     protected:  // Functions from base classes
       
   188 
       
   189         /**
       
   190         * From MEikScrollBarObserver
       
   191         */
       
   192         void HandleScrollEventL(
       
   193              CEikScrollBar* aScrollBar, 
       
   194              TEikScrollEvent aEventType);
   185 
   195 
   186     private:
   196     private:
   187 
   197 
   188         /**
   198         /**
   189         * Constructor is private.
   199         * Constructor is private.