ui/viewutilities/settingutility/src/glxsetting.cpp
changeset 45 863223ea6961
parent 43 72396548277c
child 50 a0f57508af73
equal deleted inserted replaced
44:aa2fa096cbfb 45:863223ea6961
    27 const TUint32 KGlxTransitionEffect     = 0x1;
    27 const TUint32 KGlxTransitionEffect     = 0x1;
    28 const TUint32 KGlxTransitionDelay  = 0x2;
    28 const TUint32 KGlxTransitionDelay  = 0x2;
    29 const TUint32 KGlxSlow  = 0x3;
    29 const TUint32 KGlxSlow  = 0x3;
    30 const TUint32 KGlxMeduim  = 0x4;
    30 const TUint32 KGlxMeduim  = 0x4;
    31 const TUint32 KGlxFast  = 0x5;
    31 const TUint32 KGlxFast  = 0x5;
    32 const TUint32 KGlxSlideShowEffect[ ]  = { 0x6, 0x7, 0x8 };
    32 const TUint32 KGlxSlideShowEffect[ ]  = { 0x6, 0x7, 0x8, 0x9 };
    33 const TUint32 KCRUidGallery = 0x20007194;
    33 const TUint32 KCRUidGallery = 0x20007194;
    34 
    34 
    35 GlxSetting GlxSetting::mObj ;
    35 GlxSetting GlxSetting::mObj ;
    36 
    36 
    37 
    37