diff -r 5de72ea7a065 -r 579cc610882e notes/notesui/notesviews/inc/notesnoteview.h --- a/notes/notesui/notesviews/inc/notesnoteview.h Wed Jun 23 18:11:28 2010 +0300 +++ b/notes/notesui/notesviews/inc/notesnoteview.h Tue Jul 06 14:14:56 2010 +0300 @@ -32,6 +32,7 @@ class HbListView; class HbAction; class HbAbstractViewItem; +class HbLabel; class NotesModel; class NotesDocLoader; class AgendaUtil; @@ -49,6 +50,8 @@ public: NOTESVIEWS_EXPORT void setupView( NotesAppControllerIf &controllerIf, NotesDocLoader *docLoader); + NOTESVIEWS_EXPORT void updateNoteView(); + signals: void deleteEntry(ulong entryId); @@ -69,6 +72,7 @@ void openNote(); void selectedMenuAction(HbAction *action); void handleMenuClosed(); + void updateView(ulong id=0); private: HbListView *mListView; @@ -83,6 +87,8 @@ HbAction *mMarkTodoAction; HbAction *mOpenAction; + HbLabel *mEmptyListLabel; + AgendaUtil *mAgendaUtil; NotesAppControllerIf *mAppControllerIf;