diff -r fd30d51f876b -r a949c2543c15 notes/notesui/notesviewmanager/inc/notesviewmanager.h --- a/notes/notesui/notesviewmanager/inc/notesviewmanager.h Mon May 03 12:30:32 2010 +0300 +++ b/notes/notesui/notesviewmanager/inc/notesviewmanager.h Fri May 14 15:51:09 2010 +0300 @@ -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) };