notes/notesui/notesviews/inc/notesmainview.h
branchGCC_SURGE
changeset 54 e6894b852bc6
parent 50 579cc610882e
--- a/notes/notesui/notesviews/inc/notesmainview.h	Tue Jun 15 15:22:54 2010 +0100
+++ b/notes/notesui/notesviews/inc/notesmainview.h	Thu Jul 22 16:32:51 2010 +0100
@@ -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;
@@ -98,6 +100,7 @@
 	HbAction *mOpenAction;
 
 	HbGroupBox *mSubTitle;
+	HbLabel *mEmptyListLabel;
 
 	AgendaUtil *mAgendaUtil;
 
@@ -107,7 +110,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