notes/notesui/notesviews/inc/notesmainview.h
changeset 49 5de72ea7a065
parent 26 a949c2543c15
child 50 579cc610882e
--- 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