camerauis/cameraapp/generic/inc/CamZoomPane.h
branchRCL_3
changeset 57 2c87b2808fd7
parent 54 bac7acad7cb3
child 67 756ad29ed18e
equal deleted inserted replaced
54:bac7acad7cb3 57:2c87b2808fd7
   180         /**
   180         /**
   181         * Returns the zoom pane rect
   181         * Returns the zoom pane rect
   182         * @since 3.0
   182         * @since 3.0
   183         * @return the zoom pane rect
   183         * @return the zoom pane rect
   184         */
   184         */
   185         TRect Rect() const;
   185         TRect Extent() const;
   186         
   186         
   187         /**
   187         /**
   188         * Called when the parent gains or loses foreground
   188         * Called when the parent gains or loses foreground
   189         * @param aForeground ETrue if gained foreground, else EFalse
   189         * @param aForeground ETrue if gained foreground, else EFalse
   190         * @since 3.0
   190         * @since 3.0
   403         CFbsBitmap* iIconZoomMax[2];
   403         CFbsBitmap* iIconZoomMax[2];
   404         CFbsBitmap* iIconZoomMarkerCurrent;
   404         CFbsBitmap* iIconZoomMarkerCurrent;
   405 
   405 
   406         TRect iZoomPaneRect;
   406         TRect iZoomPaneRect;
   407         TRect iSliderParentRect;
   407         TRect iSliderParentRect;
       
   408         TRect iExtent;
   408         TPoint iPlusPoint;
   409         TPoint iPlusPoint;
   409         TPoint iMinusPoint;
   410         TPoint iMinusPoint;
   410         TPoint iTopPoint;
   411         TPoint iTopPoint;
   411         TPoint iMiddlePoint;
   412         TPoint iMiddlePoint;
   412         TPoint iBottomPoint;
   413         TPoint iBottomPoint;