notes/notesui/notesviewmanager/inc/notesviewmanager.h
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 26 a949c2543c15
--- a/notes/notesui/notesviewmanager/inc/notesviewmanager.h	Fri Apr 16 14:57:40 2010 +0300
+++ b/notes/notesui/notesviewmanager/inc/notesviewmanager.h	Mon May 03 12:30:32 2010 +0300
@@ -49,15 +49,20 @@
 			NotesNamespace::NotesViewIds viewId);
 
 private:
-	void loadViews();
 	void loadNotesMainView();
 	void loadNotesCollectionView();
 	void loadTodoView();
 	void loadFavoritesView();
 	void loadNoteView();
+	bool showDeleteConfirmationQuery(ulong entryId);
+
+private slots:
+	void loadOtherViews();
+	void deleteEntryFromView(ulong entryId);
 
 private:
 	NotesAppControllerIf &mAppControllerIf;
+	AgendaUtil *mAgendaUtil;
 
 	NotesMainView *mMainView;
 	NotesCollectionView *mCollectionView;