notes/notesui/notesviewmanager/inc/notesviewmanager.h
changeset 77 b0711afde476
parent 58 ef813d54df51
equal deleted inserted replaced
68:a5a1242fd2e8 77:b0711afde476
    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