ui/viewutilities/settingutility/inc/glxsettinginterface.h
changeset 50 a0f57508af73
parent 43 72396548277c
equal deleted inserted replaced
45:863223ea6961 50:a0f57508af73
    80      * Effect index will be 0,1,2... and effect ID is GLX_EFFECT
    80      * Effect index will be 0,1,2... and effect ID is GLX_EFFECT
    81      * Effect id is store in the centrep with respect to index.
    81      * Effect id is store in the centrep with respect to index.
    82      */
    82      */
    83     virtual int slideShowEffectId( int index ) = 0;
    83     virtual int slideShowEffectId( int index ) = 0;
    84     
    84     
       
    85     
       
    86     /* 
       
    87      * Returns Current Media Wall 3D effect Status
       
    88      * This value is fetched from Central repository 
       
    89      */
       
    90     virtual int mediaWall3DEffect() = 0 ;
       
    91     
       
    92     /*
       
    93      * Set Media Wall 3D effect. True = 3D Effect On / False = 3D Effect Off 
       
    94      * This data will be written to the Central Repository
       
    95      */
       
    96     virtual void setmediaWall3DEffect( int index ) = 0 ;
       
    97     
    85 protected :
    98 protected :
    86     /*
    99     /*
    87      * Constructor
   100      * Constructor
    88      */
   101      */
    89     GlxSettingInterface( );
   102     GlxSettingInterface( );