agendainterface/agendautil/inc/agendautil_p.h
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 51 0b38fc5b94c6
child 58 ef813d54df51
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    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);