phonebookui/pbkcommonui/inc/cntcontactcardview_p.h
changeset 71 7cc7d74059f9
parent 65 ae724a111993
--- a/phonebookui/pbkcommonui/inc/cntcontactcardview_p.h	Thu Sep 02 20:16:15 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntcontactcardview_p.h	Fri Sep 17 08:27:32 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<CntContactCardDetailItem*>    mDetailPtrs;
+    int                         mListPopulationProgress;
+    bool                        mStopListPopulation;
 };
 
 #endif // CNTCOMMLAUNCHERVIEW_H