phonebookui/cntcommonui/widgets/cntactionpopup_p.h
changeset 81 640d30f4fb64
parent 72 6abfb1094884
equal deleted inserted replaced
77:c18f9fa7f42e 81:640d30f4fb64
    79 
    79 
    80 private slots:
    80 private slots:
    81 
    81 
    82     void listItemSelected( QModelIndex index );
    82     void listItemSelected( QModelIndex index );
    83     void handleUserResponse(HbAction* action);
    83     void handleUserResponse(HbAction* action);
    84     void onLongPressed (HbAbstractViewItem *item, const QPointF &coords);
       
    85     
    84     
    86 private:
    85 private:
    87 
    86 
    88     //Populate the call numbers for popup
    87     //Populate the call numbers for popup
    89     void buildCallActionPopup();
    88     void buildCallActionPopup();
   108     QStandardItemModel  *mListModel;
   107     QStandardItemModel  *mListModel;
   109     HbListView          *mListView;
   108     HbListView          *mListView;
   110     QList<QStandardItem*>  mDataItemList;
   109     QList<QStandardItem*>  mDataItemList;
   111     HbAction *mCancelAction;
   110     HbAction *mCancelAction;
   112     
   111     
   113     friend class T_CntActionPopupTest;
   112     friend class TestCntActionPopup;
   114     };
   113     };
   115 #endif /* CNTACTIONPOPUP_P_H_ */
   114 #endif /* CNTACTIONPOPUP_P_H_ */