phonebookengines/cntlistmodel/inc/cntcache_p.h
changeset 71 7cc7d74059f9
parent 47 7cbcb2896f0e
child 72 6abfb1094884
equal deleted inserted replaced
65:ae724a111993 71:7cc7d74059f9
   125 private:
   125 private:
   126     QContactManager* mContactManager;       // for fetching QContact objects
   126     QContactManager* mContactManager;       // for fetching QContact objects
   127     ThumbnailManager* mThumbnailManager;    // for fetching icons
   127     ThumbnailManager* mThumbnailManager;    // for fetching icons
   128 
   128 
   129     // maps info providers to their responsibilities
   129     // maps info providers to their responsibilities
   130     QMap<CntInfoProvider*, ContactInfoFields> mDataProviders;
   130     QMap<CntInfoProvider*, ContactInfoFields> mInfoProviders;
   131 
   131 
   132     QMutex mJobMutex;                       // guards access to the job lists
   132     QMutex mJobMutex;                       // guards access to the job lists
   133     bool mStarted;                          // true when thread has been started
   133     bool mStarted;                          // true when thread has been started
   134     bool mProcessingJobs;                   // true from when job loop event has been posted until job loop exits
   134     bool mProcessingJobs;                   // true from when job loop event has been posted until job loop exits
   135     int mPostponeJobs;                      // set to true by client if it needs the CPU
   135     int mPostponeJobs;                      // set to true by client if it needs the CPU