mulwidgets/mulsliderwidget/inc/mulslidervertical.h
branchRCL_3
changeset 21 125793e17004
parent 0 e83bab7cf002
child 23 514d98f21c43
equal deleted inserted replaced
20:03228bb411ae 21:125793e17004
    24 //INCLUDES
    24 //INCLUDES
    25 #include <alf/alfanchorlayout.h>
    25 #include <alf/alfanchorlayout.h>
    26 #include "alf/alfelement.h"
    26 #include "alf/alfelement.h"
    27 #include <alf/alfimagevisual.h>
    27 #include <alf/alfimagevisual.h>
    28 #include <alf/alflayout.h>
    28 #include <alf/alflayout.h>
       
    29 #include <alf/alftexture.h>
    29 #include <mul/imulsliderwidget.h>
    30 #include <mul/imulsliderwidget.h>
    30 
    31 
    31 #include <alf/ialfwidgeteventhandler.h>
    32 #include <alf/ialfwidgeteventhandler.h>
    32 #include <alf/alfbitmapprovider.h>
    33 #include <alf/alfbitmapprovider.h>
    33 
    34 
    50     
    51     
    51 // Forward declarations
    52 // Forward declarations
    52 class IAlfWidgetEventHandler;
    53 class IAlfWidgetEventHandler;
    53 class CAlfWidgetControl;
    54 class CAlfWidgetControl;
    54 class MulSliderLongTapTimer;
    55 class MulSliderLongTapTimer;
    55 
       
    56 
    56 
    57 /**
    57 /**
    58  * Default Base Element of the Scrollbar.
    58  * Default Base Element of the Scrollbar.
    59  */
    59  */
    60 class MulSliderVertical : 
    60 class MulSliderVertical : 
   353     /**
   353     /**
   354     * trackVisualHit  
   354     * trackVisualHit  
   355     */
   355     */
   356     AlfEventStatus trackVisualHit(CAlfVisual * aHitVisual);
   356     AlfEventStatus trackVisualHit(CAlfVisual * aHitVisual);
   357     
   357     
       
   358     /**
       
   359      * Texture for Visuals of slider. 
       
   360      * 
       
   361      */
       
   362     TAlfImage skinTexture(TSize aPrtImageSize, TSize aLscImageSize, TInt aPrtSkinId, TInt aLscSkinId );
       
   363     
   358 private: // Class Data
   364 private: // Class Data
   359     
   365     
   360 
   366 
   361     struct MulVerticalSliderDataImpl* mData;
   367     struct MulVerticalSliderDataImpl* mData;
   362 
   368