notes/notesui/notesviewmanager/inc/notesviewmanager.h
changeset 70 a5ed90760192
parent 55 2c54b51f39c4
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
    56 	void loadNotesMainView();
    56 	void loadNotesMainView();
    57 	void loadNotesCollectionView();
    57 	void loadNotesCollectionView();
    58 	void loadTodoView();
    58 	void loadTodoView();
    59 	void loadFavoritesView();
    59 	void loadFavoritesView();
    60 	void loadNoteView();
    60 	void loadNoteView();
       
    61 	void updateOtherViews();
    61 
    62 
    62 private slots:
    63 private slots:
    63 	void loadOtherViews();
    64 	void loadOtherViews();
    64 	void deleteEntryFromView(ulong entryId);
    65 	void deleteEntryFromView(ulong entryId);
    65 	void selectedAction(HbAction *action);
    66 	void selectedAction(HbAction *action);
    76 	NotesNoteView *mNoteView;
    77 	NotesNoteView *mNoteView;
    77 
    78 
    78 	HbAction *mDeleteAction;
    79 	HbAction *mDeleteAction;
    79 	HbAction *mCancelAction;
    80 	HbAction *mCancelAction;
    80 	ulong mEntryId;
    81 	ulong mEntryId;
       
    82 	
       
    83 	bool instanceViewCreated;
    81 
    84 
    82 private:
    85 private:
    83 	Q_DISABLE_COPY(NotesViewManager)
    86 	Q_DISABLE_COPY(NotesViewManager)
    84 };
    87 };
    85 
    88