agendainterface/agendautil/inc/agendautil_p.h
changeset 49 5de72ea7a065
parent 23 fd30d51f876b
child 51 0b38fc5b94c6
child 58 ef813d54df51
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
    63 
    63 
    64 	ulong addEntry(const AgendaEntry& entry);
    64 	ulong addEntry(const AgendaEntry& entry);
    65 	ulong cloneEntry(const AgendaEntry& entry, AgendaEntry::Type type);
    65 	ulong cloneEntry(const AgendaEntry& entry, AgendaEntry::Type type);
    66 	bool updateEntry(const AgendaEntry& entry, bool isChild = false);
    66 	bool updateEntry(const AgendaEntry& entry, bool isChild = false);
    67 	bool storeRepeatingEntry(const AgendaEntry& entry, bool copyToChildren);
    67 	bool storeRepeatingEntry(const AgendaEntry& entry, bool copyToChildren);
    68 	bool createException(const AgendaEntry& entry);
    68 	bool createException(const AgendaEntry& entry, QDateTime instanceOriginalDateTime);
    69 	
    69 	
    70 	bool deleteEntry(ulong id);
    70 	bool deleteEntry(ulong id);
    71 	void deleteRepeatedEntry(
    71 	void deleteRepeatedEntry(
    72 			AgendaEntry& entry,
    72 			AgendaEntry& entry,
    73 			AgendaUtil::RecurrenceRange range);
    73 			AgendaUtil::RecurrenceRange range);