agendainterface/agendautil/inc/agendaentry.h
changeset 49 5de72ea7a065
parent 23 fd30d51f876b
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
   378 	void setDTStamp(const QDateTime& dateTime);
   378 	void setDTStamp(const QDateTime& dateTime);
   379 	QDateTime dtStamp() const;
   379 	QDateTime dtStamp() const;
   380 	
   380 	
   381 	void setGeoValue(const AgendaGeoValue& geoValue);
   381 	void setGeoValue(const AgendaGeoValue& geoValue);
   382 	AgendaGeoValue geoValue() const;
   382 	AgendaGeoValue geoValue() const;
       
   383 	void clearGeoValue() const;
   383 	
   384 	
   384 	int durationInSecs() const;
   385 	int durationInSecs() const;
   385 	AgendaEntry& operator=(const AgendaEntry& other);
   386 	AgendaEntry& operator=(const AgendaEntry& other);
   386 	bool operator==(const AgendaEntry& other) const;
   387 	bool operator==(const AgendaEntry& other) const;
   387 	bool operator!=(const AgendaEntry& other) const;
   388 	bool operator!=(const AgendaEntry& other) const;