fmradio/fmradio/inc/fmradiochannellistview.h
branchRCL_3
changeset 13 4f2584af5a29
parent 6 3cb097cb90f8
equal deleted inserted replaced
12:9f3ff466f56b 13:4f2584af5a29
   202         /*
   202         /*
   203          * Updates view when seek event is ended 
   203          * Updates view when seek event is ended 
   204          */
   204          */
   205         void StopSeekL();
   205         void StopSeekL();
   206         
   206         
   207      private: // Functions from base classes
       
   208         /**
       
   209         * Activate the channel list view
       
   210         * @since 2.6
       
   211         */
       
   212         void DoActivateL( const TVwsViewId& aPrevViewId,TUid aCustomMessageId, const TDesC8& aCustomMessage );
       
   213         /**
       
   214         * Deactivate the channel list view
       
   215         * @since 2.6
       
   216         */
       
   217         void DoDeactivate();
       
   218         /**
   207         /**
   219         * Interprets view's menu,softkey and other commands and acts 
   208         * Interprets view's menu,softkey and other commands and acts 
   220         * accordingly by calling the appropriate command handler 
   209         * accordingly by calling the appropriate command handler 
   221         * function for further action.
   210         * function for further action.
   222         * @since 2.6
   211         * @since 2.6
   223         * @param aCommand the command to process
   212         * @param aCommand the command to process
   224         */
   213         */
   225         void HandleCommandL( TInt aCommand );
   214         void HandleCommandL( TInt aCommand );
       
   215         
       
   216      private: // Functions from base classes
       
   217         /**
       
   218         * Activate the channel list view
       
   219         * @since 2.6
       
   220         */
       
   221         void DoActivateL( const TVwsViewId& aPrevViewId,TUid aCustomMessageId, const TDesC8& aCustomMessage );
       
   222         /**
       
   223         * Deactivate the channel list view
       
   224         * @since 2.6
       
   225         */
       
   226         void DoDeactivate();
   226         /**
   227         /**
   227         * From MCoeControlObserver, control event observing. In this case,
   228         * From MCoeControlObserver, control event observing. In this case,
   228         * the user selection from the list is reported by container class
   229         * the user selection from the list is reported by container class
   229         * and observed here.
   230         * and observed here.
   230         * @since 2.6
   231         * @since 2.6