mulwidgets/mulsliderwidget/inc/mulslidervertical.h
branchRCL_3
changeset 17 514d98f21c43
parent 15 125793e17004
equal deleted inserted replaced
15:125793e17004 17:514d98f21c43
   306     /**
   306     /**
   307      * 
   307      * 
   308      * initializes Model and Widget Pointer
   308      * initializes Model and Widget Pointer
   309      */
   309      */
   310     void initializeSliderData();
   310     void initializeSliderData();
   311      
   311                               
   312      
       
   313                          
       
   314     /**
   312     /**
   315      * SetBackgroundBrush
   313      * SetBackgroundBrush
   316      * 
   314      * 
   317      */                                              
   315      */                                              
   318     void SetBackgroundBrush();
   316     void SetBackgroundBrush();
   358     /**
   356     /**
   359      * Texture for Visuals of slider. 
   357      * Texture for Visuals of slider. 
   360      * 
   358      * 
   361      */
   359      */
   362     TAlfImage skinTexture(TSize aPrtImageSize, TSize aLscImageSize, TInt aPrtSkinId, TInt aLscSkinId );
   360     TAlfImage skinTexture(TSize aPrtImageSize, TSize aLscImageSize, TInt aPrtSkinId, TInt aLscSkinId );
       
   361     
       
   362     /*
       
   363      *  Get the Feedback Intensity 
       
   364      */
       
   365     TInt feedbackIntensity();
       
   366     
   363     
   367     
   364 private: // Class Data
   368 private: // Class Data
   365     
   369     
   366 
   370 
   367     struct MulVerticalSliderDataImpl* mData;
   371     struct MulVerticalSliderDataImpl* mData;