tvout/tvoutwrapper/src/glxtvoutwrapper.cpp
changeset 43 72396548277c
parent 26 c499df2dbb33
child 52 a3a4c0de738e
--- a/tvout/tvoutwrapper/src/glxtvoutwrapper.cpp	Mon May 17 13:35:26 2010 +0530
+++ b/tvout/tvoutwrapper/src/glxtvoutwrapper.cpp	Fri May 28 21:11:54 2010 +0530
@@ -43,11 +43,11 @@
 // setModel 
 // and Create the private instance to pass the model
 // -----------------------------------------------------------------------------
-void GlxTvOutWrapper::setModel(QAbstractItemModel* aModel)
+void GlxTvOutWrapper::setModel(QAbstractItemModel* aModel,bool aEfectsOn)
     {
     if (!mTvOutWrapperPrivate)
         {
-        mTvOutWrapperPrivate = GlxTvOutWrapperPrivate::Instance(this,aModel);
+        mTvOutWrapperPrivate = GlxTvOutWrapperPrivate::Instance(this,aModel,aEfectsOn);
         }
     else
         {
@@ -115,4 +115,14 @@
         }
     }
 
+// -----------------------------------------------------------------------------
+// deactivateZoom 
+// -----------------------------------------------------------------------------
+void GlxTvOutWrapper::fadeSurface(bool aFadeInOut)
+    {
+    if(mTvOutWrapperPrivate){
+        mTvOutWrapperPrivate->FadeSurface(aFadeInOut);
+        }
+    }
+
 // End of file