psln/Inc/PslnBaseView.h
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 0 2f259fa3e83a
equal deleted inserted replaced
16:71dd06cfe933 18:0aa5fbdfbc30
    97         /**
    97         /**
    98         * Called by HandleListBoxEventL.
    98         * Called by HandleListBoxEventL.
    99         * Handles list box selections.
    99         * Handles list box selections.
   100         */
   100         */
   101         virtual void HandleListBoxSelectionL() = 0;
   101         virtual void HandleListBoxSelectionL() = 0;
   102                 
       
   103         /**
       
   104         * Called by HandleListBoxEventL.
       
   105         * Handles list box item highlight events.
       
   106         */
       
   107         virtual void HandleListBoxItemHighlightL() = 0;
       
   108 
   102 
   109         /**
   103         /**
   110         * Adds given resource text as MSK to CBA.
   104         * Adds given resource text as MSK to CBA.
   111         *
   105         *
   112         * @param aResourceId middle softkey label.
   106         * @param aResourceId middle softkey label.
   134         *Get the resorce id for CBA, The derived view change the CBA resource by overriding
   128         *Get the resorce id for CBA, The derived view change the CBA resource by overriding
   135         *this function.
   129         *this function.
   136         * @since 5.0
   130         * @since 5.0
   137         */
   131         */
   138         virtual TInt CbaResourceId( const TVwsViewId& aPrevViewId,TUid aCustomMessageId );
   132         virtual TInt CbaResourceId( const TVwsViewId& aPrevViewId,TUid aCustomMessageId );
   139         
       
   140         /**
       
   141         * Called by HandleListBoxEventL.
       
   142         * Handles list box stylus down event.
       
   143         */
       
   144         virtual void HandleListBoxStylusDown();
       
   145         
       
   146         /**
       
   147         * Called by HandleListBoxEventL.
       
   148         * Handles list box stylus move event.
       
   149         */
       
   150         virtual void HandleListBoxStylusDrag();
       
   151         
   133         
   152     private:
   134     private:
   153 
   135 
   154         /* Remove container. */
   136         /* Remove container. */
   155         void RemoveContainer();
   137         void RemoveContainer();