notes/notesui/notesmodel/inc/notesmodel.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    53 	void populateSourceModel();
    53 	void populateSourceModel();
    54 	void updateSourceModel(ulong id);
    54 	void updateSourceModel(ulong id);
    55 	void populateSourceModel(QList<ulong> ids);
    55 	void populateSourceModel(QList<ulong> ids);
    56 	void addEntryToModel(ulong id);
    56 	void addEntryToModel(ulong id);
    57 	void removeEntryFromModel(ulong id);
    57 	void removeEntryFromModel(ulong id);
       
    58 	void handleInstanceViewCreationCompleted(int status);
    58 
    59 
    59 private:
    60 private:
    60 	void modifyEntryInModel(ulong id, int row);
    61 	void modifyEntryInModel(ulong id, int row);
    61 	void appendNotesToModel(QList<AgendaEntry> &agendaEntryList);
    62 	void appendNotesToModel(QList<AgendaEntry> &agendaEntryList);
    62 	void appendInCompTodosToModel(QList<AgendaEntry> &agendaEntryList);
    63 	void appendInCompTodosToModel(QList<AgendaEntry> &agendaEntryList);