uiacceltk/hitchcock/coretoolkit/inc/HuiFxLayer.h
branchRCL_3
changeset 7 433cbbb6a04b
parent 0 15bf7259bb7c
child 11 46927d61fef3
child 19 f5bac0badc7e
--- a/uiacceltk/hitchcock/coretoolkit/inc/HuiFxLayer.h	Mon Feb 22 17:57:49 2010 +0200
+++ b/uiacceltk/hitchcock/coretoolkit/inc/HuiFxLayer.h	Fri Mar 12 15:47:04 2010 +0200
@@ -79,6 +79,10 @@
     virtual TBool IsSemitransparent() const;
     
     virtual void FxmlVisualInputs(RArray<THuiFxVisualSrcType> &aArray) { }
+    
+    TBool AlwaysReadSurfacePixels() const;
+    virtual void SetAlwaysReadSurfacePixels(TBool aAlwaysReadSurfacePixels);
+    
 protected:
     IMPORT_C CHuiFxLayer();
     IMPORT_C void ConstructL( THuiFxLayerType aType );
@@ -95,6 +99,7 @@
     TBool               iAnimated;
     TBool               iTransformed;
     TBool               iMarginEnabled;
+    TBool               iAlwaysReadSurfacePixels;
     };
 
 #endif /*HUIFXLAYER_*/