phoneapp/phoneui2/inc/phoneuihousehold_p.h
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 22 6bb1b21d2484
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
    23 #include "mphonepubsubobserver.h"
    23 #include "mphonepubsubobserver.h"
    24 #include "cphonerecoverysystem.h"
    24 #include "cphonerecoverysystem.h"
    25 
    25 
    26 class MPEPhoneModel;
    26 class MPEPhoneModel;
    27 class CPhoneUIController;
    27 class CPhoneUIController;
    28 class CPhoneQwertyHandler;
       
    29 class HbMainWindow;
    28 class HbMainWindow;
    30 class PhoneUIKeyEventAdapter;
    29 class PhoneUIKeyEventAdapter;
    31 class PhoneUiCommandAdapter;
    30 class PhoneUiCommandAdapter;
    32 class QtCall;
    31 class QtCall;
    33 class PhoneUIQtViewAdapter;
    32 class PhoneUIQtViewAdapter;
       
    33 class HbTranslator;
    34 
    34 
    35 class PhoneUiHouseHoldPrivate : 
    35 class PhoneUiHouseHoldPrivate : 
    36     private MPhonePubSubObserver
    36     private MPhonePubSubObserver
    37 {
    37 {
    38 
    38 
   100     //Boolean flag. ETrue iff we have reached light idle
   100     //Boolean flag. ETrue iff we have reached light idle
   101     TBool iLightIdleReached;
   101     TBool iLightIdleReached;
   102         
   102         
   103     //Indicates whether onscreen dialer is defined
   103     //Indicates whether onscreen dialer is defined
   104     TBool iOnScreenDialer;
   104     TBool iOnScreenDialer;
   105     
       
   106     CPhoneQwertyHandler* iQwertyHandler;
       
   107 
   105 
   108     CPhoneUIController* iPhoneUIController;
   106     CPhoneUIController* iPhoneUIController;
   109     
   107     
   110     HbMainWindow &m_window;
   108     HbMainWindow &m_window;
   111 
   109 
   114     PhoneUiCommandAdapter* iCommandAdapter;
   112     PhoneUiCommandAdapter* iCommandAdapter;
   115     
   113     
   116     PhoneUIQtViewAdapter* iViewAdapter;
   114     PhoneUIQtViewAdapter* iViewAdapter;
   117     
   115     
   118     //List for translators
   116     //List for translators
   119     QList<QTranslator*> m_translators;
   117     QList<HbTranslator*> m_translators;
   120     
   118     
   121 };
   119 };
   122 
   120 
   123 #endif
   121 #endif