uifw/ganes/inc/HgVgScrollBar.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
    66     void ResizeL(MHgScrollbarObserver& aObserver, TRect aScrollbarRect,
    66     void ResizeL(MHgScrollbarObserver& aObserver, TRect aScrollbarRect,
    67             TSize aTotalSize,
    67             TSize aTotalSize,
    68             TSize aViewSize,
    68             TSize aViewSize,
    69             TBool aLandscapeScrolling,
    69             TBool aLandscapeScrolling,
    70             CHgScroller::THgScrollBarType aScrollBarType);
    70             CHgScroller::THgScrollBarType aScrollBarType);
       
    71     
       
    72     void EnableLandscapeRendering(TBool aEnabled);
    71 
    73 
    72 protected: // Constructors
    74 protected: // Constructors
    73     CHgVgScrollBar(  );
    75     CHgVgScrollBar(  );
    74 
    76 
    75     void ConstructL (MHgScrollbarObserver& aObserver, TRect aScrollbarRect,
    77     void ConstructL (MHgScrollbarObserver& aObserver, TRect aScrollbarRect,
    93     VGImage iScrollbarBg;
    95     VGImage iScrollbarBg;
    94     VGImage iScrollbarHandleBg;
    96     VGImage iScrollbarHandleBg;
    95     VGImage iScrollbarHandle;
    97     VGImage iScrollbarHandle;
    96     VGImage iScrollbarBgSelected;
    98     VGImage iScrollbarBgSelected;
    97     VGImage iScrollbarHandleSelected;
    99     VGImage iScrollbarHandleSelected;
       
   100     
       
   101     TBool iLandscape;
    98                     
   102                     
    99     };
   103     };
   100 
   104 
   101 #endif /* HGVGSCROLLBAR */
   105 #endif /* HGVGSCROLLBAR */