phoneapp/phoneuiutils/inc/cphoneresourceresolverbase.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    31 // CLASS DECLARATION
    31 // CLASS DECLARATION
    32 /**
    32 /**
    33 *  Concrete resource resolver for common phoneapp resources.
    33 *  Concrete resource resolver for common phoneapp resources.
    34 */
    34 */
    35 class CPhoneResourceResolverBase : 
    35 class CPhoneResourceResolverBase : 
    36 	public CBase,
    36     public CBase,
    37 	public MPhoneResourceResolver
    37     public MPhoneResourceResolver
    38     {
    38     {
    39     public: // Constructors and destructor
    39     public: // Constructors and destructor
    40         
    40         
    41         /**
    41         /**
    42         * Base constructor. Should be called from the ConstructL of
    42         * Base constructor. Should be called from the ConstructL of
    92             ETouchCallHandling = 2,
    92             ETouchCallHandling = 2,
    93             //Flag to indicate whether videocallmenu is supported.
    93             //Flag to indicate whether videocallmenu is supported.
    94             EVideoCallMenu = 4
    94             EVideoCallMenu = 4
    95             };
    95             };
    96         TInt iVariationFlags;
    96         TInt iVariationFlags;
    97 		
    97         
    98 		CEikonEnv& iEnv;
    98         CEikonEnv& iEnv;
    99         
    99         
   100         TInt iCUIResourceOffset;
   100         TInt iCUIResourceOffset;
   101         TInt iPTCHResourceOffset;
   101         TInt iPTCHResourceOffset;
   102 		
   102         
   103 		// Touch button config
   103         // Touch button config
   104         TPhoneTouchButtonConfig iTouchButtonConfig;
   104         TPhoneTouchButtonConfig iTouchButtonConfig;
   105     };
   105     };
   106 
   106 
   107 #endif      // __CPHONERESOURCERESOLVERBASE_H   
   107 #endif      // __CPHONERESOURCERESOLVERBASE_H   
   108             
   108