notes/notesui/notesviews/inc/notestodoview.h
changeset 26 a949c2543c15
parent 23 fd30d51f876b
child 50 579cc610882e
equal deleted inserted replaced
23:fd30d51f876b 26:a949c2543c15
    48 	NOTESVIEWS_EXPORT virtual ~NotesTodoView();
    48 	NOTESVIEWS_EXPORT virtual ~NotesTodoView();
    49 
    49 
    50 public:
    50 public:
    51 	NOTESVIEWS_EXPORT void setupView(
    51 	NOTESVIEWS_EXPORT void setupView(
    52 			NotesAppControllerIf &controllerIf, NotesDocLoader *docLoader);
    52 			NotesAppControllerIf &controllerIf, NotesDocLoader *docLoader);
    53 	
    53 	NOTESVIEWS_EXPORT void updateTitle();
       
    54 
    54 signals:
    55 signals:
    55 	void deleteEntry(ulong entryId);
    56 	void deleteEntry(ulong entryId);
    56 
    57 
    57 private slots:
    58 private slots:
    58 	void createNewTodo();
    59 	void createNewTodo();
    69 	void handleViewingCompleted();
    70 	void handleViewingCompleted();
    70 	void handleActionStateChanged();
    71 	void handleActionStateChanged();
    71 	void handleOrientationChanged(Qt::Orientation);
    72 	void handleOrientationChanged(Qt::Orientation);
    72 	void updateSubTitle(ulong id=0);
    73 	void updateSubTitle(ulong id=0);
    73 	void openTodo();
    74 	void openTodo();
       
    75 	void selectedMenuAction(HbAction *action);
       
    76 	void handleMenuClosed();
    74 
    77 
    75 private:
    78 private:
    76 	HbListView *mListView;
    79 	HbListView *mListView;
    77 	HbAbstractViewItem *mSelectedItem;
    80 	HbAbstractViewItem *mSelectedItem;
    78 
    81 
    92 	NotesDocLoader *mDocLoader;
    95 	NotesDocLoader *mDocLoader;
    93 	NotesModel *mNotesModel;
    96 	NotesModel *mNotesModel;
    94 	NotesSortFilterProxyModel *mProxyModel;
    97 	NotesSortFilterProxyModel *mProxyModel;
    95 	NotesEditor *mNotesEditor;
    98 	NotesEditor *mNotesEditor;
    96 	AgendaEventViewer *mAgendaEventViewer;
    99 	AgendaEventViewer *mAgendaEventViewer;
       
   100 	bool mIsLongTop;
    97 };
   101 };
    98 
   102 
    99 #endif // NOTESTODOVIEW_H
   103 #endif // NOTESTODOVIEW_H
   100 
   104 
   101 // End of file	--Don't remove this.
   105 // End of file	--Don't remove this.