agendainterface/inc/agendautil.h
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 26 a949c2543c15
equal deleted inserted replaced
18:c198609911f9 23:fd30d51f876b
   107 	void getNextInstanceTimes(AgendaEntry& entry, QDateTime& startTime, 
   107 	void getNextInstanceTimes(AgendaEntry& entry, QDateTime& startTime, 
   108 	                          QDateTime& endTime);
   108 	                          QDateTime& endTime);
   109 	
   109 	
   110 	static QDateTime minTime();
   110 	static QDateTime minTime();
   111 	static QDateTime maxTime();
   111 	static QDateTime maxTime();
       
   112 	
       
   113 	static bool isWorkdaysRepeatingEntry(const AgendaRepeatRule& repeatRule);
   112 
   114 
   113 Q_SIGNALS:
   115 Q_SIGNALS:
   114 	void entriesChanged(QList<ulong> ids);
   116 	void entriesChanged(QList<ulong> ids);
   115 	void entryAdded(ulong id);
   117 	void entryAdded(ulong id);
   116 	void entryDeleted(ulong id);
   118 	void entryDeleted(ulong id);