notes/notesui/notesviews/inc/notestodoview.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
--- a/notes/notesui/notesviews/inc/notestodoview.h	Mon May 03 12:30:32 2010 +0300
+++ b/notes/notesui/notesviews/inc/notestodoview.h	Mon Jun 28 15:22:02 2010 +0530
@@ -32,6 +32,7 @@
 class HbAction;
 class HbAbstractViewItem;
 class HbGroupBox;
+class HbLabel;
 class NotesModel;
 class NotesDocLoader;
 class AgendaUtil;
@@ -50,7 +51,8 @@
 public:
 	NOTESVIEWS_EXPORT void setupView(
 			NotesAppControllerIf &controllerIf, NotesDocLoader *docLoader);
-	
+	NOTESVIEWS_EXPORT void updateTitle();
+
 signals:
 	void deleteEntry(ulong entryId);
 
@@ -71,6 +73,8 @@
 	void handleOrientationChanged(Qt::Orientation);
 	void updateSubTitle(ulong id=0);
 	void openTodo();
+	void selectedMenuAction(HbAction *action);
+	void handleMenuClosed();
 
 private:
 	HbListView *mListView;
@@ -85,7 +89,8 @@
 	HbAction *mOpenAction;
 
 	HbGroupBox *mSubTitle;
-
+	HbLabel *mEmptyListLabel;
+	
 	AgendaUtil *mAgendaUtil;
 
 	NotesAppControllerIf *mAppControllerIf;
@@ -94,6 +99,7 @@
 	NotesSortFilterProxyModel *mProxyModel;
 	NotesEditor *mNotesEditor;
 	AgendaEventViewer *mAgendaEventViewer;
+	bool mIsLongTop;
 };
 
 #endif // NOTESTODOVIEW_H