uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiGc.h
branchRCL_3
changeset 3 d8a3531bc6b8
parent 0 15bf7259bb7c
child 8 10534483575f
equal deleted inserted replaced
0:15bf7259bb7c 3:d8a3531bc6b8
   418      * @param aColor   Color of dimming.
   418      * @param aColor   Color of dimming.
   419      * @param aAmount  Amout of dimming (0...1).
   419      * @param aAmount  Amout of dimming (0...1).
   420      */
   420      */
   421     IMPORT_C virtual void SetDimmingFog(const TRgb& aColor, TReal32 aAmount) __SOFTFP = 0;
   421     IMPORT_C virtual void SetDimmingFog(const TRgb& aColor, TReal32 aAmount) __SOFTFP = 0;
   422 
   422 
       
   423     /**
       
   424      * Clear rect using the current pen color
       
   425      */
       
   426     IMPORT_C virtual void Clear(const TRect& aRect) = 0;
       
   427     
   423     /**
   428     /**
   424      * Clear using the current pen color.
   429      * Clear using the current pen color.
   425      */
   430      */
   426     IMPORT_C virtual void Clear() = 0;
   431     IMPORT_C virtual void Clear() = 0;
   427 
   432 
   936      * Constructor.
   941      * Constructor.
   937      */
   942      */
   938     IMPORT_C CHuiGc();
   943     IMPORT_C CHuiGc();
   939 
   944 
   940     /* Methods. */
   945     /* Methods. */
   941 
   946     
   942     /**
   947     /**
   943      * Determines the projection viewport.
   948      * Determines the projection viewport.
   944      */
   949      */
   945     IMPORT_C TRect ProjectionViewport() const;
   950     IMPORT_C TRect ProjectionViewport() const;
   946 
   951     
   947     /**
   952     /**
   948      * Determines the display area not affected by orientation.
   953      * Determines the display area not affected by orientation.
   949      */
   954      */
   950     IMPORT_C TRect RawDisplayArea() const;
   955     IMPORT_C TRect RawDisplayArea() const;
   951 
   956