phoneapp/phoneuiutils/inc/cphoneresourceresolverbase.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
child 69 8baf28733c3d
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
    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