tvout/tvoutwrapper/inc/glxtvoutwrapper.h
changeset 36 6481344a6d67
parent 26 c499df2dbb33
child 52 a3a4c0de738e
--- a/tvout/tvoutwrapper/inc/glxtvoutwrapper.h	Thu May 27 12:51:42 2010 +0300
+++ b/tvout/tvoutwrapper/inc/glxtvoutwrapper.h	Fri Jun 11 13:38:23 2010 +0300
@@ -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;
 };