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