diff -r 360d55486d7f -r 5de72ea7a065 notes/notesui/notesviews/inc/notesmainview.h --- a/notes/notesui/notesviews/inc/notesmainview.h Fri Jun 11 13:37:54 2010 +0300 +++ b/notes/notesui/notesviews/inc/notesmainview.h Wed Jun 23 18:11:28 2010 +0300 @@ -55,6 +55,7 @@ NotesAppControllerIf &controllerIf, NotesDocLoader *docLoader); NOTESVIEWS_EXPORT void setupAfterViewReady(); NOTESVIEWS_EXPORT void updateTitle(); + NOTESVIEWS_EXPORT void captureScreenShot(bool captureScreenShot = false); signals: void deleteEntry(ulong entryId); @@ -79,7 +80,8 @@ void openNote(); void selectedMenuAction(HbAction *action); void handleMenuClosed(); - + void saveActivity(); + private: HbListView *mListView; HbAbstractViewItem *mSelectedItem; @@ -107,7 +109,9 @@ NotesSortFilterProxyModel *mProxyModel; NotesEditor *mNotesEditor; AgendaEventViewer *mAgendaEventViewer; - bool mIsLongTop; + bool mIsLongTop; + bool mIsScreenShotCapruted; // check if the screenshot captured is valid + QVariantHash mScreenShot; // screenshot }; #endif // NOTESMAINVIEW_H