tvout/tvoutwrapper/inc/glxtvoutwrapper.h
changeset 36 6481344a6d67
parent 26 c499df2dbb33
child 52 a3a4c0de738e
equal deleted inserted replaced
33:1ee2af37811f 36:6481344a6d67
    45     /*
    45     /*
    46      * Setting the model
    46      * Setting the model
    47      * This also creates the private instance of the wrapper
    47      * This also creates the private instance of the wrapper
    48      * to pass the model 
    48      * to pass the model 
    49      */
    49      */
    50     void setModel(QAbstractItemModel* aModel);
    50     void setModel(QAbstractItemModel* aModel,bool aEfectsOn = false);
    51     
    51     
    52     /*
    52     /*
    53      * Set the image on to HDMI
    53      * Set the image on to HDMI
    54      */
    54      */
    55     void setImagetoHDMI();
    55     void setImagetoHDMI();
    82      * Deactivate zoom in posting mode.
    82      * Deactivate zoom in posting mode.
    83      * This can be called when zoom animation needs to bounce back.
    83      * This can be called when zoom animation needs to bounce back.
    84      * Note : This function is not required if bounce back effect finishes automatically
    84      * Note : This function is not required if bounce back effect finishes automatically
    85      */
    85      */
    86     void deactivateZoom();
    86     void deactivateZoom();
       
    87     
       
    88     /*
       
    89      * Fadeing of the Surface
       
    90      * @param1 ETrue - FadeIn ( as in gaining brightness )
       
    91      *         EFalse - FadeOut ( as in loosing brightness ) 
       
    92      */
       
    93     void fadeSurface(bool aFadeInOut);
       
    94     
    87 private:
    95 private:
    88     GlxTvOutWrapperPrivate* mTvOutWrapperPrivate;
    96     GlxTvOutWrapperPrivate* mTvOutWrapperPrivate;
    89 };
    97 };
    90     
    98     
    91 #endif //GLXTVOUTWRAPPER_H 
    99 #endif //GLXTVOUTWRAPPER_H