equal
deleted
inserted
replaced
65 void displayCollectionView(); |
65 void displayCollectionView(); |
66 void displayAllNotesView(); |
66 void displayAllNotesView(); |
67 void handleActionStateChanged(); |
67 void handleActionStateChanged(); |
68 void handleOrientationChanged(Qt::Orientation); |
68 void handleOrientationChanged(Qt::Orientation); |
69 void openNote(); |
69 void openNote(); |
|
70 void selectedMenuAction(HbAction *action); |
|
71 void handleMenuClosed(); |
70 |
72 |
71 private: |
73 private: |
72 HbListView *mListView; |
74 HbListView *mListView; |
73 HbAbstractViewItem *mSelectedItem; |
75 HbAbstractViewItem *mSelectedItem; |
74 |
76 |
85 NotesAppControllerIf *mAppControllerIf; |
87 NotesAppControllerIf *mAppControllerIf; |
86 NotesDocLoader *mDocLoader; |
88 NotesDocLoader *mDocLoader; |
87 NotesModel *mNotesModel; |
89 NotesModel *mNotesModel; |
88 NotesSortFilterProxyModel *mProxyModel; |
90 NotesSortFilterProxyModel *mProxyModel; |
89 NotesEditor *mNotesEditor; |
91 NotesEditor *mNotesEditor; |
|
92 bool mIsLongTop; |
90 }; |
93 }; |
91 |
94 |
92 #endif // NOTESFAVORITEVIEW_H |
95 #endif // NOTESFAVORITEVIEW_H |
93 |
96 |
94 // End of file --Don't remove this. |
97 // End of file --Don't remove this. |