tvout/tvoutwrapper/inc/glxtvoutwrapper.h
changeset 43 72396548277c
parent 26 c499df2dbb33
child 52 a3a4c0de738e
--- a/tvout/tvoutwrapper/inc/glxtvoutwrapper.h	Mon May 17 13:35:26 2010 +0530
+++ b/tvout/tvoutwrapper/inc/glxtvoutwrapper.h	Fri May 28 21:11:54 2010 +0530
@@ -47,7 +47,7 @@
      * This also creates the private instance of the wrapper
      * to pass the model 
      */
-    void setModel(QAbstractItemModel* aModel);
+    void setModel(QAbstractItemModel* aModel,bool aEfectsOn = false);
     
     /*
      * Set the image on to HDMI
@@ -84,6 +84,14 @@
      * Note : This function is not required if bounce back effect finishes automatically
      */
     void deactivateZoom();
+    
+    /*
+     * Fadeing of the Surface
+     * @param1 ETrue - FadeIn ( as in gaining brightness )
+     *         EFalse - FadeOut ( as in loosing brightness ) 
+     */
+    void fadeSurface(bool aFadeInOut);
+    
 private:
     GlxTvOutWrapperPrivate* mTvOutWrapperPrivate;
 };