skins/AknSkins/srvinc/tfxconfigparser.h
branchRCL_3
changeset 107 9f95a5546443
parent 106 e4e3998ddda2
equal deleted inserted replaced
106:e4e3998ddda2 107:9f95a5546443
    52         const TDesC& Filename();
    52         const TDesC& Filename();
    53         TInt WantedTime();
    53         TInt WantedTime();
    54         TInt MinTime();
    54         TInt MinTime();
    55         TInt CachePriority();
    55         TInt CachePriority();
    56         TInt PathIndex();
    56         TInt PathIndex();
    57         void SetName(const TDesC8& aName);
    57         void SetNameL(const TDesC8& aName);
    58         void SetFilename(const TDesC8& aFilename);
    58         void SetFilenameL(const TDesC8& aFilename);
    59         void SetWantedTime(const TDesC8& aTime);
    59         void SetWantedTimeL(const TDesC8& aTime);
    60         void SetMinTime(const TDesC8& aTime);
    60         void SetMinTimeL(const TDesC8& aTime);
    61         void SetCachePriority(const TDesC8& aPriority);
    61         void SetCachePriorityL(const TDesC8& aPriority);
    62         void SetPathIndex(TInt aIndex);
    62         void SetPathIndex(TInt aIndex);
    63         void SetMaxCacheSize(TInt aSize);
    63         void SetMaxCacheSize(TInt aSize);
    64         void SetMaxTransCacheSize(TInt aSize);
    64         void SetMaxTransCacheSize(TInt aSize);
    65         TInt MaxCacheSize();
    65         TInt MaxCacheSize();
    66         TInt MaxTransCacheSize();
    66         TInt MaxTransCacheSize();
    82         ~CTFxTransition();
    82         ~CTFxTransition();
    83         TInt ContextId();
    83         TInt ContextId();
    84         const TDesC& EffectName();
    84         const TDesC& EffectName();
    85         const TUid Uid();
    85         const TUid Uid();
    86         TInt Type();
    86         TInt Type();
    87         void SetUid(const TDesC8& aUid);
    87         void SetUidL(const TDesC8& aUid);
    88         void SetContextId(const TDesC8& iId);
    88         void SetContextIdL(const TDesC8& iId);
    89         void SetEffectNameL(const TDesC8& aEffect);
    89         void SetEffectNameL(const TDesC8& aEffect);
    90         void SetEffect(CTFxEffect* aEffect);
    90         void SetEffect(CTFxEffect* aEffect);
    91         void SetType(const TDesC8& aType );
    91         void SetTypeL(const TDesC8& aType );
    92         CTFxEffect* Effect();
    92         CTFxEffect* Effect();
    93     private:
    93     private:
    94         TInt iContextId;
    94         TInt iContextId;
    95         HBufC* iEffectName;
    95         HBufC* iEffectName;
    96         TUid iUid;
    96         TUid iUid;