camerauis/cameraapp/generic/inc/CamNaviProgressBarModel.h
branchRCL_3
changeset 19 e32fcfe0045f
parent 0 1ddebce53859
equal deleted inserted replaced
17:8f559c47d7fd 19:e32fcfe0045f
   102     /**
   102     /**
   103     * Sets a new extent to render into
   103     * Sets a new extent to render into
   104     * @param aExtent New extent
   104     * @param aExtent New extent
   105     */
   105     */
   106     void SetExtentL( const TRect& aExtent );
   106     void SetExtentL( const TRect& aExtent );
       
   107     
       
   108     /**
       
   109     * Returns the rect used for progress bar and 
       
   110     * elapsed/remaining videotime
       
   111     */
       
   112     TRect ProgPaneRect();
   107         
   113         
   108   protected:
   114   protected:
   109 
   115 
   110     /**
   116     /**
   111     * C++ constructor.
   117     * C++ constructor.
   251     
   257     
   252     // Rectangle for drawing the elapsed time text to.
   258     // Rectangle for drawing the elapsed time text to.
   253     TAknLayoutText iElapsedTimeTextLayout; 
   259     TAknLayoutText iElapsedTimeTextLayout; 
   254     TAknLayoutText iRemainingTimeTextLayout; 
   260     TAknLayoutText iRemainingTimeTextLayout; 
   255 
   261 
       
   262     TRect iProgPaneRect;
       
   263     
   256     // own
   264     // own
   257     CCamTextItem* iElapsedTimeTextItem;
   265     CCamTextItem* iElapsedTimeTextItem;
   258 
   266 
   259     // own
   267     // own
   260     CCamTextItem* iRemainingTimeTextItem;
   268     CCamTextItem* iRemainingTimeTextItem;