ui/viewutilities/settingutility/inc/glxsetting.h
changeset 50 a0f57508af73
parent 45 863223ea6961
equal deleted inserted replaced
45:863223ea6961 50:a0f57508af73
    79      * Effect index will be 0,1,2... and effect ID is GLX_EFFECT
    79      * Effect index will be 0,1,2... and effect ID is GLX_EFFECT
    80      * Effect id is store in the centrep with respect to index.
    80      * Effect id is store in the centrep with respect to index.
    81      */
    81      */
    82     int slideShowEffectId( int index ) ;
    82     int slideShowEffectId( int index ) ;
    83     
    83     
       
    84     /* 
       
    85      * Returns Current Media Wall 3D effect Status
       
    86      * This value is fetched from Central repository 
       
    87      */
       
    88     int mediaWall3DEffect();
       
    89     
       
    90     /*
       
    91      * Set Media Wall 3D effect. True = 3D Effect On / False = 3D Effect Off 
       
    92      * This data will be written to the Central Repository
       
    93      */
       
    94     void setmediaWall3DEffect( int index );
       
    95     
    84 protected :
    96 protected :
    85     /*
    97     /*
    86      * Constructor
    98      * Constructor
    87      */
    99      */
    88     GlxSetting( );
   100     GlxSetting( );
   107     
   119     
   108     XQSettingsKey *mSlowCenRepKey;
   120     XQSettingsKey *mSlowCenRepKey;
   109     XQSettingsKey *mMediumCenRepKey;
   121     XQSettingsKey *mMediumCenRepKey;
   110     XQSettingsKey *mFastCenRepKey;
   122     XQSettingsKey *mFastCenRepKey;
   111     
   123     
       
   124     XQSettingsKey *m3DEffectCenRepKey;
       
   125     
   112     static GlxSetting mObj;
   126     static GlxSetting mObj;
   113 };
   127 };
   114 
   128 
   115 
   129 
   116 
   130