uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiVisual.h
branchRCL_3
changeset 17 c9d868f1e20c
parent 3 d8a3531bc6b8
child 19 e5af45d51884
--- a/uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiVisual.h	Mon Jun 21 16:41:52 2010 +0300
+++ b/uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiVisual.h	Thu Jul 15 19:40:07 2010 +0300
@@ -1406,6 +1406,8 @@
     IMPORT_C void SetFreezeState(TBool aEnabled);
     IMPORT_C TBool Freezed() const;
 
+    IMPORT_C virtual TBool EffectReadyToDrawNextFrame() const;
+    
     /**
      *  Assign an effect for the visual. The ownership of the
      *  effect is transferred to the visual.
@@ -1625,6 +1627,8 @@
      * A value of 0 is fully transparent, a value of 1 is fully opaque.
      */
     THuiTimedValue iOpacity;
+    
+    TReal32 iEffectOpacity;
 
 private: