uifw/ganes/inc/HgScrollbar.h
branchRCL_3
changeset 64 85902f042028
parent 0 2f259fa3e83a
child 72 a5e7a4f63858
equal deleted inserted replaced
59:978afdc0236f 64:85902f042028
   114     CGulIcon* iScrollbarBgSelected;
   114     CGulIcon* iScrollbarBgSelected;
   115     CGulIcon* iScrollbarHandleSelected;
   115     CGulIcon* iScrollbarHandleSelected;
   116 
   116 
   117     TRect iScrollbarRect;
   117     TRect iScrollbarRect;
   118     TRect iNaviRect;
   118     TRect iNaviRect;
   119     TPoint iHandlePosition;
   119     TPoint iHandlePosition;  //exists only for CHgScrollbar::HandlePosition()
       
   120     TReal iHandlePos;
       
   121     TReal iPageSize;
       
   122     TInt iScrollLength;
       
   123     TSize iHandleSize;
       
   124     
   120     TPoint iPrevDrag;
   125     TPoint iPrevDrag;
   121     TSize iTotalSize;
   126     TSize iTotalSize;
   122     TSize iViewSize;
   127     TSize iViewSize;
   123     TSize iHandleSize;
       
   124     TBool iLandscapeScrolling;
   128     TBool iLandscapeScrolling;
   125     TBool iDragging;
   129     TBool iDragging;
   126     TBool iHandler;
   130     TBool iHandler;
   127     TBool iStatic;
   131     TBool iStatic;
   128     
   132     
   129     TInt iScrollLength;
       
   130     TInt iTotalLength;
   133     TInt iTotalLength;
   131     };
   134     };
   132 
   135 
   133 #endif /*HGSCROLLBAR_H_*/
   136 #endif /*HGSCROLLBAR_H_*/