camerauis/cameraapp/generic/inc/CamSidePane.h
branchRCL_3
changeset 16 53c8aa5d97a3
parent 0 1ddebce53859
equal deleted inserted replaced
15:bf64cebf4673 16:53c8aa5d97a3
   132      * Updates the layouts for each indicator in sidepane
   132      * Updates the layouts for each indicator in sidepane
   133      * @since S60 5.0
   133      * @since S60 5.0
   134      */
   134      */
   135     void UpdateLayout();    
   135     void UpdateLayout();    
   136 
   136 
       
   137     /**
       
   138      * Draw's/Clear's mode indicator. Used for blinking mode indicator.
       
   139      * @since S60 5.1
       
   140      * @param aGc Graphics context to draw the indicator
       
   141      * @param aDrawIcon Whether the indicator should be drawn or cleared
       
   142      */
       
   143     void DrawModeIndicator( CWindowGc& aGc, TBool aDrawIcon );
       
   144     
       
   145     /**
       
   146      * Returns mode indicator layout rect. Used for blinking mode indicator.
       
   147      * @since S60 5.1
       
   148      */
       
   149     TRect ModeIndicatorLayoutRect();
       
   150     
       
   151     /**
       
   152      * Updates scene indicator with the provided bitmap.
       
   153      * @since S60 5.1
       
   154      * @param aBitmapId, aMask  Id of the indicator bitmap and mask 
       
   155      */
       
   156     void UpdateSceneIndicatorL( TInt32 aBitmapId, TInt32 aMaskId );    
       
   157     
   137   protected: // Functions from base classes
   158   protected: // Functions from base classes
   138 
   159 
   139     /**
   160     /**
   140     * From MCamControllerObserver
   161     * From MCamControllerObserver
   141     * Handle an event from CCamAppControllerBase.
   162     * Handle an event from CCamAppControllerBase.