--- a/messagingapp/msgui/msgapp/inc/msglistview.h Mon May 03 12:29:07 2010 +0300
+++ b/messagingapp/msgui/msgapp/inc/msglistview.h Fri May 14 15:49:35 2010 +0300
@@ -26,7 +26,7 @@
class HbAbstractViewItem;
class HbListWidget;
class HbListWidgetItem;
-
+class HbAction;
/**
* This class provides the message list view for the messaging application.
* Data source for this view is the conversation list model.
@@ -109,6 +109,12 @@
*/
void contactInfo();
+ /**
+ * This slot is called when delete message dialog is launched.
+ * @param action selected action (yes or no).
+ */
+ void onDialogDeleteMsg(HbAction* action);
+
private:
/**
@@ -147,6 +153,11 @@
DRAFTS_EXTN = 0x00, CONVERSATIONS_EXTN = 0x01
};
+ /**
+ * Flag to track if item has been long pressed.
+ * TODO: Remove it, once unique longpress and click event signal released in week16
+ */
+ bool mItemLongPressed;
};
#endif // MSG_LIST_VIEW_H