idlehomescreen/widgetmanager/inc/wmeffectmanager.h
branchRCL_3
changeset 15 ff572dfe6d86
parent 1 5315654608de
child 47 7be2816dbabd
equal deleted inserted replaced
9:f966699dea19 15:ff572dfe6d86
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 
    24 
    25 class CCoeEnv;
    25 class CCoeEnv;
    26 // CONSTANTS
    26 // CONSTANTS
    27 // Effects
    27 // Effects
    28 const TInt KAppStartCommonDefaultStyle = 3;
    28 const TInt KAppStartEffectStyle = 1007;
    29 const TInt KAppExitCommonDefaultStyle = 5;
    29 const TInt KAppExitEffectStyle = 1008;
    30 
    30 
    31 /**
    31 /**
    32  *  Struct which holds needed info of effect.
    32  *  Struct which holds needed info of effect.
    33  */
    33  */
    34 NONSHARABLE_STRUCT( TWmEffect )
    34 NONSHARABLE_STRUCT( TWmEffect )