diff -r fd30d51f876b -r a949c2543c15 notes/notesui/notesviews/inc/notesmainview.h --- a/notes/notesui/notesviews/inc/notesmainview.h Mon May 03 12:30:32 2010 +0300 +++ b/notes/notesui/notesviews/inc/notesmainview.h Fri May 14 15:51:09 2010 +0300 @@ -53,6 +53,9 @@ public: NOTESVIEWS_EXPORT void setupView( NotesAppControllerIf &controllerIf, NotesDocLoader *docLoader); + NOTESVIEWS_EXPORT void setupAfterViewReady(); + NOTESVIEWS_EXPORT void updateTitle(); + signals: void deleteEntry(ulong entryId); @@ -74,6 +77,8 @@ void updateSubTitle(ulong id=0); void markNoteAsTodo(); void openNote(); + void selectedMenuAction(HbAction *action); + void handleMenuClosed(); private: HbListView *mListView; @@ -102,6 +107,7 @@ NotesSortFilterProxyModel *mProxyModel; NotesEditor *mNotesEditor; AgendaEventViewer *mAgendaEventViewer; + bool mIsLongTop; }; #endif // NOTESMAINVIEW_H