uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiGc.h
branchRCL_3
changeset 8 10534483575f
parent 3 d8a3531bc6b8
equal deleted inserted replaced
7:433cbbb6a04b 8:10534483575f
   931      * @aRect Rect where image is drawn.
   931      * @aRect Rect where image is drawn.
   932      * 
   932      * 
   933      */
   933      */
   934     IMPORT_C void NotifyImagePreferredSize(const THuiImage& aImage, THuiRealRect aRect);
   934     IMPORT_C void NotifyImagePreferredSize(const THuiImage& aImage, THuiRealRect aRect);
   935 
   935 
       
   936 public:
       
   937 
       
   938     /**
       
   939      * Copy screen to bitmap.
       
   940      * @internal
       
   941      * @param aBitmap bitmap to which data should be copied.
       
   942      * @return error code, KErrNone upon success.
       
   943      */
       
   944     TInt CopyScreenToBitmap(CFbsBitmap* aBitmap);
       
   945     
   936 protected:
   946 protected:
   937 
   947 
   938     /* Constructors. */
   948     /* Constructors. */
   939 
   949 
   940     /**
   950     /**