phonebookui/pbkcommonui/inc/cntimportsview.h
changeset 59 a642906a277a
parent 47 7cbcb2896f0e
child 61 d30183af6ca6
equal deleted inserted replaced
47:7cbcb2896f0e 59:a642906a277a
    51     void onListViewActivated(const QModelIndex &index);
    51     void onListViewActivated(const QModelIndex &index);
    52     void stopSimImport();
    52     void stopSimImport();
    53     void importFetchResultReceivedADN();
    53     void importFetchResultReceivedADN();
    54     void importFetchResultReceivedSDN();
    54     void importFetchResultReceivedSDN();
    55     void adnCacheStatusReady(CntSimUtility::CacheStatus& cacheStatus, int error);
    55     void adnCacheStatusReady(CntSimUtility::CacheStatus& cacheStatus, int error);
       
    56     void endKeyPressed();
    56      
    57      
    57 public:
    58 public:
    58 CntImportsView();
    59 CntImportsView();
    59     ~CntImportsView();
    60     ~CntImportsView();
    60 
    61 
   115     bool mSimPresent;
   116     bool mSimPresent;
   116     int mAdnStoreEntries;
   117     int mAdnStoreEntries;
   117     int mSdnStoreEntries;
   118     int mSdnStoreEntries;
   118     bool mSimError;
   119     bool mSimError;
   119     bool mWaitingForAdnCache;
   120     bool mWaitingForAdnCache;
       
   121     bool mImportInProgress;
   120 };
   122 };
   121 
   123 
   122 #endif /* CNTIMPORTSVIEW_H_ */
   124 #endif /* CNTIMPORTSVIEW_H_ */