uifw/ganes/inc/HgScrollbar.h
branchRCL_3
changeset 72 a5e7a4f63858
parent 64 85902f042028
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
   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;  //exists only for CHgScrollbar::HandlePosition()
   119     TPoint iHandlePosition;
   120     TReal iHandlePos;
       
   121     TReal iPageSize;
       
   122     TInt iScrollLength;
       
   123     TSize iHandleSize;
       
   124     
       
   125     TPoint iPrevDrag;
   120     TPoint iPrevDrag;
   126     TSize iTotalSize;
   121     TSize iTotalSize;
   127     TSize iViewSize;
   122     TSize iViewSize;
       
   123     TSize iHandleSize;
   128     TBool iLandscapeScrolling;
   124     TBool iLandscapeScrolling;
   129     TBool iDragging;
   125     TBool iDragging;
   130     TBool iHandler;
   126     TBool iHandler;
   131     TBool iStatic;
   127     TBool iStatic;
   132     
   128     
       
   129     TInt iScrollLength;
   133     TInt iTotalLength;
   130     TInt iTotalLength;
   134     };
   131     };
   135 
   132 
   136 #endif /*HGSCROLLBAR_H_*/
   133 #endif /*HGSCROLLBAR_H_*/