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