phoneapp/phoneui2/inc/phoneuihousehold_p.h
changeset 78 baacf668fe89
parent 65 2a5d4ab426d3
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
    69   void HandlePropertyChangedL( 
    69   void HandlePropertyChangedL( 
    70       const TUid& aCategory,
    70       const TUid& aCategory,
    71       const TUint aKey,
    71       const TUint aKey,
    72       const TInt aValue );
    72       const TInt aValue );
    73 
    73 
       
    74     /**
       
    75 	* Creates new translators, loads translation files for current language
       
    76 	*/
       
    77     void loadTranslators();  
       
    78 
    74 private:
    79 private:
    75     
    80     
    76    /**
    81    /**
    77     * Constructor
    82     * Constructor
    78     */
    83     */
    79     void ConstructL();
    84     void ConstructL();
    80     
    85 
       
    86     void resetTranslators();    
       
    87    
    81 private:
    88 private:
    82     // Startup states.
    89     // Startup states.
    83     // EPhoneStartupInitial - Initial state.
    90     // EPhoneStartupInitial - Initial state.
    84     // EPhoneStartedUp - Phone application is ready.
    91     // EPhoneStartedUp - Phone application is ready.
    85     // EPhoneIdleStartedUp - Idle application is ready.
    92     // EPhoneIdleStartedUp - Idle application is ready.
    95     TInt iAppsReady;
   102     TInt iAppsReady;
    96 
   103 
    97     // Recovery id for startup signalling.
   104     // Recovery id for startup signalling.
    98     TRecoveryId iStartupSignalRecoveryId;
   105     TRecoveryId iStartupSignalRecoveryId;
    99 
   106 
   100     //Boolean flag. ETrue iff we have reached light idle
   107     //Boolean flag. True if we have reached light idle
   101     TBool iLightIdleReached;
   108     bool iLightIdleReached;
   102 
   109 
   103     CPhoneUIController* iPhoneUIController;
   110     CPhoneUIController* iPhoneUIController;
   104     
   111     
   105     HbMainWindow &m_window;
   112     HbMainWindow &m_window;
   106 
   113 
   111     PhoneUIQtViewAdapter* iViewAdapter;
   118     PhoneUIQtViewAdapter* iViewAdapter;
   112     
   119     
   113     //List for translators
   120     //List for translators
   114     QList<HbTranslator*> m_translators;
   121     QList<HbTranslator*> m_translators;
   115     
   122     
       
   123     bool m_featMgrInit;
       
   124     
   116 };
   125 };
   117 
   126 
   118 #endif
   127 #endif