photosgallery/slideshow/engine/inc/shwconstants.h
branchRCL_3
changeset 75 01504893d9cb
parent 60 5b3385a43d68
equal deleted inserted replaced
68:5b238bc8ffb6 75:01504893d9cb
    32  */
    32  */
    33 namespace NShwSlideshow
    33 namespace NShwSlideshow
    34     {
    34     {
    35     enum TPlayDirection
    35     enum TPlayDirection
    36         {
    36         {
    37         // Chronological Order (Older to newer)
    37         EPlayForwards = 1,	// default
    38         EPlayForwards = 0,
    38         EPlayBackwards,
    39         // Reverse Chronological Order (Newer to older)
    39         EPlayRandom
    40         EPlayBackwards = 1 // default
       
    41         };
    40         };
    42 
    41 
    43     // Named constants for navigation directions 
    42     // Named constants for navigation directions 
    44     // to avoid "magic number" warnings
    43     // to avoid "magic number" warnings
    45     const TInt KNavigateForwards = 1;
    44     const TInt KNavigateForwards = 1;