diff -r d30183af6ca6 -r 554fe4dbbb59 phonebookui/pbkcommonui/inc/cntcontactcardview_p.h --- a/phonebookui/pbkcommonui/inc/cntcontactcardview_p.h Mon Aug 23 16:06:28 2010 +0300 +++ b/phonebookui/pbkcommonui/inc/cntcontactcardview_p.h Fri Sep 03 14:32:33 2010 +0300 @@ -135,6 +135,7 @@ void setMaptileLabel( HbLabel*& mapLabel, const HbIcon& icon ); void updateMaptileImage(); HbLabel* loadMaptileLabel( int addressType ); + void populateListItems(); // Presence related function void updateItemPresence(const QString& accountUri, bool online); @@ -162,13 +163,13 @@ void executeDynamicAction(QContact& aContact, QContactDetail aDetail, QContactActionDescriptor aActionDescriptor); bool sendKeyPressed(); void populateHeadingItem(); - void populateListItems(); public: CntAbstractViewManager* mViewManager; // not own HbView* mView; HbScrollArea *mScrollArea; QGraphicsLinearLayout *mContainerLayout; + QGraphicsWidget* mContainerWidget; QContact *mContact; CntContactCardDataContainer *mDataContainer; CntContactCardHeadingItem *mHeadingItem; @@ -197,6 +198,8 @@ CntAbstractEngine* mEngine; QTimer* mProgressTimer; // own QList mDetailPtrs; + int mListPopulationProgress; + bool mStopListPopulation; }; #endif // CNTCOMMLAUNCHERVIEW_H