diff -r fd30d51f876b -r b6db4fd4947b notes/notesui/notesviews/inc/notesnoteview.h --- a/notes/notesui/notesviews/inc/notesnoteview.h Mon May 03 12:30:32 2010 +0300 +++ b/notes/notesui/notesviews/inc/notesnoteview.h Mon Jun 28 15:22:02 2010 +0530 @@ -32,6 +32,7 @@ class HbListView; class HbAction; class HbAbstractViewItem; +class HbLabel; class NotesModel; class NotesDocLoader; class AgendaUtil; @@ -49,7 +50,9 @@ public: NOTESVIEWS_EXPORT void setupView( NotesAppControllerIf &controllerIf, NotesDocLoader *docLoader); - + NOTESVIEWS_EXPORT void updateNoteView(); + + signals: void deleteEntry(ulong entryId); @@ -67,6 +70,9 @@ void handleActionStateChanged(); void handleOrientationChanged(Qt::Orientation); void openNote(); + void selectedMenuAction(HbAction *action); + void handleMenuClosed(); + void updateView(ulong id=0); private: HbListView *mListView; @@ -81,6 +87,8 @@ HbAction *mMarkTodoAction; HbAction *mOpenAction; + HbLabel *mEmptyListLabel; + AgendaUtil *mAgendaUtil; NotesAppControllerIf *mAppControllerIf; @@ -88,6 +96,7 @@ NotesModel *mNotesModel; NotesSortFilterProxyModel *mProxyModel; NotesEditor *mNotesEditor; + bool mIsLongTop; }; #endif // NOTESNOTEVIEW_H