notes/notesui/notesviewmanager/inc/notesviewmanager.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 55 2c54b51f39c4
--- a/notes/notesui/notesviewmanager/inc/notesviewmanager.h	Mon May 03 12:30:32 2010 +0300
+++ b/notes/notesui/notesviewmanager/inc/notesviewmanager.h	Mon Jun 28 15:22:02 2010 +0530
@@ -27,6 +27,7 @@
 
 // Forward declarations
 class HbMainWindow;
+class HbAction;
 class NotesMainView;
 class NotesModel;
 class AgendaUtil;
@@ -54,11 +55,12 @@
 	void loadTodoView();
 	void loadFavoritesView();
 	void loadNoteView();
-	bool showDeleteConfirmationQuery(ulong entryId);
 
 private slots:
 	void loadOtherViews();
 	void deleteEntryFromView(ulong entryId);
+	void selectedAction(HbAction *action);
+	void handleInstanceViewCreationCompleted(int status);
 
 private:
 	NotesAppControllerIf &mAppControllerIf;
@@ -70,6 +72,10 @@
 	NotesFavoriteView *mFavoriteView;
 	NotesNoteView *mNoteView;
 
+	HbAction *mDeleteAction;
+	HbAction *mCancelAction;
+	ulong mEntryId;
+
 private:
 	Q_DISABLE_COPY(NotesViewManager)
 };